FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WORLD WIDE WEB

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 uses arrows, while CSS uses curly brackets and semi-colons are used at the end of each line.

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

Detailed explanation-3: -Angle brackets are commonly used to enclose a code of some type. For example, HTML tags and PageMaker tags are enclosed in angle brackets.

Detailed explanation-4: -Brackets, or braces, are a syntactic construct in many programming languages. They take the forms of “[]", “()", “” or “<>.” They are typically used to denote programming language constructs such as blocks, function calls or array subscripts.

Detailed explanation-5: -They are parentheses, square brackets, curly brackets, and angle brackets.

There is 1 question to complete.