a) attribute name b) tag name c) class name d) none of the mentioned Answer: b ...
View QuestionAttributes that allow to identify particular element are ___________
a) <div> and <span> b) <meta> c) id and class d) <iframes> Answer: c Explanation: ...
View QuestionCopyright symbol can be included by _________
a) & lt b) & copy c) & amp d) & gt Answer: ...
View QuestionWhich attribute is not essential under <iframe>?
Which attribute is not essential under <iframe>? a) src b) height c) width d) frameborder Answer: d Explanation: An iframe is equivalent to a ...
View QuestionWhich of the following is not an empty element.
a) <hr/> b) <br/> c) <sup> d) <img/> Answer: c Explanation: There are a few elements that do not ...
View QuestionWhat is the use of <hr/> tag?
What is the use of <hr/> tag? a) To create horizontal rule between sections b) To create ...
View Questionwhich tag will be used For raising number to a power?
a) <sup> b) <sub> c) <br/> d) <ul> Answer: a Explanation: The <sup> element is used to ...
View QuestionFor writing chemical formula of water which tag will be used?
a) <sup> b) <sub> c) <br/> d) <ul> Answer: b Explanation: The <sub> element is used to contain characters ...
View QuestionWhat is the tag used for making character appearance bold?
a) <b>content</b> b) <i>content</i> c) <u>content</u> d) <br>content</br> Answer: a Explanation: By enclosing words in ...
View QuestionWhat is the size of content of an <h1> element?
What is the size of content of an <h1> element? a) Smallest b) Largest c) Medium
View Question