NEW
Font size
Worksheets8th class December test 2020
Total questions: 14
Worksheet time: 7mins
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What does this tag stand for? <b>
bright
big
beautiful
bold
Which tag would you use for an ordered list?
<ol>
<ul>
<li>
None of the above
What is the difference between <h1> and <h2>?
<h1> is larger in size than <h2>
<h2> is larger in size than <h1>
both are the same size but different headings
none of the above
Which tag would you use to insert a image?
<marquee>
< a href>
<br>
<img src>
Which tag would you use to create a hyperlink?
<a href>
<img src>
<br>
<link>
Which tag does not need a closing tag?
<a href>
<head>
<body>
<img src>
Which code below is correct for a hyperlink
<a>
"https://google.com"
Click Me
</a>
<a>Click Me>
"https://google.com"
</a>
<a herf="https://google.com">
Click Me
</a>
<a href="https://google.com">
Click Me
</a>
