Welcome to my introduction page
- What does html stand for?
- It stands for Hyper Text Markup Laungage.
- What are tags?
- An HTML element is defined by a start tag, some content, and an end tag:
<tagname> Content goes here... </tagname>
The HTML element is everything from the start tag to the end tag:
The ampersand (and) sign: &
Click here to return to the notes homepage.
Click here to go to the topic in W3schools.