reading-notes

Coding Course Notes


Project maintained by liam02walker Hosted on GitHub Pages — Theme by mattgraham

Lesson #5

CSS

There are #3 ways to insert CSS: 1) External CSS - Each HTML page must have a reference to the external code using: 2) Internal CSS - This can be placed inside the HTML file but is not recommended 3) Inline CSS - This can be used to customize a single element