Telebort Prog C: Intro to CSS

Telebort Prog C: Intro to CSS

7th Grade - University

10 Qs

quiz-placeholder

Similar activities

HTML Advanced

HTML Advanced

9th - 12th Grade

15 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

HTML and CSS

HTML and CSS

7th - 8th Grade

15 Qs

HTML

HTML

9th - 12th Grade

15 Qs

Intro to CSS

Intro to CSS

7th - 8th Grade

10 Qs

Introduction to CSS

Introduction to CSS

8th Grade

15 Qs

SDA Review Questions 21 - 30

SDA Review Questions 21 - 30

7th Grade

10 Qs

Introducción a CSS A1B2

Introducción a CSS A1B2

8th Grade

10 Qs

Telebort Prog C: Intro to CSS

Telebort Prog C: Intro to CSS

Assessment

Quiz

Computers

7th Grade - University

Medium

Created by

Academy Telebort

Used 18+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Creative Style Sheets

Colorful Style Spread

Cascading Style Sheets

Computer Style Spread

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between HTML and CSS?

HTML is containing the content of the website. CSS is used to style the website.

HTML is used to style the website. CSS is containing the content of the website.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT one of the ways to write CSS?

Inline CSS

Internal CSS

External CSS

Exline CSS

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS way is not written in the HTML file, but written in a separate file instead?

Inline CSS

Internal CSS

External CSS

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<h1 style="color:red">Hello</h1>


The above code is referring to the ____________ way of writing CSS

inline

internal

external

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<style> h1 { color: red; } </style>

The code above is referring to the __________ way of writing CSS

Inline CSS

Internal CSS

External CSS

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the missing code in the following line of code in order for us to connect a HTML file to a CSS file?


<link rel="__________" href="style.css">

stylesheet

styling

sparkling

stylingsheet

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?