Introduction to Inline,Internal and External CSS

Introduction to Inline,Internal and External CSS

8th Grade

9 Qs

quiz-placeholder

Similar activities

CSS - Day 3

CSS - Day 3

1st - 12th Grade

10 Qs

HTML-Links & Frames

HTML-Links & Frames

8th Grade

10 Qs

Ucertify Introduction to Cascade Style Sheet Technology

Ucertify Introduction to Cascade Style Sheet Technology

7th Grade - University

10 Qs

Ciw Introduction to Cascade Style Sheets Technology

Ciw Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

UT - 3 Endgame Revision

UT - 3 Endgame Revision

8th - 12th Grade

14 Qs

CSS - Day 4

CSS - Day 4

1st - 11th Grade

11 Qs

HTML & CSS Review

HTML & CSS Review

5th - 8th Grade

9 Qs

HTML and CSS

HTML and CSS

7th - 9th Grade

10 Qs

Introduction to Inline,Internal and External CSS

Introduction to Inline,Internal and External CSS

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Ustadha Rahila Erphan

Used 3+ 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