Skip to content

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

@Idinaldo

Description

@Idinaldo

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>```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions