wayground logo

Bảng tính có thể in miễn phí

MỚI

Cỡ chữ

S
M
L
XL
bảng tính

2023 - Web Design - CSS Review

Total câu hỏi: 15

Worksheet time: 15mins

Tên
Lớp học
Ngày
1.
What is the correct HTML for referring to an external style sheet?
a)

<style src=”styles.css">

b)

<link href="styles.css">

c)

<stylesheet>styles.css</stylesheet>

d)

<link rel="stylesheet" href="styles.css">

2.
Where in an HTML document is the correct place to refer to an external style sheet?
a)
At the top of the document
b)
At the end of the document
c)
In the <head> section
d)
In the <body> section
3.
Which is the correct CSS syntax?
a)
body: color=black;
b)
body { color: black; }
c)
{ body: color=black; }
d)
{body; color:black; }
4.
Which property is used to change the background color?
a)

back-color

b)

color

c)

background-color 

d)

Bgcolor

5.
Which CSS property is used to change the text color of an element?
a)
font
b)
font-color
c)
text-color
d)
color
6.
Which CSS property controls the text size?
a)
font-size
b)
 font-style
c)
text-style 
d)
text-size
7.
How do you select elements with class name "test"?
a)
test
b)
*test
c)
#test
d)
.test 
8.
Which of the following property is used to align the text of a document?
a)
text-indent
b)
text-transform
c)
text-decoration
d)
text-align
9.
What is the CSS property that can be used to move an image to the right or left of the page content?
a)
float
b)
margin
c)
padding
d)
align
10.

What is the CSS property that can be used to underline text?

a)

font-size

b)

font-style

c)

text-decoration

d)

text-align

11.

What is the CSS property that can be used to change the border to a double border?

a)

border-color

b)

border-width

c)

border-radius

d)

border-style

12.

What is the CSS property that can be used to change the round the edges of a border?

a)

border-color

b)

border-width

c)

border-radius

d)

border-style

13.

What is the CSS property that can be used to change the color of a border?

a)

border-color

b)

border-width

c)

border-radius

d)

border-style

14.

What is the CSS property that can be used to change how thick the border is?

a)

border-color

b)

border-width

c)

border-radius

d)

border-style

15.

What is the CSS property that can be used to add space around an HTML element?

a)

float

b)

margin

c)

border-width

d)

background-color