CSS Grade 11 NIS Aktobe

CSS Grade 11 NIS Aktobe

11th Grade

10 Qs

quiz-placeholder

Similar activities

Web I: CSS Debug

Web I: CSS Debug

9th - 12th Grade

15 Qs

Ucertify Introduction to Cascade Style Sheet Technology

Ucertify Introduction to Cascade Style Sheet Technology

7th Grade - University

10 Qs

Ciw Introduction to Cascade Style Sheets Technology

Ciw Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

Web Design: Basics of HTML and CSS

Web Design: Basics of HTML and CSS

9th - 12th Grade

10 Qs

CSS - Day 3

CSS - Day 3

1st - 12th Grade

10 Qs

H1 TO H6(HTML)

H1 TO H6(HTML)

10th - 12th Grade

11 Qs

HTML & CSS (2)

HTML & CSS (2)

11th Grade

12 Qs

Code.org (Unit 2)

Code.org (Unit 2)

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

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?

Discover more resources for Computers