HTML - a programming language ?
- HTML is a textual way to describe the structure and content of a document
-
- - Parts: header, navigation, body, footer
- - Titles, subtitles, etc.
- - Type of elements (image, video, code, etc.)
- - Relative importance of text element (emphasize, strong, un-relevant, etc.)
- HTML is not a programming language able to automatize tasks (wait for JavaScript)
-
- - No loops, if, include, etc.
- HTML(5) : describe the semantic of the document, not its appearance (it will be CSS)