Basic terminology
To learn more HTML, we should learn how to talk about HTML. Already you have seen we use s a lot.
Things inside s are called tags.
Tags nearly always come in pairs: an opening tag and a closing tag.
Example of opening tag:
Example of closing tag:
You can think of tags as being like parentheses: whenever you open one, you should close it. Tags also nest, so you should close them in the right order: the most recently opened tag should be the first one closed, like in the example below.