HTML is the technology that defines the content and structure of any website. Written properly, it should also define the semantics (meaning) of the content in a machine-readable way, which is vital for accessibility, search engine optimization, and making use of the built-in features browsers provide for content to work optimally. This module covers the basics of the language, before looking at key areas such as document structure, links, lists, images, forms, and more.
General resources:
-
Learn HTML and CSS, Scrimba Course Partner
-
The basics of semantic HTML, Scrimba Course Partner
-
Learn HTML, Codecademy