Introduction to Inline,Internal and External CSS

Introduction to Inline,Internal and External CSS

8th Grade

9 Qs

quiz-placeholder

Similar activities

KUIS CSS

KUIS CSS

8th Grade

10 Qs

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

Introduction to Cascade Style Sheets Technology

Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

Intermediate level quiz

Intermediate level quiz

7th - 10th Grade

10 Qs

CSS 01

CSS 01

8th - 12th Grade

11 Qs

CLASS 8 HTML-CSS

CLASS 8 HTML-CSS

8th Grade

10 Qs

ICT | CSS-Class

ICT | CSS-Class

8th Grade

14 Qs

HTML Quiz 1

HTML Quiz 1

8th - 10th Grade

11 Qs

Introduction to Inline,Internal and External CSS

Introduction to Inline,Internal and External CSS

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Ustadha Rahila Erphan

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

  • A) Creative Style Sheets

  • B) Colorful Style Sheets

  • C) Cascading Style Sheets

  • D) Computer Style Sheets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Inline CSS?

A) A CSS file saved outside HTML

B) CSS written inside the HTML tag

C) A kind of computer code

D) A website

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is Internal CSS written?

A) In a separate file

B) Inside the head of the HTML file

C) In the footer

D) On the internet

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is External CSS?

A) CSS written in JavaScript

B) CSS written in a style tag

C) CSS saved in a separate file

D) CSS added in the body tag

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one uses the style attribute in an HTML tag?

A) External CSS

B) Internal CSS

C) Inline CSS

D) None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used for Internal CSS in HTML?

A) <css>

B) <head>

C) <style>

D) <script>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of CSS is best when you want to style many pages the same way?

A) Inline CSS

B) Internal CSS

C) External CSS

D) All of them

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is an example of Inline CSS?

A) style.css

B) <style>p { color: red; }</style>

C) <p >Text</p>

D) None of these

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is External CSS useful?

A) It is hard to use

B) It makes pages slower

C) It keeps styles in one place

D) It only works on one page