wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSS Basic Shqip Elidon Mema

Total questions: 18

Worksheet time: 10mins

Name
Class
Date
1.

Si citohet CSS ?

a)

Creative Style Sheets

b)

Cascading Style Sheets

c)

Colorful Style Spread

d)

Computer Style Spread

2.

Ku në dokumentin HTML ? Është vendndodhja e saktë për të futur kod për tu lidhur me CSS tuaj të jashtëm?

a)

midis tags <head>

b)

midis tags <body>

c)

Në fund të dokumentit

d)

Në fillim të dokumentit

3.
Which is correct CSS syntax? 
a)
{ body; color=black;}
b)
body: color= black
c)
body {color:black;}
d)
(body color is black) 
4.

Cilat simbole shkojnë rreth vetive për secilin përzgjedhës CSS?

a)

< >

b)

[ ]

c)

{ }

d)

( )

5.

Cila është vlera në këtë CSS?

p {color: red;}

a)

p

b)

color

c)

red

d)

Style

6.

Cili është zgjedhësi për një link(lidhje) ?

a)

a { }

b)

link { }

c)

href { }

d)

a href { }

7.

Cili është kodi i duhur për të futur një imazh të quajtur "frog.jpg"?

a)

<img src="frog" width="104" height="142">

b)

<img="frog.jpg" width="104" height="142">

c)

<img src="frog.jpg" width="104" height="142">

d)

<img ="frog" width="104" height"142">

8.

http://www.google.com është një shembull i një?

a)

URL

b)

IP address

c)

Browser

d)

Application

9.

Si mund ta pozicionojmë një imazh në të majtë?

a)

float: left;

b)

align: left;

c)

padding: left;

d)

margin: left;

10.

Si i ndryshoni madhësitë e fontit në CSS?

a)

font-family: 20pt;

b)

font-weight: 20pt;

c)

font-size: 20pt;

d)

font-align: 20px;

11.

Si e bëni një kod imazhi?

a)

<img src="..." alt="...">

b)

<image source="..."> <alt>

</image> </alt>

c)

<image src="..." alt="...">

d)

None of the above

12.

Nëse doni të keni më shumë se një properties për një përzgjedhës CSS, cili karakter i ndan ato?

a)

,

b)

;

c)

:

d)

-

13.

Zgjidhni kodin më poshtë që përdor CSS për të konfiguruar një ngjyrë të sfondit të # 000000 për një faqe në internet.

a)

body { background-color: #000000; }

b)

body { bgcolor: #000000; }

c)

document { background­-page: #000000; }

d)

Asnjera nga keto

14.

Cila është mënyra e saktë për të formuar një familje Font për një paragraf?

a)

p { font-face: Arial; }

b)

p { family-font: Arial; }

c)

p { font-family: Arial; }

d)

p { font: Arial; }

15.

Cili kod CSS është i pasaktë?

a)

a {color: blue;}

b)

p {font-size: 10px;}

c)

body {background-color="red";}

d)

img {width: 100%;}

16.

Cili kod CSS përqendron tekstin?

a)

p {align: center;}

b)

p {text-align: center;}

c)

p {align=center;}

d)

p {center;}

17.

Kodi për etiketën e komenteve në CSS është

a)

<!-- comment -->

b)

<!-- comment >

c)

/* comment /*

d)

/* comment */

18.

Çfarë njësie matjeje përdor CSS për madhësinë?

a)

px

b)

em

c)

%

d)

Të gjitha funksionojne