HTML Road Map

HTML Examples

  • 🔏 HTML Article
  • 🔏 HTML Student Record
  • 🔏 HTML Table Layout
  • 🔏 HTML Table Website
  • 🔏 HTML Nested Table Layout

🤔 Think of HTML tags like labels on boxes


  • The tag tells what type of content it is
  • The content goes inside
  • The browser reads the label and formats it

HTML Tag is a keyword enclosed in angle brackets < > that tells the browser how to display or structure content on a web page.


Rule Of Creating HTML Tag

  1. → Opening tag
  2. → Text or elements inside ( Content )
  3. → Closing tag

< Opening > Content < / Closing>


Types of HTML Tags

  1. Paired (Container) Tags
  2. Empty (Self-Closing) Tags

HTML Heading Tag

heading tags are used to define the headings or titles of sections on a web page. They provide a way to structure and organize content, indicating the hierarchy and importance of different sections.



HTML Paragraph Tag

the < p > element is used to define a paragraph of text. It represents a block of text or content that is typically separated from adjacent paragraphs by vertical spacing