www.biblestudytools.com Open in urlscan Pro
172.67.82.137  Public Scan

Submitted URL: http://www.biblestudytools.com//bible/-verse/-of/-the/-day//
Effective URL: https://www.biblestudytools.com//bible/-verse/-of/-the/-day//
Submission: On September 18 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

GET https://www.biblestudytools.com/search/

<form action="https://www.biblestudytools.com/search/" method="get" id="mobile-search-form" @keydown.enter="window.BST.Zeta.TrackSearch(searchQuery);">
  <input x-data="{translation: BST.SiteStorage().readPref('translation')}" type="hidden" name="t" x-model="translation" value="niv">
  <!-- Mobile search box -->
  <div class="md:hidden block inset-0 z-10 justify-end px-5">
    <button type="button" class="block lg:hidden focus:outline-none bg-gray-700 p-3 rounded-full shadow-md" :class="{ 'text-white': isOpen, 'hidden': showSearch }" @click="showSearch = !showSearch" aria-label="Search">
      <svg class="text-white h-4 w-4 fill-current" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.966 56.966">
        <path
          d="M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23  s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92  c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17  s-17-7.626-17-17S14.61,6,23.984,6z">
        </path>
      </svg>
    </button>
    <div x-show="showSearch" class="fixed inset-0 z-10 bg-black bg-opacity-20" style="backdrop-filter: blur(14px); display: none;">
      <div class="absolute inset-x-0 flex items-center justify-between p-2 bg-white shadow-md">
        <div class="flex items-center flex-1 px-2 space-x-2">
          <!-- search icon -->
          <span>
            <svg class="text-black-600 h-4 w-4 fill-current" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.966 56.966">
              <path
                d="M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23  s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92  c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17  s-17-7.626-17-17S14.61,6,23.984,6z">
              </path>
            </svg>
          </span>
          <input type="text" name="q" placeholder="Search" x-model="searchQuery" class="w-full px-4 py-3 text-gray-800 rounded-md focus:bg-gray-100 focus:outline-none js-bound">
        </div>
        <!-- close button -->
        <button type="button" @click="showSearch = !showSearch" class="flex-shrink-0 p-4 rounded-md" aria-label="Search">
          <svg class="w-8 h-8 text-gray-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
          </svg>
        </button>
      </div>
    </div>
  </div>
</form>

GET https://www.biblestudytools.com/search/

<form action="https://www.biblestudytools.com/search/" method="get" id="desktop-search-form" class="px-3" @keydown.enter="window.BST.Zeta.TrackSearch(searchQuery);">
  <input x-data="{translation: BST.SiteStorage().readPref('translation')}" type="hidden" name="t" x-model="translation" value="niv">
  <!-- Desktop search box -->
  <div class="items-center hidden md:block bg-gray-200 rounded-full shadow-inner border border-gray-400">
    <div class="flex items-center pr-1">
      <input type="text" name="q" placeholder="Search the Bible" x-model="searchQuery" class="w-full px-4 py-2 bg-transparent placeholder-gray-900 text-gray-800 rounded-md focus:outline-none js-bound">
      <div x-data="{showSearchDropdown: false, currentSelection: 'bibles', selectionText: 'The Bible', selectItem(value, text) {
            this.currentSelection = value; this.selectionText = text; this.showSearchDropdown = false; BST.SiteStorage().writePref('search-filter-value', value); BST.SiteStorage().writePref('search-filter-text', text);
          }}" x-init="selectItem(BST.SiteStorage().readPref('search-filter-value', 'bibles'), BST.SiteStorage().readPref('search-filter-text', 'The Bible'))" class="relative inline-block text-left" @click.away="showSearchDropdown = false">
        <input type="hidden" name="s" x-model="currentSelection" value="bibles">
        <div>
          <button @click="showSearchDropdown = !showSearchDropdown;" type="button" class="bg-gray-300 hover:bg-gray-200 text-gray-800 font-bold py-2 px-2 pr-3 rounded inline-flex items-center my-1 border border-gray-400" id="menu-button"
            aria-expanded="true" aria-haspopup="true">
            <svg class="rotate-180 w-6 h-6 flex-initial" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40" xml:space="preserve">
              <circle cx="20" cy="20" r="20" style="fill:none"></circle>
              <path d="M20 14c-.5 0-1 .2-1.4.6l-6 6c-.8.8-.8 2 0 2.8s2 .8 2.8 0l4.6-4.6 4.6 4.6c.8.8 2 .8 2.8 0s.8-2 0-2.8l-6-6c-.4-.4-.9-.6-1.4-.6z" style="fill:#222" alt="Pick a Translation"></path>
            </svg>
            <span class="whitespace-nowrap" x-text="selectionText">The Bible</span>
          </button>
        </div>
        <div class="absolute right-0 z-10 mt-2 w-56 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none" role="menu" aria-orientation="vertical" aria-labelledby="menu-button" tabindex="-1"
          x-show="showSearchDropdown" style="display: none;">
          <div class="py-1 font-bold" role="none">
            <button type="button" @click="selectItem('bibles', 'The Bible')" class="text-gray-700 block px-4 py-2 hover:bg-yellow-400 w-full text-left" role="menuitem" tabindex="-1" id="menu-item-0">The Bible</button>
            <button type="button" @click="selectItem('topics', 'Topics')" class="text-gray-700 block px-4 py-2 hover:bg-yellow-400 w-full text-left" role="menuitem" tabindex="-1" id="menu-item-1">Topics</button>
            <button type="button" @click="selectItem('studies', 'Bible Study')" class="text-gray-700 block px-4 py-2 hover:bg-yellow-400 w-full text-left" role="menuitem" tabindex="-1" id="menu-item-2">Bible Study</button>
            <button type="button" @click="selectItem('pastors', 'Pastors')" class="text-gray-700 block px-4 py-2 hover:bg-yellow-400 w-full text-left" role="menuitem" tabindex="-1" id="menu-item-3">Pastors</button>
            <button type="button" @click="selectItem('references', 'References')" class="text-gray-700 block px-4 py-2 hover:bg-yellow-400 w-full text-left" role="menuitem" tabindex="-1" id="menu-item-4">References</button>
            <button type="button" @click="selectItem('stories', 'Bible Stories')" class="text-gray-700 block px-4 py-2 hover:bg-yellow-400 w-full text-left" role="menuitem" tabindex="-1" id="menu-item-5">Bible Stories</button>
          </div>
        </div>
      </div>
      <button type="submit" class="ml-1 pr-3 bg-gray-700 p-2 py-3 rounded-r-full shadow-md" aria-label="Search">
        <svg class="text-white h-4 w-4 fill-current" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.966 56.966">
          <path
            d="M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23  s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92  c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17  s-17-7.626-17-17S14.61,6,23.984,6z">
          </path>
        </svg>
      </button>
    </div>
  </div>
</form>

Text Content

The Bible
The Bible Topics Bible Study Pastors References Bible Stories
Join PLUS Login
 * Join PLUS Login
 * PLUS
 * Bible
   * Bible Versions
   * Verse of the Day
   * Verses by Topic
   * Reading Plans
   * Parallel Bible
   * Books of the Bible
   * Compare Translations
   * Audio Bible
   * Interlinear Bible
 * Study
   * Library
   * Commentaries
   * Concordances
   * Dictionaries
   * Encyclopedias
   * Bible Stories
   * Apocrypha Books
   * Lexicons
 * Tools
   * Bible Living Articles
   * Devotionals
   * Inspirations
   * Video
   * Audio Books
   * Bible Trivia
   * Pastors
   * Sermons
   * Sunday School Lessons
 * Newsletters
   
   Get Your Bible Minute in Your Inbox Every Morning


PAGE NOT FOUND


WE'RE SORRY, BUT THE PAGE YOU ARE LOOKING FOR HAS BEEN MOVED OR IS CURRENTLY
UNAVAILABLE.


PLEASE TRY ONE OF THE FOLLOWING:

 * Use the search box above to find what you were looking for or use the link to
   the right of the search box titled "Advanced Search" for a more specific
   result
 * If you typed the url into your browser, check to see if the spelling is
   correct
 * Click here to visit BibleStudyTools.com sitemap and view all content


YOU MAY ALSO LIKE TO TRY THESE LINKS TO SOME OF OUR MOST POPULAR PAGES:

 * All Online Bible Versions
 * Bible Commentaries
 * Bible Concordances
 * Bible in a Year Reading Plans


POPULAR ARTICLES

12 Scriptural Prayers for Joy in the Morning
Is God Good?
Navigating Doubt to Strengthen Your Faith in Times of Uncertainty
Do Dogs Go to Heaven?
How to Love Your Christian Brother When You Don't Like Him Much
Why Did the Demon in Mark 5:9 Call Himself "Legion"?



Privacy Policy Our Sites About Us Contact Us


Proud member of Salem Media Group.


Copyright © 2024, Bible Study Tools. All rights reserved. Article Images
Copyright © 2024 Getty Images unless otherwise indicated.
California - Do Not Sell My Personal Information California - CCPA Notice


Confirm

Are you sure?

Yes No




Do Not Sell or Share My Personal Information


OPT OUT OF THE SALE OR SHARING OF PERSONAL INFORMATION

We won't sell or share your personal information to inform the ads you see. You
may still see interest-based ads if your information is sold or shared by other
companies or was sold or shared previously.

Dismiss



Opt out

This site uses cookies.
Salem Media, our partners and affiliates (We) use cookies to operate our website
and share information, which allows us to show you personalized content and
manage our objectives as a business. By using this website and continuing to
navigate, you accept these cookies.Privacy Policy
OK