NEW
Font size
WorksheetsHTML
Total questions: 13
Worksheet time: 6mins
HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
Which of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
You need a closing tag for an image without text
True
False
<th></th> is the code for .....
a table row
a table column
a table header
Thanos
What should a HTML web page end with?
</html>
<head>
</end>
</body>
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>
