Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 landmarksFIX
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
DHeading HierarchyAction127 headings, 2 skip(s)FIX
- H2 Explore Categories
- H2 Master DSA Topics - April, 2026
- H3 DSA Learning
- H3 AI ResumeBuilder
- H3 Online SQLEditor
- H3 CodingGround
- H3 Top InterviewQuestions
- H3 Cheetsheet NEW
- H3 Python
- H3 Linked List
- H3 Tree
- H3 Graph Algorithms
- H3 Sorting Algorithms
- H3 Recursion
- H4 Array
- H4 String
- H4 Hash Table
- H4 Dynamic Programming
- H4 Sorting
- H4 Greedy
- H4 Depth-First Search
- H4 See All Topics
- H4 Array
- H4 String
- H4 Hash Table
- H4 Math
- H4 Dynamic Programming
- H4 Sorting
- H4 Greedy
- H4 Depth-First Search
- H4 Database
- H4 Binary Search
- H4 Matrix
- H4 Tree
- H4 Bit Manipulation
- H4 Breadth-First Search
- H4 Two Pointers
- H4 Prefix Sum
- H4 Heap (Priority Queue)
- H4 Simulation
- H4 Binary Tree
- H4 Stack
- H4 Graph
- H4 Counting
- H4 Sliding Window
- H4 Design
- H4 Enumeration
- H4 Backtracking
- H4 Union Find
- H4 Linked List
- H4 Number Theory
- H4 Ordered Set
- H4 Monotonic Stack
- H4 Segment Tree
- H4 JavaScript
- H4 Trie
- H4 Combinatorics
- H4 Bitmask
- H4 Recursion
- H4 Divide and Conquer
- H4 Queue
- H4 Memoization
- H4 Binary Indexed Tree
- H4 Geometry
- H4 Binary Search Tree
- H4 Hash Function
- H4 String Matching
- H4 Topological Sort
- H4 Shortest Path
- H4 Rolling Hash
- H4 Game Theory
- H4 Interactive
- H4 Data Stream
- H4 Monotonic Queue
- H4 Brainteaser
- H4 Doubly-Linked List
- H4 Randomized
- H4 Merge Sort
- H4 Counting Sort
- H4 Iterator
- H4 Concurrency
- H4 Line Sweep
- H4 Probability & Statistics
- H4 Suffix Array
- H4 Quickselect
- H4 Minimum Spanning Tree
- H4 Bucket Sort
- H4 Pandas
- H4 Reservoir Sampling
- H4 Shell
- H4 Eulerian Circuit
- H4 Strongly Connected Component
- H4 Radix Sort
- H4 Collapse
- H2 All Coding Problems
- H2 Tutorials Library
- H4 Python Tutorial skipped
- H4 Java Tutorial
- H4 JavaScript
- H4 C++ Tutorial
- H4 C# Tutorial
- H4 Go Tutorial
- H4 Rust Tutorial
- H4 TypeScript
- H4 Swift Tutorial
- H4 Kotlin Tutorial
- H4 Ruby Tutorial
- H4 PHP Tutorial
- H4 C Tutorial
- H4 Scala Tutorial
- H4 Perl Tutorial
- H4 R Tutorial
- H4 Dart Tutorial
- H4 Lua Tutorial
- H4 MATLAB
- H4 Haskell
- H2 Developer Toolbox
- H4 AI Resume Builder skipped
- H4 JS Minifier
- H4 Whiteboard
- H4 Image Editor
- H4 Doc Viewer
- H4 LaTeX Editor
- H4 JSON Editor
- H4 QR Generator
- H4 View All
- H2 Start Coding in Seconds
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
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
FFavicon & BrandingAction1 icon(s) detectedFIX
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
BAlt Text Quality4 of 25 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| generic | 2 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #problemSearch | text | (Search problems...) | placeholder only |
| #topicFilter | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select id="topicFilter">
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" id="problemSearch">
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
CLink & Button QualityAction3 issue(s) across 220 links and 13 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/tutorialspointi… | new tab | Add '(opens in new tab)' to text | |
| https://x.com/tutorialspoint | X | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/channel/UCVLbzhx… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/tutoria… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/tutorialspoint… | new tab | Add '(opens in new tab)' to text | |
| /company/all/2 | (empty) | empty | Add link text or aria-label |
| /online_java_compiler.php | Edit & Run | new tab | Add '(opens in new tab)' to text |
| /online_java_compiler.php | Java Compiler | new tab | Add '(opens in new tab)' to text |
| /online_python_compiler.php | Python Compiler | new tab | Add '(opens in new tab)' to text |
| /compile_cpp_online.php | C++ Compiler | new tab | Add '(opens in new tab)' to text |
| /online_html_editor.php | HTML Editor | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/tutorialspointi… | Follow us on Facebook | new tab | Add '(opens in new tab)' to text |
| https://x.com/tutorialspoint | Follow us on X | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/channel/UCVLbzhx… | Follow us on Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/tutoria… | Follow us on LinkedIn | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/tutorialspoint… | Follow us on Instagram | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Download Android App | new tab | Add '(opens in new tab)' to text |
| https://itunes.apple.com/us/app/tutorial… | Download IOS App | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/company/all/2
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/tutorialspointindia; https://x.com/tutorialspoint; https://www.youtube.com/channel/UCVLbzhxVTiTLiVKeGV7WEBg; https://www.linkedin.com/company/tutorialspoint/; https://www.instagram.com/tutorialspoint_/; /online_java_compiler.php; /online_java_compiler.php; /online_python_compiler.php; /compile_cpp_online.php; /online_html_editor.php (+7 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.tp-theme-toggle (#73 on page); button.tp-categories-close (#123 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
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Explore | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h2 Master | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h2 All | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h2 Tutorials | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h2 Developer | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 DSA Learning | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 AI Resume | 1.09:1 | 3.0:1 | #FFFFFF | #F5F5F5 | Fail |
| h3 Builder | 1.09:1 | 3.0:1 | #FFFFFF | #F5F5F5 | Fail |
| h3 Online SQL | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 Editor | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 CodingGround | 3.48:1 | 3.0:1 | #E65100 | #F5F5F5 | Pass |
| h3 Top Interview | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 Questions | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 Cheetsheet | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 Python | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 Linked List | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 Tree | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 Graph Algorithms | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 Sorting Algorithms | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 Recursion | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | 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.
CLighthouse Accessibility AuditsActionScore 73/100 — 8 failing, 23 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tp-header-inner > div.tp-header-left > div.tp-categories-wrapper > button.tp-categories-btn div.tp-header-inner > div.tp-header-left > div.tp-categories-wrapper > button.tp-categories-btn |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div.tp-main-content > div.container > img.hero-image body > div.tp-main-content > div.container > img.hero-image |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All Topics
Array
Array manipulation
Backtracking
Biconnected Component
Binary I… body > section#problems > div#filterForm > select#topicFilter |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section#problems > div#problemsPagination > div.practice-pagination-btns > a.practice-page-btn section#problems > div#problemsPagination > div.practice-pagination-btns > a.practice-page-btn |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Login header.tp-header > div.tp-header-inner > div.tp-header-right > a.tp-login-btn |
DSA Topics - April, 2026 div.tp-main-content > div.container > h2.section-title > span |
🔥 HOT div#swiper-wrapper-446239fcc4c6e79d > div.swiper-slide > a.banner > span.badge |
1,947 Problems div#cardsGrid > a.card > div > div.count |
803 Problems div#cardsGrid > a.card > div > div.count |
719 Problems div#cardsGrid > a.card > div > div.count |
602 Problems div#cardsGrid > a.card > div > div.count |
464 Problems div#cardsGrid > a.card > div > div.count |
420 Problems div#cardsGrid > a.card > div > div.count |
325 Problems div#cardsGrid > a.card > div > div.count |
73 Categories div#cardsGrid > div#seeAllBtn > div > div.count |
Coding Problems div.practice-title-wrapper > div > h2.section-title > span |
3800+ div.practice-title-wrapper > div > p.section-subtitle > strong |
All section#problems > div#filterForm > div.practice-filter-btns > button.practice-filter-btn |
Copyright 2026. All Rights Reserved. footer.footer > div.footer__legal-wrapper > div.footer__legal > p.footer__copyright |
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 |
|---|
Python Tutorial div.container > div.proto6-main > a.proto6-card > h4 |
AI Resume Builder div#swiper-wrapper-9143ffb4937f10da0 > div.swiper-slide > a.dev-tool-card > h4 |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ABOUT US footer.footer > ul.footer__list > li > a |
OUR TEAM footer.footer > ul.footer__list > li > a |
CAREERS footer.footer > ul.footer__list > li > a |
JOBS footer.footer > ul.footer__list > li > a |
CONTACT US footer.footer > ul.footer__list > li > a |
TERMS OF USE footer.footer > ul.footer__list > li > a |
PRIVACY POLICY footer.footer > ul.footer__list > li > a |
REFUND POLICY footer.footer > ul.footer__list > li > a |
COOKIES POLICY footer.footer > ul.footer__list > li > a |
FAQ'S footer.footer > ul.footer__list > li > a |
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.fontawesome-i2svg-active html.fontawesome-i2svg-active |
These items highlight common accessibility best practices.