How to add html and css in visual studio cod | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How to add html and css in visual studio cod

20th May 2020, 8:44 AM
Ankur Mishra
Ankur Mishra - avatar
2 Respostas
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