Font size
WorksheetsHtml 8°
Total questions: 10
Worksheet time: 32mins
What does HTML stand for?
Happy Turtles Moo Loud
Hyper Text Markup Language
Half Terabyte Megabyte LAN
Hyper Tool Mega Language
Which of the following is an HTML tag?
<a>
{a}
a:
var a;
Which of the following is a closing tag?
<html>
<p>
</li>
{/img}
Which of the following is the smallest heading tag?
h1
h5
h4
h3
What does the <p> tag do?
Insert a paragraph
Underline letters
Bold letters
Paste text
Which element does not need a closing tag?
<br>
<body>
<head>
<img>
What is the attribute to insert a link?
src
title
href
style
Where must you set the attribute?
Closing tag
Opened tag
After the elements
Before the element
What attribute do you think is proper?
<p (a) ="color:lightblue">
The "lang" attribute is to....
set the color
set the country and language
set the size of picture
set teh background
