Click here to go back

Overall Score

Accessibility

50

Old Tags

90

Misc

90

Accessibility Issues

| Element is missing an alt attribute.
Element Preview
<img>
Potential Fixes (Beta)
<img alt="foo">
| Element is missing an alt attribute.
Element Preview
<img>
Potential Fixes (Beta)
<img alt="foo">
| Element is missing an alt attribute.
Element Preview
<img>
Potential Fixes (Beta)
<img alt="foo">
| Element is missing an alt attribute.
Element Preview
<img src="/example/foo.png" class="large-img">
Potential Fixes (Beta)
<img src="/example/foo.png" class="large-img" alt="foo">
| Element is missing an alt attribute.
Element Preview
<img src="/image/this-is-a-long-path/foo.jpg" style="padding-left:2px;">
Potential Fixes (Beta)
<img src="/image/this-is-a-long-path/foo.jpg" style="padding-left:2px;" alt="foo">

Old Tags

| Tag obsolete, use CSS
Element Preview
<center> I'm centered text! </center>
Potential Fixes
<div class="text-centered"><!-- elements here --></div><style>.text-centered{text-align: center;}</style>

Misc Issues

| Element is missing a lang attribute.
Element Preview
<html><head> <!-- This is an example that it won't cut this string -->
Potential Fixes
<html lang="en"><head> <!-- This is an example that it won't cut this string -->

HTML Tags spread (not error related)