Multiple choice technology web technology

HTML tags normally come in pairs?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

HTML tags typically come in pairs - an opening tag (e.g.,

) and a closing tag (e.g.,

). This pairing creates an element that encloses content.