Flipped Classroom on CSS

Flipped Classroom on CSS

Professional Development

10 Qs

quiz-placeholder

Similar activities

Web Development Workshop

Web Development Workshop

University - Professional Development

10 Qs

Pemrograman Web dan Perangkat Bergerak

Pemrograman Web dan Perangkat Bergerak

University - Professional Development

10 Qs

CSS_1

CSS_1

6th Grade - Professional Development

15 Qs

CSS QUIZ 1

CSS QUIZ 1

University - Professional Development

15 Qs

HTML-CSS - Fundamentos

HTML-CSS - Fundamentos

Professional Development

10 Qs

Html(Beginners)

Html(Beginners)

8th Grade - Professional Development

13 Qs

PreTrainingHTMLCSS

PreTrainingHTMLCSS

Professional Development

15 Qs

Struktur Dasar HTML

Struktur Dasar HTML

Professional Development

10 Qs

Flipped Classroom on CSS

Flipped Classroom on CSS

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Ms STAFF

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three types of CSS?

Inline CSS, Internal CSS, External CSS

Static CSS, Dynamic CSS, Responsive CSS

Basic CSS, Advanced CSS, Legacy CSS

Global CSS, Local CSS, Modular CSS

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is inline CSS?

Inline CSS is a method of applying CSS styles directly within an HTML element using the 'style' attribute.

Inline CSS is a method of linking external stylesheets to HTML.

Inline CSS is a way to define CSS rules in a separate file.

Inline CSS is a technique for applying styles to multiple HTML elements at once.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you apply internal CSS to an HTML document?

Use style attribute along with the tag

Add CSS directly within the tag of the HTML document.

Use the tag in the section of the HTML document.

Include a separate CSS file using the