1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What do elements contain?
Start Tag, content, End Tag
Everything from start → End Tags.
Define Nested HTML Elements.
Elements within other elements.
What do you call the first element in a HTML webpage?
Root element.
What are empty elements?
Elements with no content.
e.g. <br> → line break (doesn’t have content or closing tag).