Style in HTML MCQs Exercise I

Ques 1 Style


Which of the following is true about HTML Style?

A Styles is used to add styles to an element, such as color, font, size, and more.
B Style is type of elements.
C Both a) and b).
D none of these

Ques 2 Style


Which of the following is the correct syntax of HTML Styles?

A <tag_name style="property : value;">
B <style="property:value;">
C <tagname style="value:properties;">
D none of these