Search Header Logo

CSS Basic

Authored by syam gunawan

Computers

University

Used 47+ times

CSS Basic
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers