Html miscellaneous


  1. To show deleted text, which element is used?











  1. 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.


  1. What is the work of <address> element?











  1. 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,



  1. Which element is used for abbreviation or acronym?











  1. 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.


  1. Which element is used for short quote?











  1. 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.



  1. Which works similar to element?











  1. 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.