1/3
Vocabulary flashcards covering the methods and scopes of applying Cascading Style Sheets (CSS) to HTML documents based on the lecture transcript.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Attribute Style
A method of applying CSS rules directly to HTML elements in the body section using the style attribute, with declarations separated by semicolons.
In-line Method
A style sheet application method where CSS effects are restricted strictly to the single element with which the declaration is specified.
Embedded Style Sheet
A style sheet created using the