CSS Quiz

CSS Quiz

University

25 Qs

quiz-placeholder

Similar activities

Web Design and Development

Web Design and Development

University

20 Qs

Quiz Berhadiah

Quiz Berhadiah

University

20 Qs

html quiz

html quiz

KG - Professional Development

21 Qs

Quiz Terakhir :(

Quiz Terakhir :(

University

20 Qs

Examenes de Paginas WEB 2025

Examenes de Paginas WEB 2025

7th Grade - University

23 Qs

PRE/POST TEST - CSS

PRE/POST TEST - CSS

University

28 Qs

CSS Quiz

CSS Quiz

University

20 Qs

Cascade Style Sheet

Cascade Style Sheet

University

21 Qs

CSS Quiz

CSS Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Arif Dwiyanto

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Cascading Style Sheets

Creative Style Sheets

Computer Style Sheets

Colorful Style Sheets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

<stylesheet>mystyle.css</stylesheet>

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

<style src="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?

At the end of the document

In the <body> section

In the <head> section

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

<css>

<script>

<style>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML attribute is used to define inline styles?

style

class

font

styles

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?