NEW
Font size
WorksheetsWeb Designing Quiz-2
Total questions: 10
Worksheet time: 5mins
Which works similar to <i> element?
<strong>
<em>
<b>
<blockquote>
Which element is used for short quote?
<q>
<blockquote>
<em>
<abbr>
To show deleted text, which element is used?
<ins>
<del>
<em>
<strong>
What is the work of <address> element?
contains contact details for author
contains IP address
contains home address
contains url
Which element is used for abbreviation or acronym?
<em>
<q>
<abbr>
<blockquote>
Which element defines a title of the Work?
<abbr>
<cite>
<address>
<blockquote>
For smaller text which element is used?
<tiny>
<min>
<small>
<em>
Which element is used to show inserted element?
<ins>
<del>
<strong>
<em>
Which of the following is not an empty element?
<hr/>
<br/>
<p/>
Both <hr/> and <br/>
Which of the following markup is correct?
i. <b><i>is in error as tags cross</b></i>
ii. <b><i>is not since tags nest</i></b>
i
ii
i and ii
None
