Submodule 3.2: Inserting CSS
Các yêu cầu hoàn thành
Xem
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,
styleattribute in element - Internal style sheet,
<style>element in HTML head - External style sheet through the
<link>element in HTML head