Examination

Examination

1st - 5th Grade

15 Qs

quiz-placeholder

Similar activities

ASAS SAINS KOMPUTER TING 1-( HTML 2)

ASAS SAINS KOMPUTER TING 1-( HTML 2)

1st - 3rd Grade

10 Qs

Html

Html

4th Grade

16 Qs

JSB - Checkpoint 1

JSB - Checkpoint 1

1st - 12th Grade

10 Qs

HTML

HTML

1st - 5th Grade

20 Qs

HTML тегтері

HTML тегтері

1st Grade - University

13 Qs

Web Design- HTML Review

Web Design- HTML Review

KG - University

17 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

Html

Html

5th Grade

11 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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?