NEW
Font size
WorksheetsHTML CodeHS Lessons 1-5 Review
Total questions: 15
Worksheet time: 9mins
What does this code do? <p>
Period
Paragraph
Parenthesis
Font
How do you add an image?
<img src-"insertpicture.jpg">
<img scr="insertpicture.jpg">
<img src=insertpicture.jpg>
<img src="insertpicture.jpg">
Which heading is the smallest?
h3
h2
h1
h4
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 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>
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
Which of the following is the proper format for an HTML tag?
>h1<Content Affected by Tag >/h1<
<h1>Content Affected by Tag<h1>
<h1 Content Affected by Tag />
<h1>Content Affected by Tag</h1>
What is generated from the HTML code:
Which of the following classifies as metadata about a webpage?
The tags that make up the body of the webpage
A table on a webpage
A list on a webpage
The title of the webpage
Which of the following best describes the difference between the domain and path of a URL?
The domain specifies where the browser’s request should be sent.
The path specifies exactly what file is being requested.
The domain specifies what kind of file is being requested.
The path specifies the name of the file being requested.
The domain specifies the name of the file being requested.
The path specifies what kind of file is being requested.
The domain specifies exactly what file is being requested.
The path specifies where the browser’s request should be sent.
When a student sees this image in CodeHS, they are suppose to
complete practice assignment
review example code provided
watch video
answer multiple choice question
