Examination

Examination

1st - 5th Grade

15 Qs

quiz-placeholder

Similar activities

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

ASK T1 KOD ARAHAN HTML

ASK T1 KOD ARAHAN HTML

1st Grade

20 Qs

HTML/CSS

HTML/CSS

4th Grade

14 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

HTML-2

HTML-2

2nd Grade

17 Qs

Latihan html dan css

Latihan html dan css

KG - University

20 Qs

Grade 5 Final Term Quiz

Grade 5 Final Term Quiz

5th Grade

10 Qs

HTML I CSS

HTML I CSS

1st - 12th Grade

10 Qs

Examination

Examination

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

SES Store

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does CSS stand for?

Cascading Style Sheets

Creative Style Sheets

Colorful Style Sheets

Computer Style Sheets

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct HTML for referring to an external style sheet?

<style src="style.css">

<stylesheet>style.css</stylesheet>

<link rel="stylesheet" type="text/css" href="style.css">

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is the correct CSS syntax?

body {color:black;}

{body:color=blac;}

body:color=black;

{body;color:black;}

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you select an element with id 'demo'?

#demo

.demo

*demo

demo

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

which css style to make the join_button?
<button id="join_button">Join Now</button>

#join_button {
    background-color: nocolor;
    padding: 10px;
    border-radius: 20px;
    font-weight: bold;
    color: #222;
    border-color: #222;
}
#join_button {
    background-color: transparent;
    padding: 10px;
    border-radius: 20px;
    font-weight: bold;
    color: #222;
    border-color: #222;
}
#join_button {
    background-color: #222;
    padding: 10px;
    border-radius: 20px;
    font-weight: bold;
    color: #222;
    border-color: #222;
}
#join_button {
    background-color: black;
    padding: 10px;
    border-radius: 20px;
    font-weight: bold;
    color: #222;
    border-color: #222;
}

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

what display type to make the card fill all content in a row (empty space)?

display:float;

display:inline;

display:flex;

display:block;

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What command-line we use in command prompt to open visual studio code?

vs code .

visual studio code .

code

code .

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?

Discover more resources for Computers