Flipped Classroom on CSS

Flipped Classroom on CSS

Professional Development

10 Qs

quiz-placeholder

Similar activities

HTML/CSS 1.dan

HTML/CSS 1.dan

Professional Development

14 Qs

AJWT Unit - I Quiz

AJWT Unit - I Quiz

Professional Development

15 Qs

CSS Selectors

CSS Selectors

Professional Development

10 Qs

ВебДизайн3

ВебДизайн3

Professional Development

15 Qs

Chapter 3 - Quiz Berhadiah

Chapter 3 - Quiz Berhadiah

Professional Development

15 Qs

Básico de HTML

Básico de HTML

1st Grade - Professional Development

15 Qs

Basic CSS

Basic CSS

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