国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Html cannot link to css
P粉111641966
P粉111641966 2023-08-16 16:55:57
0
1
722
<p>When I started learning CSS, I noticed that whenever I tried to run the code, it no longer showed up. </p> <pre class="brush:html;toolbar:false;"><link rel="stylesheet" href="./css/style.css"/> </pre> <p>My CSS and HTML files are also in the same folder. </p> <p>I haven't had this problem before, so I'm confused as to why it's happening now. I'm using Visual Studio Code. </p>
P粉111641966
P粉111641966

reply all(1)
P粉834840856

You just missed a " in front of stylesheet! :)

Correct code:

<link rel="stylesheet" href="./css/style.css"/>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template