CSS Quiz | For Professionals

CSS Quiz | For Professionals

1st Grade - University

10 Qs

quiz-placeholder

Similar activities

Padding Margin

Padding Margin

1st Grade - University

8 Qs

GRADE 4 - SHORT CUT KEYS

GRADE 4 - SHORT CUT KEYS

4th Grade

10 Qs

How much of CSS do I know ?

How much of CSS do I know ?

12th Grade

11 Qs

FMT web developing session 4 HTML5 + CSS3

FMT web developing session 4 HTML5 + CSS3

KG - Professional Development

15 Qs

MS WORD

MS WORD

9th - 11th Grade

10 Qs

HTML CSS

HTML CSS

10th - 12th Grade

15 Qs

GRADE 11 & 12 ICT

GRADE 11 & 12 ICT

9th - 12th Grade

10 Qs

Latihan Soal Microsoft  Word 01

Latihan Soal Microsoft Word 01

1st - 3rd Grade

15 Qs

CSS Quiz | For Professionals

CSS Quiz | For Professionals

Assessment

Quiz

Computers

1st Grade - University

Hard

Created by

Supreme-Cat Support

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code ?

a {text: no-underline;}

a {text-decoration:none;}

a {text-style: no-underline;}

a {text-decoration: no-underline;}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following selector applies styles to elements that are valid per HTML 5 validations set either with the pattern or type

attributes?

:valid

:required

:optional

:invalid

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By applying an ___________ a style can be applied to just a single tag.

class rule

element rule

id rule

none of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _____________ attribute is used to define the name(s) of the class(es) to which a particular tag belongs.

class

element

id

none of the mentioned

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a true about CSS style overriding?

Any inline style sheet takes highest priority. So, it will override any rule defined in tags or rules defined in any external style sheet file.

Any rule defined in tags will override rules defined in any external style sheet file.

Any rule defined in external style sheet file takes lowest priority, and rules defined in this file will be applied only when above two rules are not applicable.

All of the above.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following property of a anchor element signifies an element that currently has the user's mouse pointer hovering over it?

:link

:visited

:hover

:active

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following property changes the width of right border?

:border-bottom-width

:border-top-width

:border-left-width

:border-right-width

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?