HTML and CSS

HTML and CSS

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

HTML & CSS Quiz

HTML & CSS Quiz

10th - 11th Grade

20 Qs

SDH Elective

SDH Elective

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 & CSS Review

HTML & CSS Review

7th - 10th Grade

24 Qs

HTML DT

HTML DT

7th - 10th Grade

20 Qs

Balises HTML & CSS

Balises HTML & CSS

8th Grade - University

20 Qs

HTML basics 10B

HTML basics 10B

10th Grade

20 Qs

uCertify Lesson 2 Quiz Advanced HTML

uCertify Lesson 2 Quiz Advanced HTML

8th - 12th Grade

20 Qs

HTML and CSS

HTML and CSS

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

George Timas

Used 184+ times

FREE Resource

25 questions

Show all answers

1.

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>

2.

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 largest heading?

<h3>Product</h3>

<h5>Product</h5>

<h1>Product</h1>

<h6>Product</h6>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A properly coded HTML tag will always be found between which two symbols?
( )
{ }
[ ]
< >

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using a text editor, what file extension(s) must be used when saving as a web document?

txt

html

doc

css

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of code correctly places a gif image named "tiger" from the images folder into a webpage?

<img src="tiger" alt="Bengal Tiger" />

<img gif=tiger alt="Bengal Tiger">

<image source="images/tiger.gif" alt=Bengal Tiger" />

<img src="images/tiger.gif" alt="Bengal Tiger" />

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?