Welcome to my Elements Page
Welcome to my Elements page. Here ae some things I have learned from the W3Schools Elements web page.
- What are Elements and Nested Elements?
- The HTML element is everything from the start tag to the end tag, HTML elements can be nested (this means that elements can contain other elements).
- What is an Empty Tag? Give an example of an empty tag.
- HTML elements with no content are called empty elements. The <br> tag defines a line break, and is an empty element without a closing tag:
click Here to see the W3Schools site Elements page
Notes Hompage