Welcome To My Introduction Page
Welcome to my introduction page. Here are some things I have learned from the W3Schools Introduction web page. You can visit this page by clicking on this Link
- What does HTML stand for?
- HTML stands for Hyper Text Markup Language
- 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:
Click here to return to the Notes Homepage