Sample

Sample

University

18 Qs

quiz-placeholder

Similar activities

HTML CSS Basics Assessment -1

HTML CSS Basics Assessment -1

University

15 Qs

AppWiz Round 2

AppWiz Round 2

University

15 Qs

WEB DESIGN QUIZ P1

WEB DESIGN QUIZ P1

University

20 Qs

CSS Basic

CSS Basic

University

20 Qs

HTML

HTML

University

16 Qs

Minitest FrontEnd

Minitest FrontEnd

University

20 Qs

Ms word Quiz

Ms word Quiz

University

20 Qs

Mastering HTML and CSS Concepts

Mastering HTML and CSS Concepts

University

20 Qs

Sample

Sample

Assessment

Quiz

Computers, Professional Development

University

Easy

Created by

Graphic Design

Used 1+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What's the correct way to specify padding for all 4 sides at once?
padding: top bottom left right;
padding: top left bottom right;
padding: top right bottom left;
padding: left right top bottom;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?
Creative Style Sheets
Colorful Style Sheets
Computer Style Sheets
Cascading Style Sheets

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct CSS syntax?
body:color=black
{body;color:black}
{body:color=black(body}
body {color: black}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert a comment in a CSS file?
this is a comment
/*this is a comment*/
//this is a comment
//this is a comment//

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you display hyperlinks without an underline?
a {text-decoration:none}
a {text-decoration:no underline}
a {decoration:no underline}
a {underline:none}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make a list that lists its items with squares?
type:square
list-type: square
type:2
list-style-type: square

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In what form are style rules presented?
selector { property: value; }
selector { property= value }
selector ( property: value )
selector ( property= value; )

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?