Skip to main content

HTML Basics: Elements and Structure #2 lecture

 Introduction to HTML basics Elements and Structure:

Objective: To, explorer HTML Elements, structure and commonly used tag's.


Common HTML Tag's:


Here is example to understands how to open and close tag's 

< > this is Opening tag.
< /> this is Closing tag. But here is a one thing that will understand : some tags are automatic closed means we would just open it like this <br>.

Today we will understand Headings and Paragraph tag's :

Headings and Paragraph's:

  • <h1>Main Heading </h1>
  • <h2>Sub Heading </h2>
  • <h3>Heading 3 </h3>
  • <h4>Heading 4 </h4>
  • <h5>Heading 5 </h5>
  • <h6>Heading 6 </h6>


  • <p> using for paragraph </p>

Ok guys we will meet on next lecture our next topic is formatting tag's. in the bottom i will share you some notes related to our today's topic and have a way to how to make this in practical .. please share this to your bestfriends GoodBye..!






Comments