a) <details> b) <aside> c) <bdi> d) <article> Answer: c Explanation: ...
View QuestionFor smaller text which element is used?
a) <tiny> b) <min> c) <small> d) <em> Answer: c Explanation: min is an attribute for input ...
View QuestionWhich element defines a title of the Work?
a) <abbr> b) <cite> c) <address> d) <blockquote> Answer: b Explanation: For using, abbreviation or acronym <abbr> ...
View QuestionWhich property is similar to C/C++ can be applied to comments?
a) for loop b) while loop c) ifelse d) switch case Answer: c Explanation: We can add ...
View QuestionHow bdo element works?
How <bdo> element works? a) override text direction b) stops writing in the current text direction c) only override direction of ...
View QuestionWhich element is used to show inserted element?
a) <ins> b) <del> c) <strong> d) <em> Answer: a Explanation: <del> element shows text that has ...
View QuestionTo show deleted text, which element is used?
a) <ins> b) <del> c) <em> d) <strong> Answer: b Explanation: <strong> element shows the importance of ...
View QuestionWhat is the work of <address> element?
What is the work of <address> element? a) contains contact details for author b) contains IP address c) ...
View QuestionWhich element is used for abbreviation or acronym?
a) <em> b) <q> c) <abbr> d) <blockquote> Answer: c Explanation: <em> element indicates emphasis, browser will ...
View QuestionWhich element is used for short quote?
a) <q> b) <blockquote> c) <em> d) <abbr> Answer: a Explanation: <em> element indicates emphasis, browser will ...
View Question