0

How can I link HTML and CSS in visual studios???

4th Sep 2020, 3:20 AM
Superone_S
Superone_S - avatar
4 Answers
+ 6
https://www.sololearn.com/learn/CSS/1079/ See the external part of this tutorial. Using <link> tag you can do that. Happy coding
4th Sep 2020, 3:33 AM
ツSampriya😘ツ
ツSampriya😘ツ - avatar
+ 2
Thanks everyone
4th Sep 2020, 3:36 AM
Superone_S
Superone_S - avatar
+ 1
Just put the <link rel="style sheet" href="style.css" > in the <head> or just type link if you have Emmet and press enter when choices come it will automatically complete and remember to change the "style.css" to your css file name
4th Sep 2020, 3:32 AM
Ashiraf Kings
0
https://youtu.be/ZPz74UY3goo. This link will help you.
4th Sep 2020, 3:22 AM
shubham kumar
shubham kumar - avatar