HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

Block Elemetns

Block Elements

 

 

Block elements are those elements that start from a new line. Browsers automatically add some padding and margins to it. In other words, they are in the form of blocks and they occupy the full width which is available to them.

 

Examples:-

 

  • Tag
  • h2 - h6 tag
  • div tag
  • form tag
  • ol tag
  • ul tag
  • pre tag
  • table tag
  • main tag
  • header tag
  • footer tag

Code Explanation

All Tutorials related to HTML Basics

All Sections related to HTML