Using css
Three Ways to Insert CSS
There are three ways of inserting a style sheet:
- External CSS <link rel=”stylesheet” href=”mystyle.css”>
- Internal CSS <style>…</style>
- Inline CSS style=”…”
Learn more – Click here
There are three ways of inserting a style sheet:
Learn more – Click here