0

Can anyone tell me how to create and use css file in HTML in computer.

I'm using a notepad.

6th Aug 2018, 12:49 PM
Steve
2 Answers
+ 6
if you mean in separate files you need to include the full path of storage where your css file live
22nd Aug 2018, 3:21 AM
Real Gutch
Real Gutch - avatar
+ 1
<link href="style.css" rel="stylesheet/css"> use this to connect your css in your html, the "style.css" is the name of your css file
22nd Aug 2018, 4:50 AM
Mark Harvey Leduna
Mark Harvey Leduna - avatar