HTML tags must be written within ............. .

2023

HTML tags must be written within ............. .

Answer: D. < >HTML tags are special markers that tell the browser how to display content. Every tag must start with a less-than sign (<) and end with a greater-than sign…

  1. A.

    ( )

  2. B.

    [ ]

  3. C.

    { }

  4. D.

    < >

Attempted by 1059 students.

Show answer & explanation

Correct answer: D

HTML tags are special markers that tell the browser how to display content. Every tag must start with a less-than sign (<) and end with a greater-than sign (>). This syntax distinguishes code from actual text.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…