How to add html and css in visual studio cod | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add html and css in visual studio cod

20th May 2020, 8:44 AM
Ankur Mishra
Ankur Mishra - avatar
2 Answers
0
you link them together in the html file. each is its own separate file. include css files with the link tag: <link rel=“stylesheet” href=“path/to/file.css”> use the script tag to include javascript: <script type=“text/javascript” src=“path/to/file.js”></script>
20th May 2020, 8:52 AM
Brian R
Brian R - avatar
0
Tnx bro
21st May 2020, 9:53 AM
Ankur Mishra
Ankur Mishra - avatar