HTML and CSS

HTML and CSS

Assessment

Quiz

Created by

George Timas

Computers

9th - 12th Grade

175 plays

Medium

Student preview

quiz-placeholder

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" />

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct code to insert a horizontal line in a webpage?
<hr>
<br>
<h1>
<li>

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which section is the content of a webpage written?

Head section

HTML section

Body

Title section

10.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is a properly formatted closing tag?

<html />

</html>

<</html>>

<html>

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?