CSS Basic

CSS Basic

University

20 Qs

quiz-placeholder

Similar activities

Web Development

Web Development

University

15 Qs

HTML/CSS Lecture 2

HTML/CSS Lecture 2

KG - Professional Development

18 Qs

EVALUACIÓN INFORMÁTICA 11 2o PERIODO

EVALUACIÓN INFORMÁTICA 11 2o PERIODO

11th Grade - University

22 Qs

Web Entwicklung

Web Entwicklung

10th Grade - Professional Development

15 Qs

Desain Web CSS

Desain Web CSS

University

20 Qs

Codecadamy CSS

Codecadamy CSS

10th Grade - Professional Development

20 Qs

Parcial IV Unidad - Laboratorio

Parcial IV Unidad - Laboratorio

University

20 Qs

Code Quiz

Code Quiz

KG - University

21 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?