HTML Notes
HTML Notes
HTML Tags
The first tag in a pair is the start tag, the second tag is the end tag
The end tag is written like the start tag, but with a forward slash inserted before the tag
name
<br> is an empty element without a closing tag (the <br> tag defines a line
break).
</body>
</body>
</html>
Bigger Headings
Each HTML heading has a default size. However, you can specify the size for any
heading with the style attribute, using the CSS font-sizeproperty: