Welcome to the Introdution Page
Welcome to my Introduction page. Here are some things I have learned from the W3Shcools Introduction web page.Click Here to find more information.
- 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 home page