HTML — HyperText Markup Language — is the skeleton of every webpage. Without HTML there is nothing to style, nothing to script, nothing to display. In this lesson you'll learn exactly what HTML is, where it came from, how tags work, and write your very first HTML document from scratch.
1-A 2-C 3-A 4-B | 5 markup 6 opening 7 = <p>Hello</p> 8 = Tag is the marker; element is tag + content + closing tag 9 = Void elements, e.g. <br>, <img>, <hr> | 10 = It marks up/annotates content with meaning, it doesn't compute