Html miscellaneous
- To show deleted text, which element is used?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
<strong> element shows the importance of text/paragraph between it’s tags. <em> element indicates emphasis, browser will show the contents of <em> element in italic. <ins> element shows the content that has been inserted, usually it has underline. <del> element shows text that has been deleted from, usually it has a line through the content.
- What is the work of <address> element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
The contact details for author of a page is specified by <address> attribute. The content is often displayed in italics,
- Which element is used for abbreviation or acronym?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
<em> element indicates emphasis, browser will show the contents of <em> element in italic. We used <q> element for shorter quote. Browser put quote around <q> element. A section which is quoted from another source is specified by <blockquote>. For using, abbreviation or acronym <abbr> element is helpful. A title element is to be used with abbr.
- Which element is used for short quote?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
<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.
- Which works similar to element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
The words written inside <strong> can be said with strong emphasis. Browser shows contents written inside <strong> element in bold.