HTML and CSS Review One

HTML and CSS Review One

7th Grade - University

23 Qs

quiz-placeholder

Similar activities

HTML & CSS

HTML & CSS

9th - 12th Grade

22 Qs

HTML / CSS

HTML / CSS

5th - 7th Grade

20 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

Html Beginner

Html Beginner

6th - 11th Grade

19 Qs

Unit 2 code.org

Unit 2 code.org

7th - 9th Grade

20 Qs

HTML

HTML

7th - 9th Grade

19 Qs

HTML basics

HTML basics

5th - 10th Grade

20 Qs

HTML and CSS

HTML and CSS

7th Grade

18 Qs

HTML and CSS Review One

HTML and CSS Review One

Assessment

Quiz

Computers

7th Grade - University

Medium

Created by

Ty Hillegonds

Used 21+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Karen wants to begin a new line within a paragraph of text on a webpage. Which code should she use?
<li>
<h1>
<hr>
<br>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jerry wants to insert a line break into his webpage. Which code should he use?
<ul>
<li>
<br>
<h1>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the proper code to insert an image named "frog.jpg"?
<img src="frog" width="104" height="142">
<img="frog.jpg" width="104" height="142">
<img src="frog.jpg" width="104" height="142">
<img ="frog" width="104" height"142">

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines
the main heading in a web document?
<h3>Product</h3>
<h5>Product</h5>
<h1>Product</h1>
<h6>Product</h6>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag defines the visible content of a web document?
<head>
<meta>
<title>
<body>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag will create a line break in a web document?
<hr>
<br>
<h1>
<body>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tag defines the beginning of a webpage?
<html>
<h1>
<p>
<body>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?