Is an a
element an empty element?
- No, because it has a closing tag and contains content
- Yes, because it has no closing tag and contains no content
- No, because a link tag is part of the document structure, like
<!doctype html>
No, because it has a closing tag and contains content.