Book
Submodule 3.2: Inserting CSS
Submodule 3.2: Inserting CSS
Completion requirements
View
How to Insert CSS:
- Inline style
- Internal Style Sheet
- External style sheet
Style rules Priorities
How to Insert CSS
CSS can be applied using three different ways:
- Inline style,
style
attribute in element - Internal style sheet,
<style>
element in HTML head - External style sheet through the
<link>
element in HTML head