WorksheetsHTML Quiz #1 Review - CodeHS (Sec 1-5)
Total questions: 10
Worksheet time: 5mins
What does the <br> tag do?
Hits "Enter" and starts a new line on the webpage.
Makes the text bold.
Makes the text italics.
Puts the text in the tab of the browser.
What does HTML stand for?
HyperText Markup Language
Highlight Tight Makes Loops
Hooper Test Marked Lights
Honor Term Max Learning
What does the <p> tag do?
Hits "Enter" and creates a new line on the webpage.
Creates a new paragraph.
Displays and image (jpg, gif or png)
Makes a hyperlink
What is wrong with the hyperlink code?
Nothing.
Missing closing </a> tag
No content between the opening <a> and closing </a> tags
HREF is misspelled as HERF
Which of these tags doesn't need a closing tag?
<a href>
<img>
<b>
<title>
You are using an <h3> header tag. How can you make the text bigger?
<h4> tag
<title> tag
<a href> tag
<h2> tag
What is the correct syntax for inserting an image?
<img src> chipotleGuac.jpg </img>
<src img="chipotleGuac.jpg">
<img src="chipotleGuac.jpg">
<src img> chipotleGuac.jpg </img>
Images in your website may have which file extension?
.jpg
.png
.jpeg
.gif
What is wrong with the following hyperlink?
Nothing.
The closing tag is missing the slash </a>
There is no content between the opening and closing <a> tags.
HREF is misspelled as HERF
What is wrong with the following image tag?
Nothing
SRC is misspelled as SCR
It is missing the closing </img> tag
SRC comes before IMG
