Definition: HTML Footer is used to define the footer section of a webpage or a section within a webpage.
<footer>
element is considered separate from the main content of the webpage, and it is usually displayed at the bottom of the page.<footer>
element:Block | Output |
---|---|
![]() |
![]() |
<footer>
element contains some contact information and a copyright notice, which will be displayed at the bottom of the webpage.Definition: HTML Navigation typically refers to the menu or links that allow users to navigate and move between different sections or pages within a website.
<nav>
element:
<nav>
element is specifically designed to define a block of navigation links.<nav>
element, you can use list-based elements like <ul>
(unordered list) and <li>
(list item) to create a list of links.Blocks | Output |
---|---|
![]() ![]() |
![]() |