Welcome to my Introduction Page
Welcome to my Introduction Page. Here are some things I have learned from W3schools web page. Here is a link to the W3schools page
- 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:
Notes Homepage