Web Errors
7 errors
Web development errors — broken images, CSS issues, 404s, CORS, and loading problems.
7 / 7
- 1
Broken Image
Your `<img>` tag points to a file that doesn't exist, is in the wrong location, or failed to load — the browser shows a broken image icon.
- 2
CSS Selector Not Matching
Your CSS rule has no effect because the selector doesn't match any element — or a more specific rule overrides it in the cascade.
- 3
404 Not Found
The page or resource you requested doesn't exist at that URL — the path is wrong, the file was removed, or the route isn't configured.
- 4
Mixed Content
Your secure (HTTPS) page is trying to load an insecure (HTTP) resource, which the browser blocks for security reasons.
- 5
CORS Error
The browser blocked your cross-origin request because the server didn't send the right CORS headers to permit it.
- 6
JavaScript Not Loading
Your script tag points to a file that doesn't exist, has a syntax error, or is blocked from loading — the page's interactivity breaks.
- 7
CSS Not Loading
Your `<link>` tag points to a CSS file that doesn't exist or failed to load, so the page appears unstyled.
No errors found.