How to link external css to html page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to link external css to html page?

25th Jun 2018, 12:15 PM
Gopal Patil
Gopal Patil - avatar
5 Answers
+ 7
Hello, Gopal Patil ! Please see the lesson from SoloLearn I think you can understand it in a matter of seconds. https://www.sololearn.com/learn/CSS/1079/?ref=app
25th Jun 2018, 12:26 PM
Alexander Sokolov
Alexander Sokolov - avatar
+ 2
ok
25th Jun 2018, 12:28 PM
Gopal Patil
Gopal Patil - avatar
+ 2
thanks
25th Jun 2018, 12:29 PM
Gopal Patil
Gopal Patil - avatar
0
<script type="css" src="your css file path"> </script> By using this tag you can use external css file in html file you need to include it in head portion
25th Jun 2018, 5:05 PM
Kartik Derasari
Kartik Derasari - avatar
0
in the head section...use <link type="text/css" rel="stylesheet" href="your css file.css">
27th Jun 2018, 10:38 AM
Lorenzo Sandoval
Lorenzo Sandoval - avatar