a) <q>
b) <blockquote>
c) <em>
d) <abbr>
Answer: a
Explanation: <em> element indicates emphasis, browser will show the contents of <em> element in italic. A section which is quoted from another source is specified by <blockquote>. The <abbr> defines abbreviation. We used <q> element for shorter quote. Browser put quote around <q> element.
Example: <p>This is a <q>brown dog</q>.</p>
Output: This is a “brown dog”.
Related Posts
For grouping form controls we can use ___________
Form validation traditionally was performed by ___________
For creating single line text box for searching queries, we use the type ___________
In the processing of information, the server does not use the language _____
Which of the following is not the form type for adding text?
For clearing all the settings which function should be called?
Which of the following is not the storageEvent interface?
Join The Discussion