HTML and CSS

HTML and CSS

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

HTML basics

HTML basics

5th - 10th Grade

20 Qs

Unit 2 code.org

Unit 2 code.org

7th - 9th Grade

20 Qs

CSS Box Model +

CSS Box Model +

8th - 12th Grade

20 Qs

Weboldalak kódolása

Weboldalak kódolása

9th - 12th Grade

20 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

Style

Style

12th Grade

20 Qs

BÀI 13: KHÁI NIỆM, VAI TRÒ CỦA CSS

BÀI 13: KHÁI NIỆM, VAI TRÒ CỦA CSS

12th Grade

20 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?