- Elements
- Tags
- Attributes
<!DOCTYPE html>
- instruction to the web browser about what version of HTML the page is written in.
- In this case, it is HTML5
- Series of elements
- Represented by tags
- element is the root element of an HTML page
- element contains meta information about the document
- element specifies a title for the document
- element contains the visible page content
- element defines a large heading
- element defines a paragraph
- H1 to h6
<a href="https://www.w3schools.com">This is a link</a>
Images Buttons Lists
<br>
<!-- This is a comment →
block -level element
Inline element
Contains metadata
<img src="img_chania.jpg" alt="Flowers in Chania">
<meta name="viewport" content="width=device-width, initial-scale=1">