B
B
BabkaTabaka2021-11-17 14:59:19
Google Chrome
BabkaTabaka, 2021-11-17 14:59:19

VS code not showing changes in browser?

I just started learning to write in html and already failed the first assignment. VS code does not display what I write in the browser and I don't understand why. The code is correct, I do everything as in the tutorial. Help find the cause.

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
<title>Maserati</title>
    </head>
    <body>
<div id="wrapper">
<div id="header"></div>
<div id="content">
<div id="nav">
    <ul>
        <li><a title="На главную" href="index.html"Главная></a></li>
        <li>Ghibli</li>
        <li>Quattroporte</li>
        <li>GranTurismo</li>
    </ul>
</div>
<div id="main"></div>
</div>
<div id="footer"></div>
</div>

    </body>
</html>

Screenshot
6194ee6ae93e8099968754.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SEACRE5T, 2021-11-17
@BabkaTabaka

Didn't show it at all? Did you save the changes? Did you reload the page? There is also a Live server button in vs code

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question