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.