🎴 Flashcard Mode
Online test 3 - Web Technologies
Card1 / 15
Mastered0
Review0
QuestionClick to flip
<INPUT> is
AnswerClick to flip back
A
empty tag
💡 Explanation:
The tag in HTML is an empty element, meaning it doesn't require a closing tag and doesn't contain any content. It's a self-closing tag that defines an input field. Format tags like or have opening and closing tags, while empty tags like , , and
do not.