Telebort Prog C: Intro to CSS

Telebort Prog C: Intro to CSS

7th Grade - University

10 Qs

quiz-placeholder

Similar activities

Ucertify Introduction to Cascade Style Sheets Technology

Ucertify Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

CSS Basic Internal and External Styling Questions

CSS Basic Internal and External Styling Questions

7th Grade - University

10 Qs

Css

Css

University

10 Qs

MORE ON CSS3

MORE ON CSS3

7th Grade

15 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

SDA Review Questions 51 - 60

SDA Review Questions 51 - 60

7th Grade

10 Qs

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 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?