Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction2 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
CHeading HierarchyAction49 headings, 2 skip(s)REVIEW
- H1 (empty)
- H1 177+ Free HTML Website Templates duplicate H1
- H4 Highly Customizable skipped
- H4 Developer Friendly Code
- H4 Well Documented
- H2 Latest Templates
- H2 Industrix – Industry Website Template
- H2 Cepair – Computer Repair Website Template
- H2 SEOcom – SEO Company Website Template
- H2 Charitize – Charity Organization Website Template
- H2 Poseify – Modeling Agency Website Template
- H2 Plasery – Plastic Surgery Website Template
- H2 Electro – Electronics Website Template
- H2 Salone – Beauty Salon Website Template
- H2 iSTUDIO – Interior Design Website Template Free
- H2 WELDORK – Welding Website Template
- H2 CHEFER – Free Chef Website Template
- H2 Fitness – Free Fitness Website Template
- H2 Trending Templates
- H2 Baker – Cake & Bakery Website Template
- H2 soFFer – Software Landing Page Template
- H2 CryptoCoin – Free Cryptocurrency Website Template
- H2 SOFT Team – Bootstrap Agency Template
- H2 CONSULT – Consultancy Website Template
- H2 AutoWash – Car Wash Website Template
- H2 Arkitektur – Architecture HTML Template Pro
- H2 Builderz – Construction Company Website Template
- H2 WooDY – Carpenter Website Template
- H2 Builderz – Construction Company HTML Template
- H2 DarkCV – Bootstrap CV Resume Template
- H2 Restoran – Bootstrap Restaurant Template
- H2 Popular Templates
- H2 Startup – Startup Company Website Template
- H2 MultiShop – Online Shop Website Template
- H2 JobEntry – Job Portal Website Template
- H2 Startup – Startup Website Template
- H2 ProMan – Personal Portfolio HTML Template
- H2 Builderz – Construction Company Website Template
- H2 CakeZone – Cake Shop Website Template
- H2 Hotelier – Hotel HTML Template Pro
- H2 Makaan – Real Estate HTML Template
- H2 eLEARNING – eLearning HTML Template
- H2 EShopper – Bootstrap Shop Template
- H2 CryptoCoin – Free Cryptocurrency Website Template
- H2 177+ Templates
- H4 Who we are skipped
- H4 Learn about us
- H4 Our creative works
- H4 Stay updated
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
CForm AccessibilityAction5 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| s | text | (Type here to search...) | placeholder only |
| s | text | (Type here to search...) | placeholder only |
| s | text | (e.g. business template) | placeholder only |
| (Your email address) | placeholder only | ||
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="s">; <input type="text" name="s">; <input type="text" name="s">; <input type="email" name="EMAIL">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
BLink & Button Quality2 issue(s) across 263 links and 5 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://htmlcodex.com/demo/?item=3915 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=3831 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=3811 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=3641 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=3631 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=3621 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=3609 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=3597 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=3587 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=3556 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=3537 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=3502 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2449 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2394 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2597 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=775 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=1808 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=1040 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2338 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=969 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2234 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2043 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2122 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2098 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=1960 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=1479 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2246 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=1858 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2525 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=969 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=1821 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2134 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2259 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2151 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=1176 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/demo/?item=2597 | Live Demo | new tab | Add '(opens in new tab)' to text |
| https://htmlcodex.com/about-us/ | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: About Us | |||
| https://twitter.com/htmlcodex | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/htmlcodex | new tab | Add '(opens in new tab)' to text | |
| https://www.pinterest.com/htmlcodex | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/htmlcodex | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/htmlcodex | new tab | Add '(opens in new tab)' to text | |
| https://www.pinterest.com/htmlcodex | new tab | Add '(opens in new tab)' to text | |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
https://htmlcodex.com/about-us/ ("Read More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://htmlcodex.com/demo/?item=3915; https://htmlcodex.com/demo/?item=3831; https://htmlcodex.com/demo/?item=3811; https://htmlcodex.com/demo/?item=3641; https://htmlcodex.com/demo/?item=3631; https://htmlcodex.com/demo/?item=3621; https://htmlcodex.com/demo/?item=3609; https://htmlcodex.com/demo/?item=3597; https://htmlcodex.com/demo/?item=3587; https://htmlcodex.com/demo/?item=3556 (+32 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.gridlove-button (#904 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 87/100 — 4 failing, 18 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
177+ Free HTML Website Templates div.gridlove-cover-item > div.gridlove-cover-content > div.overlay-vh-center-custom > h1 |
div.overlay-vh-center-custom > div.custom-search-form > form > input div.overlay-vh-center-custom > div.custom-search-form > form > input |
Search div.overlay-vh-center-custom > div.custom-search-form > form > button |
AGENCY article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
INDUSTRIAL article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
MAINTENANCE & SERVICE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
AGENCY article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
NONPROFIT article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
AGENCY article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
BUSINESS article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
MEDICAL & HOSPITAL article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
ECOMMERCE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
BEAUTY & HAIR article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
AGENCY article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
MAINTENANCE & SERVICE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
BUSINESS article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
INDUSTRIAL article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
MAINTENANCE & SERVICE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
RESTAURANTS & FOOD article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
TEMPLATE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
RESTAURANTS & FOOD article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
LANDING PAGE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
TEMPLATE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
BUSINESS article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
CORPORATE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
AGENCY article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
BUSINESS article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
CORPORATE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
AGENCY article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
BUSINESS article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
CORPORATE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
BUSINESS article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
AGENCY article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
BUSINESS article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
MAINTENANCE & SERVICE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
TEMPLATE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
AGENCY article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
BUSINESS article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
PERSONAL article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
RESTAURANTS & FOOD article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
AGENCY article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
ECOMMERCE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
BUSINESS article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
CORPORATE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
AGENCY article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
BUSINESS article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
CORPORATE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
PERSONAL article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
AGENCY article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
BUSINESS article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
RESTAURANTS & FOOD article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
TRAVEL & TOURISM article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
AGENCY article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
BUSINESS article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
EDUCATION article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
ECOMMERCE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
PRO article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
BUSINESS article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
CORPORATE article.gridlove-post > div.entry-image > div.entry-category > a.gridlove-cat |
Live Demo div.box-inner-p > div.entry-meta > div.meta-item > a.gridlove-button |
VIEW ALL TEMPLATES div#content > div#gridlove-module-4 > div.gridlove-text-module-content > a.gridlove-button |
form#mc4wp-form-1 > div.mc4wp-form-fields > p > input.btn-subs form#mc4wp-form-1 > div.mc4wp-form-fields > p > input.btn-subs |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
HTML Codex div.gridlove-copyright > div.container > p > a |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Highly Customizable div.row > div.col-md-6 > div.gridlove-box > h4 |
Who we are div.row > div.col-lg-3 > div#custom_html-2 > h4.widget-title |
These are opportunities to improve keyboard navigation in your application.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.no-js html.no-js |
These items highlight common accessibility best practices.
A+Alt Text QualityAll 38 images OKPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 177+ Free HTML Websi… | 7.20:1 | 3.0:1 | #000000 | #009CFF | Pass |
| h2 Latest Templates | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 Trending Templates | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 Popular Templates | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| h2 177+ Templates | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| title Free & Premium HTML … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a All Templates | 13.28:1 | 4.5:1 | #000000 | #99D5FC | Pass |
| a Credit Removal | 7.20:1 | 4.5:1 | #000000 | #009CFF | Pass |
| a Template License | 7.20:1 | 4.5:1 | #000000 | #009CFF | Pass |
| a Contact Us | 7.20:1 | 4.5:1 | #000000 | #009CFF | Pass |
| button Search | 7.20:1 | 4.5:1 | #000000 | #009CFF | Pass |
| button Search | 7.20:1 | 4.5:1 | #000000 | #009CFF | Pass |
| button Search | 7.20:1 | 4.5:1 | #000000 | #009CFF | Pass |
| h4 Highly Customizable | 7.20:1 | 3.0:1 | #000000 | #009CFF | Pass |
| p Our HTML website tem… | 7.20:1 | 4.5:1 | #000000 | #009CFF | Pass |
| h4 Developer Friendly C… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| p Our free & premium H… | 20.65:1 | 4.5:1 | #000000 | #FDFDFD | Pass |
| h4 Well Documented | 20.47:1 | 3.0:1 | #000000 | #FCFCFC | Pass |
| p Our premium website … | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | Pass |
| a Agency | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.