What is HTML?
HTML (HyperText Markup Language) is the language used to structure content on the web.
What HTML does
Section titled “What HTML does”HTML describes what things are:
- headings
- paragraphs
- links
- images
- lists
- forms
What HTML does not do
Section titled “What HTML does not do”- CSS controls how things look (styles/layout)
- JavaScript controls behavior (interactivity)
Exercise
Section titled “Exercise”Open any website, right-click, and choose View Page Source. You’re looking at HTML (and related markup).