Hi ,
I have took html/css series and i started watching it
and when I try to make a website with VS code
the code is ready but the website is not working
the code all ok/correct
but still it show ( This site can’t be reached)
How can I solve this problem
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="/styles.css">
Also please share your index.html file
check vscode extension live server
- if it appear in bottom of vscode bluebar
- reinstall it and it will fix