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…
- A.
( )
- B.
[ ]
- C.
{ }
- 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.
Loading lesson…