NEW
Font size
WorksheetsHtml Quiz
Total questions: 10
Worksheet time: 8mins
In HTML we use _____ tag to get Bold Text ?
< b >
< Strong font >
< fontweight >
None of the Above
In HTML we use _____ tag to get text in Italic?
< italic text>
< i >
< font type="italic">
None of the above
Which is the correct HTML element for underlining text?
<underline>
<u>
<line>
None
Which tag would you use to make a heading?
<hd>
<heading>
<h>
None
Which of the listed heading tags creates the largest heading?
<h6>
<h4>
<h2>
<h1>
Which is the correct HTML tag for creating an unordered list?
<ul>
<il>
None
<unorderlist>
Which is the correct HTML tag for creating an ordered list?
<li>
<order>
<list item>
<ol>
Which of the following tags will create a horizontal line across the page?
<line>
<hr>
<br>
None
Which tag would you use to create a paragraph:
<par>
<p>
<para>
We can't create a paragraph
What is the correct HTML for creating a hyperlink?
<a> </a>
<a "https://www.facebook.com"> </a>
<a href="https://www.facebook.com> </a>
<a href:facebook.com> </a>
