Search Header Logo
HTML & CSS

HTML & CSS

Assessment

Presentation

•

Computers

•

6th Grade - University

•

Medium

Created by

Asma Al-Faran

Used 50+ times

FREE Resource

1 Slide • 27 Questions

1

HTML & CSS

By Asma Al-Faran

2

Multiple Choice

Which of the following is an opening HTML tag?

1

</html>

2

<<html>>

3

<html>

4

<html/>

3

Multiple Choice

Which tag is used to add an image?

1

<image>

2

<img>

3

<<img>>

4

</image>

4

Multiple Choice

What is the correct syntax to change the background color with css?

1

background-color: purple;

2

background-color = "purple";

3

backgroundcolor=orange

4

change-background-color: purple

5

Multiple Choice

TRUE OR FALSE: HTML is used to style web pages.

1

True

2

False

6

Multiple Choice

TRUE OR FALSE: CSS is used to style web pages

1

True

2

False

7

Multiple Choice

What is missing from this HTML skeleton?


<!DOCTYPE html>

<html>

<body>

</body>

</html>

1

<head></head>

2

<div></div>

3

<img></img>

4

<head>

8

Multiple Choice

What tag do you use to make a numbered list?

1

<list>

2

<ol>

3

<li>

4

<ul>

9

Multiple Choice

How do you change the font color with CSS?

1

font-color: green;

2

color: green;

3

change-font-color: green;

4

fontcolor=green;

10

Multiple Choice

Where should you put the link tag to connect your CSS and HTML file?

1

Between the <head> </head> in HTML

2

Between the <body> </body> in HTML

3

None of the above.

11

Multiple Choice

TRUE OR FALSE: HTML is used to add content to web pages.

1

True

2

False

12

Multiple Choice

If you want to have more than one property for a CSS selector, what character separates them?
1
comma (,)
2
semi-colon (;)
3
colon (:)
4
dash (-)

13

Multiple Choice

Which is correct CSS syntax? 
1
{ body; color=black;}
2
body: color= black
3
body {color:black;}
4
(body color is black) 

14

Multiple Choice

sets the color of words in a paragraph

1

h1 {

color: pink;

}

2

img {

color: pink;

}

3

body {

color: pink;

}

4

p {

color: pink;

}

15

Multiple Choice

Select the rule set to make all the text in your web page blue and centered.

1

p {

color: blue;

}

2

body {

text-align: left;

color: blue;

}

3

p {

text-align: center;

color: blue;

}

4

body {

text-align: center;

color: blue;

}

16

Multiple Choice

What will this rule set create?


h1 {

text-decoration: underline overline dotted red;

}

1

red waves under the heading

2

red dots over and under the heading

3

red waves over and under the heading

4

red dots over the heading

17

Multiple Choice

Question image

The blue is called an _____________

1

Declaration

2

Selector

3

Property

4

Value

18

Multiple Choice

Question image

The blue is called an _____________

1

Declaration

2

Selector

3

Property

4

Value

19

Multiple Choice

Question image

The blue is called an _____________

1

Declaration

2

Selector

3

Property

4

Value

20

Multiple Choice

Question image

The blue is called an _____________

1

Declaration

2

Selector

3

Property

4

Value

21

Multiple Choice

CSS is the...

1

language for designing web pages

2

longitudinal compass for directions

3

way we send information to each computer

4

way we set up each tag

22

Multiple Choice

If you want to have more than one property for a CSS selector, what character separates them?
1
comma (,)
2
semi-colon (;)
3
colon (:)
4
dash (-)

23

Multiple Choice

Which is correct CSS syntax? 
1
{ body; color=black;}
2
body: color= black
3
body {color:black;}
4
(body color is black) 

24

Multiple Choice

What does CSS stand for? 
1
Creative Style Sheets
2
Cascading Style Sheets
3
Colorful Style Spread
4
Computer Style Spread

25

Multiple Choice

Where in the HTML document is the correct location to insert code to link to your external CSS? 
1
In the <head> section
2
In the <body> section
3
At the very end of the document
4
At the very beginning of the document

26

Multiple Choice

What symbols go around the properties for each CSS selector?
1
< >
2
[ ]
3
{ }
4
( )

27

Multiple Choice

Which is the selector for a link?
1
a { }
2
link { }
3
href { }
4
a href { }

28

Multiple Choice

What is the difference between HTML and CSS?
1
CSS is one type of HTML
2
HTML gives a webpage structure. CSS provides styling.
3
CSS structures a webpage. HTML strictly provides styling.
4
There is no difference.

HTML & CSS

By Asma Al-Faran

Show answer

Auto Play

Slide 1 / 28

SLIDE