. Each link will take you to a brand new topic. ENJOY!
- 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.
-
- An empty tag (or void/self-closing tag) in HTML is one that doesn't contain any content or other elements and therefore doesn't need a separate closing tag, like </p> for <p>
Click here to go back to the Notes homepage.