How to Add CSS
How to Add CSS
Three ways: External, Internal, and Inline.
Example
/* Link in head */ <link rel="stylesheet" href="style.css">
Click on the "Try it Yourself" button to see how it works.
Try it Yourself »Three ways: External, Internal, and Inline.
/* Link in head */ <link rel="stylesheet" href="style.css">
Click on the "Try it Yourself" button to see how it works.
Try it Yourself »