HTML and CSS

HTML and CSS

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

Html

Html

10th Grade

20 Qs

UH_TIK_XII

UH_TIK_XII

12th Grade

20 Qs

Latihan html dan css

Latihan html dan css

KG - University

20 Qs

HTML Lesson 4 - Using CSS to add style to a webpage

HTML Lesson 4 - Using CSS to add style to a webpage

7th - 9th Grade

20 Qs

Ulangan Harian 1 CSS PPL 2

Ulangan Harian 1 CSS PPL 2

9th - 12th Grade

20 Qs

สอบกลางภาค HTML5

สอบกลางภาค HTML5

10th Grade

20 Qs

CodeHS Unit 5 Test

CodeHS Unit 5 Test

8th - 12th Grade

20 Qs

HTML and CSS

HTML and CSS

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

George Timas

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