CSS

CSS

University - Professional Development

24 Qs

quiz-placeholder

Similar activities

Web Page Design and Development

Web Page Design and Development

University

20 Qs

HOJAS DE ESTILO

HOJAS DE ESTILO

University

20 Qs

ICT Y10 WEEK 4

ICT Y10 WEEK 4

10th Grade - University

20 Qs

SEM 1 2021 QUIZ 1 (5%) - Chapter 1 - 7

SEM 1 2021 QUIZ 1 (5%) - Chapter 1 - 7

University

20 Qs

INF MU PERIODE 2 ( QUIZ 2 )

INF MU PERIODE 2 ( QUIZ 2 )

University

20 Qs

EVALUACIÓN INFORMÁTICA 11 2o PERIODO

EVALUACIÓN INFORMÁTICA 11 2o PERIODO

11th Grade - University

22 Qs

Recap1 on CSS3

Recap1 on CSS3

University

19 Qs

Desain Web CSS

Desain Web CSS

University

20 Qs

CSS

CSS

Assessment

Quiz

Computers

University - Professional Development

Hard

Created by

Mira Miraculine

Used 10+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Colorful Style Sheets

Cascading Style Sheets

Creative Style Sheets

Computer Style Sheets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

<style src="mystyle.css">

<stylesheet>mystyle.css</stylesheet>

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

3.

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

<style>

<script>

<css>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML attribute is used to define inline styles?

font

styles

class

style

6.

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;

7.

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 */

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?