HTML and CSS

HTML and CSS

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

HTML DT

HTML DT

7th - 10th Grade

20 Qs

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

Intro to HTML

Intro to HTML

8th - 12th Grade

20 Qs

Pilihan PW

Pilihan PW

11th Grade

20 Qs

Latihan html dan css

Latihan html dan css

KG - University

20 Qs

Part 1 Advance HTML and CSS

Part 1 Advance HTML and CSS

9th - 12th Grade

20 Qs

UH_TIK_XII

UH_TIK_XII

12th 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

HTML and CSS

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

George Timas

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