CSS Grade 11 NIS Aktobe

CSS Grade 11 NIS Aktobe

11th Grade

10 Qs

quiz-placeholder

Similar activities

ITAA Unit 4: CSS

ITAA Unit 4: CSS

9th - 12th Grade

10 Qs

SLO - FWPDD Test

SLO - FWPDD Test

9th - 12th Grade

15 Qs

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

Web Entwicklung

Web Entwicklung

10th Grade - Professional Development

15 Qs

Introduction to CSS

Introduction to CSS

11th - 12th Grade

15 Qs

Inline vs. Internal CSS

Inline vs. Internal CSS

9th - 12th Grade

10 Qs

HTML-CSS

HTML-CSS

9th Grade - University

14 Qs

HTML/CSS

HTML/CSS

11th 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?