Common HTML Tags
Here are some common tags that are in almost all HTML documents.
- Nested list
-
- DEF
- html: After the doctype, all page content must be contained in the tags.
- doctype: This is the first element on every HTML page. It tells the browser to expect HTML and what version
to use. For the newest version of HTML, the element should look like this:
- html: After the doctype, all page content must be contained in the tags.