• Overview
  • Programming
    • Web Development
      • HyperText Markup Language (HTML)
        • Markup
        • Tags
      • Cascading Style Sheets (CSS)
      • JavaScript
      • Web Application Frameworks
      • NextJS
        • React
        • Hooks

Page 6/12

Cyber Bilby

Tags

HTML Tags

There are many different HTML tags used to mark up content. Here are a list of common tags used in sites today.

  • H1, H2, H3, H4, H5, H6
    • These tags are different levels of headings used to define hierarchical structure, where 1 is the most important and 6 is least important. 
  • P (Paragraph)
    • The paragraph tag is used to annotate a paragraph of content into readable sections. Vertical spacing is automatically added by the browser to achieve this.

Previous Next

Licencia: public domain