Multiple choice html

Which is correct?

  1. Click Here

  2. Click Here

  3. Click Here

  4. Click Here

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

Correct HTML requires opening and closing tags: opens the bold element, closes it. Option A is missing the slash in the closing tag. Option B has an incorrect self-closing opening tag syntax. Option D reverses the tags (closing before opening). Only C has the proper opening-closing tag pair.