View previous topic :: View next topic |
Author |
Message |
Tamini Throttle
Joined: 11 Sep 2019 Posts: 1
|
Posted: Wed Sep 11, 2019 10:19 am |
|
|
Hello Everyone,
Explain how can you integrate CSS file to your webpage?
Thanks |
|
Back to top |
|
|
Warren Smith

Joined: 16 Apr 2008 Posts: 59 Location: USA
|
Posted: Fri Sep 13, 2019 8:38 am |
|
|
Add this to the header
Code: |
<link rel="stylesheet" type="text/css" href="filename.css"> |
and replace filename.css with whatever you called your css file and include the directory of it too |
|
Back to top |
|
|
Traktor Totoro
Joined: 15 Dec 2010 Posts: 296
|
Posted: Thu Sep 26, 2019 3:14 pm |
|
|
Pretty much everything about web development in one place. Very detailed and organized with great beginner level tutorials as well as more advanced ones. https://www.w3schools.com/whatis/ |
|
Back to top |
|
|
|