0
How can I link HTML and CSS in visual studios???
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
+ 2
Thanks everyone
+ 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
0
https://youtu.be/ZPz74UY3goo. This link will help you.