Submodule 3.2: Inserting CSS
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
CSS can be applied using three different ways:
style attribute in element<style> element in HTML head<link> element in HTML head