NEW
Font size
WorksheetsHTML
Total questions: 25
Worksheet time: 13mins
HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hyper Time Mark-up Linguistics
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 defines?
Page of Text
Picture
A word, a sentence, or a paragraph of text
Photos
Which of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
src attribute in an image tag stands for what?
Source of the image
Name of the image
Description of the image
Not used with image tag
When working with color codes RGB stands for...
Green Red Purple
Red Great Blue
Red Green Blue
Blue Green Raspberry
Google Chrome, Firefox and Safari are all examples of what?
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What does a opening tag look like?
< >
</ >
<< >>
( )
An HTML tag consists of...
Left/Right brackets, only 1 element, and may include attribute(s) & values(s)
Code, quote signs, numbers, and parenthesis
hypertext tool makeup logistics
super confusing language that I still don't understand
Another HTML tag for bold <b> is...
<em>
<strong>
<br>
<sup>
The index.html file specifies your homepage (True or False)
True
False
Which of these tags is not one of the basic document tags every web page begins with?
<html>
<head>
<title>
<body>
<h2>
Which tag is used to create a hyperlink on a web page?
<a href="">
<hype="">
<hr="">
<img src="">
Which image file would I need for a transparent background?
.jpg
.jpeg
.png
The <ul> tag is used to mark what type of content?
a bulleted list
a numbered list
a line break
a hyperlink
The <ol> tag is used to mark what type of content?
a numbered list
a bulleted list
an image
a cell in a table
Which tag is used to mark the items in a list?
<li>
<br>
<ul>
<ol>
The <img> tag is used to mark what type of content?
graphics
video
hyperlinks
data tables
An HTML <tag>
Is used to divide sections
Is not needed in HTML
Tells the browser how to format our content
Is part of the title line in HTML
The <hr> tag puts a _________________ across your webpage.
header
horizontal line
home run on the scoreboard
heading ruler
The <em> tag has the same effect as the __________ tag
< e >
< i >
< o >
< u >
