Which of the following is NOT a method to apply CSS in an HTML document?
HTML Tutorial for Beginners(2022) - Stylesheets in HTML

Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Hard
Quizizz Content
FREE Resource
The video tutorial explains the use of style sheets in HTML, covering three main types: external, internal, and inline. It provides examples and demonstrations for each type, showing how to change text and background colors. The tutorial also guides on creating and linking external CSS files, using the style tag for internal styles, and applying inline styles with the style attribute.
Read more
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
External
Internal
Inline
Embedded
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What HTML element is used to apply internal CSS?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the internal style sheet example, which CSS property was used to change the background color?
font-size
color
background-color
text-align
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you apply inline styles in HTML?
Using the style attribute
Using the