Flipped Classroom on CSS

Flipped Classroom on CSS

Professional Development

10 Qs

quiz-placeholder

Similar activities

Pemrograman Web dan Perangkat Bergerak

Pemrograman Web dan Perangkat Bergerak

University - Professional Development

10 Qs

Basic CSS

Basic CSS

Professional Development

15 Qs

React Two - Styling

React Two - Styling

Professional Development

11 Qs

Web Entwicklung

Web Entwicklung

10th Grade - Professional Development

15 Qs

Pre-Test

Pre-Test

Professional Development

10 Qs

Struktur Dasar HTML

Struktur Dasar HTML

Professional Development

10 Qs

CSS basics

CSS basics

Professional Development

15 Qs

HTML Basics

HTML Basics

Professional Development

15 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