HTML and CSS Review One

HTML and CSS Review One

7th Grade - University

23 Qs

quiz-placeholder

Similar activities

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

HTML Assignment

HTML Assignment

8th Grade

20 Qs

HTML Tags

HTML Tags

6th - 8th Grade

20 Qs

HTML tags

HTML tags

9th - 12th Grade

20 Qs

Intro to HTML

Intro to HTML

7th - 8th Grade

18 Qs

HTML-CSS

HTML-CSS

8th Grade

21 Qs

HTML DT

HTML DT

7th - 10th Grade

20 Qs

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

7th - 10th Grade

22 Qs

HTML and CSS Review One

HTML and CSS Review One

Assessment

Quiz

Computers

7th Grade - University

Medium

Created by

Ty Hillegonds

Used 23+ 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?