FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

THE INTERNET

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
HTML tags are enclosed in ____
A
( )
B
{ }
C
< >
D
| |
Explanation: 

Detailed explanation-1: -Tags are always enclosed in angle brackets: < >. Tags are comprised of elements and attributes. An element is an object on a page (such as a heading, paragraph, or image), and attributes are qualities that describe that element (such as width and height).

Detailed explanation-2: -All tags are enclosed in left and right angle brackets (<) and (>). Closing tags are preceded by a backslash (/).

Detailed explanation-3: -Answer. option c) < and > is the correct answer. this symbol is used to enclose all html tag.

There is 1 question to complete.