Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
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.
BHeading HierarchyNo headingsREVIEW
No headings found
Headings create the document outline for screen reader navigation.
Headings (H1-H6) create the document outline for screen reader navigation.
A page with zero headings is unnavigable by assistive tech and reads as one undifferentiated wall of text.
Learn more ▾ ▴
Screen reader users navigate by jumping between H1-H6 elements. A page with no headings has no skip targets — users have to read every word linearly. Adding a heading hierarchy (one H1, then H2 sections, optional H3 subsections) makes the page skimmable for both AT and human readers.
Source: WCAG 1.3.1 / W3C WAI
CLink & Button QualityAction5 issue(s) across 224 links and 5 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| //biblehub.com/joshua/1-1.htm | (empty) | empty | Add link text or aria-label |
| //biblehub.com/job/1-1.htm | (empty) | empty | Add link text or aria-label |
| //biblehub.com/isaiah/1-1.htm | (empty) | empty | Add link text or aria-label |
| //biblehub.com/romans/1-1.htm | (empty) | empty | Add link text or aria-label |
| //biblehub.com/revelation/1-1.htm | (empty) | empty | Add link text or aria-label |
| https://googleads.g.doubleclick.net/pcs/… | measurement-ads | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
//biblehub.com/joshua/1-1.htm; //biblehub.com/job/1-1.htm; //biblehub.com/isaiah/1-1.htm; //biblehub.com/romans/1-1.htm; //biblehub.com/revelation/1-1.htm
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://googleads.g.doubleclick.net/pcs/click?xai=OjssRD2tp9HSl_l0MgYY35bSWKQ…
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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 fail WCAG AAREVIEW
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 |
|---|---|---|---|---|---|
| title Bible Hub: Online Bi… | 18.93:1 | 4.5:1 | #000000 | #F3F3F3 | Pass |
| div Bible Hub | 8.11:1 | 4.5:1 | #000000 | #62A8D8 | Pass |
| button Login | 4.34:1 | 4.5:1 | #000000 | #0075C4 | Fail |
| button Subscribe | 7.00:1 | 4.5:1 | #000000 | #0099FF | Pass |
| button Logout | 7.00:1 | 4.5:1 | #000000 | #0099FF | Pass |
| button Profile | 9.31:1 | 4.5:1 | #000000 | #46B5FF | Pass |
| label Bible | 13.77:1 | 4.5:1 | #000000 | #ABD7F5 | Pass |
| label Topics | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| label Questions | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Greek | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Hebrew | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Atlas | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Library | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Apocrypha | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong Free App | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| strong BH Premium | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| div Welcome to Bible Hu… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a topical | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Greek | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div and | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.
BLighthouse Accessibility AuditsScore 84/100 — 5 failing, 24 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 |
|---|
Login td > div#revCatchButtonContainer > a#theLoginButton > button.revcatch-login |
Subscribe td > div#revCatchButtonContainer > a#theSubscribeButton > button.subscription-button |
Free App div#par > div > a > strong |
BH Premium div#par > div > a > strong |
topical div#leftbox > div.padleft > div#par > a |
Greek div#leftbox > div.padleft > div#par > a |
Hebrew div#leftbox > div.padleft > div#par > a |
concordances div#leftbox > div.padleft > div#par > a |
commentaries div#leftbox > div.padleft > div#par > a |
dictionaries div#leftbox > div.padleft > div#par > a |
sermons div#leftbox > div.padleft > div#par > a |
devotionals div#leftbox > div.padleft > div#par > a |
Are you Wondering... div.padleft > div#par > div.vheading > a |
Is God real? div#leftbox > div.padleft > div#par > a |
Is Jesus real? div#leftbox > div.padleft > div#par > a |
Is the Bible factual? div#leftbox > div.padleft > div#par > a |
Does science disprove the Bible? div#leftbox > div.padleft > div#par > a |
Why does God allow suffering? div#leftbox > div.padleft > div#par > a |
Why does God judge people? div#leftbox > div.padleft > div#par > a |
Why Christianity over other religions? div#leftbox > div.padleft > div#par > a |
Why trust God if I’ve been hurt by religion? div#leftbox > div.padleft > div#par > a |
How can I follow Jesus? div#leftbox > div.padleft > div#par > a |
Many more questions and answers ▾ div#leftbox > div.padleft > div#par > a |
Where to Turn... div.padleft > div#par > div.vheading > a |
Where to turn when brokenhearted div#leftbox > div.padleft > div#par > a |
Where to turn when anxious div#leftbox > div.padleft > div#par > a |
Where to turn when doubting your faith div#leftbox > div.padleft > div#par > a |
Where to turn when seeking God’s will div#leftbox > div.padleft > div#par > a |
Where to turn when facing injustice div#leftbox > div.padleft > div#par > a |
Where to turn when discouraged div#leftbox > div.padleft > div#par > a |
Where to turn to restore relationships div#leftbox > div.padleft > div#par > a |
Where to turn when resisting sin div#leftbox > div.padleft > div#par > a |
Where to turn when desiring eternal life div#leftbox > div.padleft > div#par > a |
See the full list of verses and articles ▾ div#leftbox > div.padleft > div#par > a |
Genesis div#par > div > p > a |
Exodus div#par > div > p > a |
Leviticus div#par > div > p > a |
Numbers div#par > div > p > a |
Deuteronomy div#par > div > p > a |
Joshua div.padleft > div#par > div > a |
Judges div.padleft > div#par > div > a |
Ruth div.padleft > div#par > div > a |
1 Samuel div.padleft > div#par > div > a |
2 Samuel div.padleft > div#par > div > a |
1 Kings div.padleft > div#par > div > a |
2 Kings div.padleft > div#par > div > a |
1 Chronicles div.padleft > div#par > div > a |
2 Chronicles div.padleft > div#par > div > a |
Ezra div.padleft > div#par > div > a |
Nehemiah div.padleft > div#par > div > a |
Esther div.padleft > div#par > div > a |
Job div.padleft > div#par > div > a |
Psalms div.padleft > div#par > div > a |
Proverbs div.padleft > div#par > div > a |
Ecclesiastes div.padleft > div#par > div > a |
Songs div.padleft > div#par > div > a |
Isaiah div.padleft > div#par > div > a |
Jeremiah div.padleft > div#par > div > a |
Lamentations div.padleft > div#par > div > a |
Ezekiel div.padleft > div#par > div > a |
Daniel div.padleft > div#par > div > a |
Hosea div.padleft > div#par > div > a |
Joel div.padleft > div#par > div > a |
Amos div.padleft > div#par > div > a |
Obadiah div.padleft > div#par > div > a |
Jonah div.padleft > div#par > div > a |
Micah div.padleft > div#par > div > a |
Nahum div.padleft > div#par > div > a |
Habakkuk div.padleft > div#par > div > a |
Zephaniah div.padleft > div#par > div > a |
Haggai div.padleft > div#par > div > a |
Zechariah div.padleft > div#par > div > a |
Malachi div.padleft > div#par > div > a |
Matthew div.padleft > div#par > div > a |
Mark div.padleft > div#par > div > a |
Luke div.padleft > div#par > div > a |
John div.padleft > div#par > div > a |
Acts div.padleft > div#par > div > a |
Romans div.padleft > div#par > div > a |
1 Corinthians div.padleft > div#par > div > a |
2 Corinthians div.padleft > div#par > div > a |
Galatians div.padleft > div#par > div > a |
Ephesians div.padleft > div#par > div > a |
Philippians div.padleft > div#par > div > a |
Colossians div.padleft > div#par > div > a |
1 Thessalonians div.padleft > div#par > div > a |
2 Thessalonians div.padleft > div#par > div > a |
1 Timothy div.padleft > div#par > div > a |
2 Timothy div.padleft > div#par > div > a |
Titus div.padleft > div#par > div > a |
Philemon div.padleft > div#par > div > a |
Hebrews div.padleft > div#par > div > a |
James div.padleft > div#par > div > a |
1 Peter div.padleft > div#par > div > a |
2 Peter div.padleft > div#par > div > a |
1 John div.padleft > div#par > div > a |
2 John div.padleft > div#par > div > a |
3 John div.padleft > div#par > div > a |
Jude div.padleft > div#par > div > a |
Revelation div#par > div > p > a |
Genesis 22:18 All the nations of the earth will be blessed div.padleft > div#par > p > a |
Genesis 22:18 div#par > p > a > strong |
Deuteronomy 6:4 "Hear, O Israel: The LORD our God, the LORD is one. div.padleft > div#par > p > a |
Deuteronomy 6:4 div#par > p > a > strong |
Joshua 1:8 This book of the law shall not depart out of your mouth; div.padleft > div#par > p > a |
Joshua 1:8 div#par > p > a > strong |
Psalm 18:2 The LORD is my rock, and my fortress, and my deliverer; div.padleft > div#par > p > a |
Psalm 18:2 div#par > p > a > strong |
Psalm 27:1 The LORD is my light and my salvation--whom shall I fear? div.padleft > div#par > p > a |
Psalm 27:1 div#par > p > a > strong |
Psalm 34:8 Taste and see that the LORD is good. div.padleft > div#par > p > a |
Psalm 34:8 div#par > p > a > strong |
Psalm 34:18 The LORD is close to the brokenhearted div.padleft > div#par > p > a |
Psalm 34:18 div#par > p > a > strong |
Psalm 37:4 And he will give you the desires of your heart. div.padleft > div#par > p > a |
Psalm 37:4 div#par > p > a > strong |
Psalm 46:1 God is our refuge and strength, an ever-present help div.padleft > div#par > p > a |
Psalm 46:1 div#par > p > a > strong |
Psalm 46:10 Be still, and know that I am God div.padleft > div#par > p > a |
Psalm 46:10 div#par > p > a > strong |
Psalm 51:10 Create in me a clean heart, O God. div.padleft > div#par > p > a |
Psalm 51:10 div#par > p > a > strong |
Psalm 89:1 I will sing of the mercies of the LORD for ever: div.padleft > div#par > p > a |
Psalm 89:1 div#par > p > a > strong |
Psalm 119:9 How can a young man stay pure? By obeying your word. div.padleft > div#par > p > a |
Psalm 119:9 div#par > p > a > strong |
Psalm 119:11 Your word I have hid in my heart, that I might not sin div.padleft > div#par > p > a |
Psalm 119:11 div#par > p > a > strong |
Psalm 119:105 Thy word is a lamp to my feet and a light to my path. div.padleft > div#par > p > a |
Psalm 119:105 div#par > p > a > strong |
Psalm 147:3 He heals the broken in heart, and binds up their wounds. div.padleft > div#par > p > a |
Psalm 147:3 div#par > p > a > strong |
Proverbs 1:7 The fear of the LORD is the beginning of knowledge div.padleft > div#par > p > a |
Proverbs 1:7 div#par > p > a > strong |
Proverbs 3:5 Trust in the LORD with all your heart; lean not on your own div.padleft > div#par > p > a |
Proverbs 3:5 div#par > p > a > strong |
Proverbs 3:6 in all your ways acknowledge him; he will make your paths div.padleft > div#par > p > a |
Proverbs 3:6 div#par > p > a > strong |
Proverbs 30:5 "Every word of God is flawless div.padleft > div#par > p > a |
Proverbs 30:5 div#par > p > a > strong |
Ecclesiastes 3:1 To everything there is a season; a time to every purpose div.padleft > div#par > p > a |
Ecclesiastes 3:1 div#par > p > a > strong |
Isaiah 9:6 For a child is born to us, a son is given to us. div.padleft > div#par > p > a |
Isaiah 9:6 div#par > p > a > strong |
Isaiah 53:4 Surely he has borne our griefs and carried our sorrows; div.padleft > div#par > p > a |
Isaiah 53:4 div#par > p > a > strong |
Isaiah 53:5 And by his stripes we are healed div.padleft > div#par > p > a |
Isaiah 53:5 div#par > p > a > strong |
Isaiah 53:6 All we like sheep have gone astray div.padleft > div#par > p > a |
Isaiah 53:6 div#par > p > a > strong |
Isaiah 54:17 No weapon formed against you shall prosper div.padleft > div#par > p > a |
Isaiah 54:17 div#par > p > a > strong |
Isaiah 55:8 My thoughts are not your thoughts, nor are your ways my ways div.padleft > div#par > p > a |
Isaiah 55:8 div#par > p > a > strong |
Jeremiah 29:11 For I know the plans I have for you div.padleft > div#par > p > a |
Jeremiah 29:11 div#par > p > a > strong |
Jeremiah 32:27 I am the God of all. Is anything too hard for me? div.padleft > div#par > p > a |
Jeremiah 32:27 div#par > p > a > strong |
Nahum 1:7 The LORD is good, a strong hold in the day of trouble; div.padleft > div#par > p > a |
Nahum 1:7 div#par > p > a > strong |
Matthew 4:19 "Follow Me, and I will make you fishers of men." div.padleft > div#par > p > a |
Matthew 4:19 div#par > p > a > strong |
Matthew 5:16 In the same way, let your light shine before men div.padleft > div#par > p > a |
Matthew 5:16 div#par > p > a > strong |
Matthew 6:9 Our Father in heaven, hallowed be your name div.padleft > div#par > p > a |
Matthew 6:9 div#par > p > a > strong |
Matthew 6:19 "Do not store up for yourselves treasures on earth, div.padleft > div#par > p > a |
Matthew 6:19 div#par > p > a > strong |
Matthew 6:33 "But seek first His kingdom and His righteousness, div.padleft > div#par > p > a |
Matthew 6:33 div#par > p > a > strong |
Matthew 7:7 Ask and it will be given to you; seek and you will find div.padleft > div#par > p > a |
Matthew 7:7 div#par > p > a > strong |
Matthew 21:22 If you believe, you will receive whatever you ask for in prayer. div.padleft > div#par > p > a |
Matthew 21:22 div#par > p > a > strong |
Matthew 22:37 Love the Lord your God with all your heart and with all your soul div.padleft > div#par > p > a |
Matthew 22:37 div#par > p > a > strong |
Matthew 25:40 Whatever you did for one of the least of these brothers of mine div.padleft > div#par > p > a |
Matthew 25:40 div#par > p > a > strong |
Matthew 28:19 Therefore, go and make disciples of all the nations, div.padleft > div#par > p > a |
Matthew 28:19 div#par > p > a > strong |
Luke 6:38 Give, and it will be given to you. A good measure, div.padleft > div#par > p > a |
Luke 6:38 div#par > p > a > strong |
John 1:1 In the beginning was the Word, and the Word was with God, div.padleft > div#par > p > a |
John 1:1 div#par > p > a > strong |
John 3:16 "For God so loved the world, that he gave his only Son, div.padleft > div#par > p > a |
John 3:16 div#par > p > a > strong |
John 8:32 Then you will know the truth, and the truth will set you free div.padleft > div#par > p > a |
John 8:32 div#par > p > a > strong |
John 11:25 I am the resurrection and the life div.padleft > div#par > p > a |
John 11:25 div#par > p > a > strong |
John 13:35 By this all men will know that you are my disciples, div.padleft > div#par > p > a |
John 13:35 div#par > p > a > strong |
John 14:2 In my Father's house are many rooms; if it were not so, div.padleft > div#par > p > a |
John 14:2 div#par > p > a > strong |
John 14:6 I am the way and the truth and the life. div.padleft > div#par > p > a |
John 14:6 div#par > p > a > strong |
John 15:13 There is no greater love than to lay down one's life div.padleft > div#par > p > a |
John 15:13 div#par > p > a > strong |
Acts 1:8 You will receive power when the Holy Spirit comes upon you div.padleft > div#par > p > a |
Acts 1:8 div#par > p > a > strong |
Acts 4:12 Salvation is found in no one else div.padleft > div#par > p > a |
Acts 4:12 div#par > p > a > strong |
Acts 17:11 The Bereans were more noble than the Thessalonians div.padleft > div#par > p > a |
Acts 17:11 div#par > p > a > strong |
Romans 1:16 I am not ashamed of the gospel, because it is the power of God div.padleft > div#par > p > a |
Romans 1:16 div#par > p > a > strong |
Romans 3:23 For all have sinned, and fall short of the glory of God; div.padleft > div#par > p > a |
Romans 3:23 div#par > p > a > strong |
Romans 5:8 While we were still sinners, Christ died for us. div.padleft > div#par > p > a |
Romans 5:8 div#par > p > a > strong |
Romans 6:23 The wages of sin is death, but the gift of God is eternal life div.padleft > div#par > p > a |
Romans 6:23 div#par > p > a > strong |
Romans 8:28 In all things God works for the good of those who love him div.padleft > div#par > p > a |
Romans 8:28 div#par > p > a > strong |
Romans 8:37 We are more than conquerors through him who loved us div.padleft > div#par > p > a |
Romans 8:37 div#par > p > a > strong |
Romans 10:9 If you confess with your mouth, "Jesus is Lord," and believe div.padleft > div#par > p > a |
Romans 10:9 div#par > p > a > strong |
Romans 10:17 Faith comes from hearing the message, and the message div.padleft > div#par > p > a |
Romans 10:17 div#par > p > a > strong |
Romans 12:2 Do not conform any longer to the pattern of this world, div.padleft > div#par > p > a |
Romans 12:2 div#par > p > a > strong |
1 Corinthians 3:16 You yourselves are God's temple and God's Spirit lives in you div.padleft > div#par > p > a |
1 Corinthians 3:16 div#par > p > a > strong |
1 Corinthians 6:19 your body is a temple of the Holy Spirit, who is in you div.padleft > div#par > p > a |
1 Corinthians 6:19 div#par > p > a > strong |
1 Corinthians 10:13 No temptation has seized you except what is common to man div.padleft > div#par > p > a |
1 Corinthians 10:13 div#par > p > a > strong |
1 Corinthians 10:31 Do it all to the glory of God div.padleft > div#par > p > a |
1 Corinthians 10:31 div#par > p > a > strong |
1 Corinthians 13:13 But the greatest of these is love div.padleft > div#par > p > a |
1 Corinthians 13:13 div#par > p > a > strong |
2 Corinthians 4:18 We fix our eyes not on what is seen, but on what is unseen div.padleft > div#par > p > a |
2 Corinthians 4:18 div#par > p > a > strong |
2 Corinthians 5:17 if anyone is in Christ, he is a new creation div.padleft > div#par > p > a |
2 Corinthians 5:17 div#par > p > a > strong |
2 Corinthians 5:21 God made him who had no sin to be sin for us div.padleft > div#par > p > a |
2 Corinthians 5:21 div#par > p > a > strong |
2 Corinthians 12:9 My grace is sufficient for you, for my power is made perfect div.padleft > div#par > p > a |
2 Corinthians 12:9 div#par > p > a > strong |
Galatians 5:22 But the fruit of the Spirit is love, joy, peace, div.padleft > div#par > p > a |
Galatians 5:22 div#par > p > a > strong |
Ephesians 2:8 For by grace you have been saved through faith; div.padleft > div#par > p > a |
Ephesians 2:8 div#par > p > a > strong |
Ephesians 3:20 Now unto him that is able to do exceeding abundantly above all div.padleft > div#par > p > a |
Ephesians 3:20 div#par > p > a > strong |
Ephesians 6:12 Our struggle is not against flesh and blood, but against the rul… div.padleft > div#par > p > a |
Ephesians 6:12 div#par > p > a > strong |
Philippians 3:13 Forgetting what is behind and straining toward what is ahead, div.padleft > div#par > p > a |
Philippians 3:13 div#par > p > a > strong |
Philippians 4:4 Rejoice in the Lord always. I will say it again: Rejoice! div.padleft > div#par > p > a |
Philippians 4:4 div#par > p > a > strong |
Philippians 4:6 Do not be anxious about anything, but in everything div.padleft > div#par > p > a |
Philippians 4:6 div#par > p > a > strong |
Philippians 4:7 And the peace of God, which passes all understanding div.padleft > div#par > p > a |
Philippians 4:7 div#par > p > a > strong |
Philippians 4:13 I can do all things through Christ who strengthens me. div.padleft > div#par > p > a |
Philippians 4:13 div#par > p > a > strong |
2 Timothy 3:16 All Scripture is God-breathed and is useful for div.padleft > div#par > p > a |
2 Timothy 3:16 div#par > p > a > strong |
Hebrews 4:12 For the word of God is quick, and powerful, div.padleft > div#par > p > a |
Hebrews 4:12 div#par > p > a > strong |
Hebrews 11:1 Now faith is the assurance of things hoped for, div.padleft > div#par > p > a |
Hebrews 11:1 div#par > p > a > strong |
Hebrews 12:2 Looking to Jesus the author and finisher of our faith; div.padleft > div#par > p > a |
Hebrews 12:2 div#par > p > a > strong |
Hebrews 13:8 Jesus Christ is the same yesterday, today, and forever. div.padleft > div#par > p > a |
Hebrews 13:8 div#par > p > a > strong |
James 1:22 But be you doers of the word, and not hearers only, div.padleft > div#par > p > a |
James 1:22 div#par > p > a > strong |
James 5:16 Therefore confess your sins to each other and pray div.padleft > div#par > p > a |
James 5:16 div#par > p > a > strong |
1 Peter 5:7 Cast all your anxiety on him because he cares for you. div.padleft > div#par > p > a |
1 Peter 5:7 div#par > p > a > strong |
2 Peter 3:9 The Lord is not slow in keeping his promise div.padleft > div#par > p > a |
2 Peter 3:9 div#par > p > a > strong |
1 John 1:9 If we confess our sins, he is faithful and just div.padleft > div#par > p > a |
1 John 1:9 div#par > p > a > strong |
1 John 3:18 Let us not love with words or tongue but with actions and in truth div.padleft > div#par > p > a |
1 John 3:18 div#par > p > a > strong |
1 John 4:7 Beloved, let us love one another, for love is from God; div.padleft > div#par > p > a |
1 John 4:7 div#par > p > a > strong |
Revelation 1:8 I am Alpha and Omega, the beginning and the ending, div.padleft > div#par > p > a |
Revelation 1:8 div#par > p > a > strong |
Revelation 3:20 Here I am! I stand at the door and knock. div.padleft > div#par > p > a |
Revelation 3:20 div#par > p > a > strong |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
tbody > tr > td > iframe tbody > tr > td > iframe |
tbody > tr > td > iframe tbody > tr > td > iframe |
tbody > tr > td > iframe tbody > tr > td > iframe |
tbody > tr > td > iframe tbody > tr > td > iframe |
tbody > tr > td > iframe.srch tbody > tr > td > iframe.srch |
tbody > tr > td > iframe tbody > tr > td > iframe |
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 |
|---|
div#par > div > p > a |
div.padleft > div#par > div > a |
div.padleft > div#par > div > a |
div.padleft > div#par > div > a |
div.padleft > div#par > div > a |
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.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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 html |
These items highlight common accessibility best practices.
A+Alt Text QualityAll 11 images OKPASS
AForm Accessibility1 of 11 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| bh-type | radio | none | |
| bh-type | radio | none | |
| bh-type | radio | none | |
| bh-type | radio | none | |
| bh-type | radio | none | |
| bh-type | radio | none | |
| bh-type | radio | none | |
| bh-type | radio | none | |
| bh-type | radio | none | |
| bh-type | radio | none | |
| input | text | (Search Bible Hub…) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">
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