+ 2
How to link external css to html page?
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
+ 2
ok
+ 2
thanks
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
0
in the head section...use
<link type="text/css" rel="stylesheet" href="your css file.css">