Question
Easy

HTML tags must be written within _ .

1
()
2
[]
3
{}
4
<>
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option D
Explanation

The correct option is (4): The correct delimiters for all HTML (HyperText Markup Language) tags are the angle brackets or chevrons, represented by the symbols \. These symbols are fundamental to the HTML syntax, as they encapsulate the element name (e.g., p, img, div) and any attributes, signaling to the web browser that the enclosed text is a command to render a specific type of element rather than…Read More