CSS Grade 11 NIS Aktobe

CSS Grade 11 NIS Aktobe

11th Grade

10 Qs

quiz-placeholder

Similar activities

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

Test Your Knowledge of CSS

Test Your Knowledge of CSS

9th - 12th Grade

14 Qs

CSS ID vs. Class

CSS ID vs. Class

9th - 12th Grade

15 Qs

1ο Κριτήριο - Εφαρμογές Πληροφορικής Α4

1ο Κριτήριο - Εφαρμογές Πληροφορικής Α4

9th - 12th Grade

15 Qs

PWPB 1

PWPB 1

11th Grade

15 Qs

Quiz 2 - HTML / CSS

Quiz 2 - HTML / CSS

10th - 12th Grade

10 Qs

CodeHS Advanced HTML/CSS 2022 Quiz Review

CodeHS Advanced HTML/CSS 2022 Quiz Review

9th - 12th Grade

15 Qs

GAME QUIZ

GAME QUIZ

11th - 12th Grade

10 Qs

CSS Grade 11 NIS Aktobe

CSS Grade 11 NIS Aktobe

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Aybolat Nevazhno

Used 23+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

<style src="mystyle.css">

<stylesheet>mystyle.css</stylesheet>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where in an HTML document is the correct place to refer to an external style sheet?

In the <body> section

In the <head> section

At the end of the document

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to define an internal style sheet?

<style>

<css>

<script>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct CSS syntax?

{body: color=black;}

{body; color:black;}

body: color=black;

body {color=black;}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert a comment in a CSS file?

// this is a comment //

' this is a comment

/* this is a comment */

// this is a comment

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add a background color for all <h1> elements?

h1 {background-color:#FFFFFF;}

all.h1 {background-color:#FFFFFF;}

h1.all {background-color:#FFFFFF;}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct CSS syntax for making all the <p> elements bold?

<p style="font-size:bold;">

p {font-weight:bold;}

<p style="text-size:bold;">

p {text-size:bold;}

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?