Skip to main content

Create a page layout in HTML #4 lecture

 Creating a page layout in HTML

objective: To understand semantic elements in HTML:

The tag's are used to make a layout in HTML is : `<header>`,`<main>`,`<footer>`,`<aside`.

  • `<header>`: 
            The `<header>` tag is used to introduce the top of the page.
    
  • `<main>`:
           The `<main>` tag us used for containing primary content of the page.
  • `<footer>`:
            The `<footer>` tag is used to represent the footer of the webpage.

  • `<aside>`:
            The `<aside>` tag is used to make a sidebars in the webpage.
  • `<article>`:
            this tag is used as a self combined tag.


That's the 4th lecture of the HTML i hope you will understand this . in the bottom i will have to share notes related to today's topics thankyou guys we will meet on next lecture GoodBye...





tag's:
html
html lecture 
html notes pdf
html css notes
html forms
html tags
javascript notes pdf

Comments