The Basics of HTML
HTML is the standard markup language for creating web pages.
- HTML describes web page structure using markup code
- HTML elements are the building blocks of a web page
- HTML elements are represented by tags
- HTML tags label pieces of content, such as heading, paragraph, list, etc.