Welcome to my Elements Page
Welcome to my Elements page. Here are some things i have learned from the W3Shools Elements web page.
- What are Elements and Nested Elements?
- A Element is everything from the start tag to the end tag, while a nested element can contain other elements
- What is an Empty Tag? Give an example of an empty tag.
- A empty tag is a element with no content, the "br" tag defines a line break, and without a closing tag is a empty element/tag.
W3schools HTML Elements
Click this link to go back to the home page.