Welcome to my Elements Page

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