Examination

Examination

1st - 5th Grade

15 Qs

quiz-placeholder

Similar activities

Latihan CSS

Latihan CSS

2nd Grade

13 Qs

HTML + CSS + Bootstrap

HTML + CSS + Bootstrap

1st - 3rd Grade

15 Qs

Пишем код с HTML, CSS и JavaScript

Пишем код с HTML, CSS и JavaScript

4th - 7th Grade

20 Qs

Desafio

Desafio

3rd Grade

15 Qs

CDUI - Bases HTML CSS - Niveau 1

CDUI - Bases HTML CSS - Niveau 1

3rd Grade

13 Qs

Programación Web

Programación Web

1st Grade

15 Qs

Ulangan Teori DMI

Ulangan Teori DMI

1st Grade

20 Qs

HTML/CSS Lecture 2

HTML/CSS Lecture 2

KG - Professional Development

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