CSS Basic

CSS Basic

University

20 Qs

quiz-placeholder

Similar activities

WEB DESIGN QUIZ P1

WEB DESIGN QUIZ P1

University

20 Qs

HTML and CSS Quiz

HTML and CSS Quiz

10th Grade - University

20 Qs

HTML

HTML

University

16 Qs

HTML+CSS Champ

HTML+CSS Champ

12th Grade - University

20 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

CSS

CSS

9th Grade - University

25 Qs

Web Development and Programming

Web Development and Programming

University

20 Qs

Web Technology

Web Technology

University

15 Qs

CSS Basic

CSS Basic

Assessment

Quiz

Computers

University

Medium

Created by

syam gunawan

Used 47+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 5 pts

Which two CSS attributes produce a scroll bar if your content overflows its element?

hidden

scroll

auto

visible

2.

MULTIPLE SELECT QUESTION

1 min • 5 pts

Which two CSS properties can be used to position multiple HTML elements next to one another?

display

position

overflow

float

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which CSS3 code fragment rounds the corners of a border?

border-image: 50px;

border-clip: 50px concave;

border-radius: 50px;

border-clip: 50px;

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which CSS3 code fragment will add a scrollbar only if the content exceeds the width or height of the object?

div {inline :scroll;}

div{inline:auto;}

div { overflow:scroll;}

div {overflow:auto;}

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What is the default value of the CSS position property?

fixed

absolute

static

relative

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which CSS position value is used to position an element relative to the browser window?

position: relative;

position: absolute;

position: static;

position: fixed;

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

When applied to an image, the CSS float:right property:

positions the image to the left and displays all of the text to the right of the image.

positions the image to the right of the region and wraps text around the top, left, and bottom.

positions the image to the left of the region and wraps text around the top, right, and bottom.

positions the image to the right and wraps text to the top and bottom.

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?