Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images don't show up when running learnyouhtml run filename.html #14

Open
Idinaldo opened this issue Aug 4, 2024 · 0 comments
Open

Comments

@Idinaldo
Copy link

Idinaldo commented Aug 4, 2024

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>```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant