Search Header Logo
CSS

CSS

Assessment

Presentation

Computers

9th Grade

Practice Problem

Medium

Created by

Deepa Pachhai

Used 126+ times

FREE Resource

1 Slide • 15 Questions

1

CSS

Designing a website

Slide image

2

Multiple Choice

What HTML element defines the title of the document?
1
<title>
2
<head>
3
<meta>

3

Multiple Choice

<p> is

1

punctuation tag

2

closing paragraph tag

3

closing punctuation tag

4

paragraph tag

4

Multiple Choice

<p> is

1

punctuation tag

2

closing paragraph tag

3

closing punctuation tag

4

paragraph tag

5

Fill in the Blanks

Type answer...

6

Multiple Select

What are the different methods to create CSS?

1

External CSS

2

Inline CSS

3

Internal CSS

4

Online CSS

7

Open Ended

Write any two major uses of CSS in web designing.

8

Multiple Choice

When using a text editor, what file extension(s) must be used when saving as a web document?
1
txt
2
html or htm
3
doc
4
css

9

Multiple Choice

What tag defines the beginning of a webpage?
1
<html>
2
<h1>
3
<p>
4
<body>

10

Multiple Choice

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

11

Multiple Choice

Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines
the main heading in a web document?
1
<h3>Product</h3>
2
<h5>Product</h5>
3
<h1>Product</h1>
4
<h6>Product</h6>

12

Multiple Choice

What is the proper code to insert an image named "frog.jpg"?
1
<img src="frog" width="104" height="142">
2
<img="frog.jpg" width="104" height="142">
3
<img src="frog.jpg" width="104" height="142">
4
<img ="frog" width="104" height"142">

13

Multiple Choice

Which item refers to the start tag, the end tag and everything in between?
1
HTML Element
2
HTML Tag
3
HTML Attribute
4
CSS

14

Multiple Choice

Jerry wants to insert a line break into his webpage. Which code should he use?
1
<ul>
2
<li>
3
<br>
4
<h1>

15

Multiple Choice

What is the difference between an HTML Tag and an HTML element?

1

An HTML Tag is case sensitive and an HTML element is not case sensitive.

2

An HTML Tag is always paired and an HTML element is an "empty" tag.

3

An HTML Tag defines content and an HTML Element includes the opening and closing tags and everything in between.

4

An HTML Tag defines content and an HTML Element gives additional meaning and content.

16

Multiple Choice

What is the proper code for an unordered list?

1

ul

2

ol

3

il

4

al

CSS

Designing a website

Slide image

Show answer

Auto Play

Slide 1 / 16

SLIDE