COMPUTER NETWORKING

MULTIMEDIA AND QUALITY OF SERVICE

MULTIMEDIA DATA

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which style of brackets are used in HTML?
A
[ ]
B
{ }
C
( )
D
< >
Explanation: 

Detailed explanation-1: -HTML syntax uses the angle brackets (”<” and ‘’>”) to hold the name of an HTML element. Elements usually have an opening tag and a closing tag, and give information about the content they contain. The difference between the two is that the closing tag has a forward slash.

Detailed explanation-2: -Answer: Angle brackets are used in HTML tags.

Detailed explanation-3: -To open the body of an HTML first open the HTML document, to do so write an open bracket, then html, the close the bracket. Next press enter. Type another open bracket, then type the word body, then type a closed bracket. Next press enter again.

Detailed explanation-4: -In HTML, there are two characters that demand special treatment: < and & . Left angle brackets are used to start tags; ampersands are used to denote HTML entities.

There is 1 question to complete.