Multiple choice technology web 2.0

Which of the following is the correct use of the tag?

  1. <title="Web Designer Help"></title>

  2. <title=Web Designer Help/>

  3. <title="Web Designer Help"/title>

  4. <title>Web Designer Help</title>

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

The title tag is a standard HTML element used to specify the title of a webpage. It requires a standard start tag and end tag enclosing the text. Other options incorrectly format the element by placing the text inside attributes or utilizing self-closing tag syntax.