Skip to main content

HTML References

6 lessonsAbout 36 minutesReference

This is reference material, not a lesson sequence. Look pages up as you need them rather than reading start to finish.

  1. 1HTML5 New TagsHTML5 introduced several new tags to improve semantic meaning, multimedia handling, and web structure. These tags make the code more readable and help...
  2. 2Deprecated TagsAs HTML evolved, many tags that were once common became deprecated — meaning they are no longer recommended for use in modern web development. Deprecated...
  3. 3HTML Global AttributesGlobal attributes are special attributes that can be used with any HTML element — regardless of the tag type. They help define common properties like...
  4. 4Event AttributesHTML event attributes allow you to add interactivity to your webpage. They define how elements respond when certain events occur — such as when a user...
  5. 5Complete HTML Tag ListHTML tags are the building blocks of every webpage. They define the structure, meaning, and presentation of web content — from headings and paragraphs to...
  6. 6Complete HTML5 ElementsHTML5 made everyday markup more expressive. It gave familiar parts of a webpage meaningful names and added native tools for media, forms, and interactive interfaces.