Answers for "how to run html and css code in visual studio code"

0

how to link css to html in visual studio code

> <!DOCTYPE html>
> 
> <header>
> <meta charset="UTF-8">
> <title>Homepage.html</title>
> <link rel="stylesheet" type="text/css" href="./style.css"/>
> </header>
> <body>
> </body> 
> </html>
Posted by: Guest on January-17-2021
19

visual studio code html template shortcut

First set HTML to the language
Then type:

html:5

And hit Tab

Voila, HTML Template in your favorite code editor!
Posted by: Guest on June-27-2020

Code answers related to "how to run html and css code in visual studio code"

Browse Popular Code Answers by Language