Skip to the content.

It is the feature that allow you to move from web page to other. the main componnets to write the link

Page layout is the part of graphic design that deals with the arrangement of visual elements on a page. Page layout is used to make the web pages look better. It establishes the overall appearance, relative importance, and relationships between the graphic elements to achieve a smooth flow of information and eye movement for maximum effectiveness or impact. [image].

  1. Header: The part of a front end which is used at the top of the page. <header> tag is used to add header section in web pages.
  2. Navigation bar: The navigation bar is same as menu list. It is used to display the content information using hyperlink.
  3. Index / Sidebar: It holds additional information or advertisements and is not always necessary to be added into the page.
  4. Content Section: The content section is the main part where content is displayed.
  5. Footer: The footer section contains the contact information and other query related to web pages. The footer section always put on the bottom of the web pages. The <footer> tag is used to set the footer in web pages.

    Functions and Methods

    Method and a function are the same, with different terms. A method is a procedure or function in object-oriented programming.

A function is a group of reusable code which can be called anywhere in your program. This eliminates the need for writing the same code again and again. It helps programmers in writing modular codes.

[image]