How does HTML Work?
Everything is done with “Tags”
“Container” tags work in pairs
A container tag “opens” an instruction: <title>
Another “closes” it: </title>
The instruction is applied to the text between the opening and closing tags:
- <title>Katz School of Business</title>
- Katz School of Business appears in the title bar of the browser