
Flipped Classroom on CSS
Authored by Ms STAFF
Computers
Professional Development
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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