I just started doing this course and images don't show up when you try to test your results with learnyouhtml run filename.html. I already checked everything, there's no erros, and it works when I try with Live Server or just openning archive with path in browser.
My HTML code:
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello, World!</title>
</head>
<body>
<img src="/images/CupcakePrincess.jpeg" alt="Cupcake Princesses Image" height="100px" width="100px">
</body>
</html>```
I just started doing this course and images don't show up when you try to test your results with
learnyouhtml run filename.html. I already checked everything, there's no erros, and it works when I try with Live Server or just openning archive with path in browser.My HTML code: