CINXE.COM
The Italian Bible online
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="en" xmlns="https://www.w3.org/1999/xhtml"> <head> <title>The Italian Bible online</title> <meta name="description" content="To study the Holy Bible in Italian - you can view and search the Bible online, download a free program, a Bible dictionary or a Greek-Italian vocabolary of the New Testament" /> <meta name="keywords" content="bible,the bible,holy bible,the holy bible,bible on line,bible online,bible on-line,Italian bible,italian,italy,gospel,psalm,gospels,psalms,gerusalem,gerusalem bible,jesus,christ,jesus christ,christ jesus,new testament,old testament,program,programme,CEI,C.E.I.,christianity,religion,free,spirituality,catholic,christian" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="robots" content="index,follow" /> <meta http-equiv="content-language" content="en" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#ffffff" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato&display=swap" type="text/css" /> <style> body { font-family:'Lato', sans-serif } </style> <link rel="stylesheet" href="/stili/stilebase6.css" type="text/css" /> <link rel="stylesheet" href="/stili/stampa.css" type="text/css" media="print" /> <link rel="shortcut icon" type="image/png" href="/favicon.png" /> <link rel="alternate" type="application/rss+xml" href="feed.xml" title="RSS feed of LaParola.Net"> <script type="text/javascript"> function getCookie(nome){var dc=document.cookie;var prefisso=nome+"=";var inizio=dc.indexOf("; "+prefisso);if(inizio==-1){inizio=dc.indexOf(prefisso);if(inizio!=0)return null;}else inizio+=2;var fine=document.cookie.indexOf(";",inizio);if(fine==-1)fine=dc.length;return unescape(dc.substring(inizio+prefisso.length,fine));} function setCookie(nome,valore){data=new Date();data.setTime(data.getTime()+10000000000);var cook=nome+"="+escape(valore)+"; expires="+data.toGMTString()+"; path=/";document.cookie=cook;} </script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <link rel="preload" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.3/themes/smoothness/jquery-ui.css" as="style" onload="this.onload=null;this.rel='stylesheet'" /> <noscript><link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.3/themes/smoothness/jquery-ui.css"></noscript> <script async src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.3/jquery-ui.min.js"></script> <script>/* Firefox needs this to prevent FOUC. */</script> </head> <body onload="document.getElementById('visform').riferimento.focus()"> <main> <h1>The Holy Bible in Italian on Internet</h1> <p>On this site there are many free tools for the study of the <strong>Holy Bible</strong> in Italian online. You can view or search several versions of the Bible here, or use the other resources in the menu above.</p> <p>There are two sections of the site which are in English: the <a href="/program/" title="A computer program to study the Bible on your own computer">free Bible study program</a> and the <a href="/greco/" title="4 searchable Greek texts, with variant readings and allusions in the Fathers">Greek New Testament</a>.</p> <div class="moduli"> <div class="modulo moduloVis"> <form action="testo.php" method="post" id="visform" onsubmit="if (riferimento.value.length==0) {alert('Type a Bible reference')}; return riferimento.value.length!=0;"> <fieldset> <legend><strong>View a Bible Passage</strong></legend> <!-- <p style="text-align:left"><label for="riferimento">Passage to show:</label><br /> <input class="text" name="riferimento" id="riferimento" title="Type a Bible reference here" /></p>--> <div> <!--<div class="ui-widget">--> <p style="text-align:left"> <label for="libri">Passage to show:</label><br /> <input class="text" type="text" name="riferimento" id="libri" title="Type a Bible reference here" placeholder="eg: Gv 3:16" /> </p> </div> <p style="text-align:left"><label for="versioni">Translation(s) to show:</label><br /> <span id="tabellaVisualizza"></span> <script type="text/javascript"> <!-- var s = "<select multiple=\"multiple\" name=\"versioni[]\" id=\"versioni\" size=\"13\">"; var nvers = getCookie("nVisVers"); var i, versNR=0, versCEI=0,versND=0,versR2=0,versBG=0,versLuz=0,versRicc=0,versTint=0,versMar=0,versDio=0,versComm=0,versCommNT=0,versRif=0, versnome; for (i=0; i<nvers; i++) { versnome=getCookie("VisVers"+i); if (versnome=="NuovaRiveduta") versNR=1; if (versnome=="C.E.I.") versCEI=1; if (versnome=="NuovaDiodati") versND=1; if (versnome=="Riveduta2020") versR2=1; if (versnome=="BibbiadellaGioia") versBG=1; if (versnome=="Riveduta") versLuz=1; if (versnome=="Ricciotti") versRicc=1; if (versnome=="Tintori") versTint=1; if (versnome=="Martini") versMar=1; if (versnome=="Diodati") versDio=1; if (versnome=="Commentario") versComm=1; if (versnome=="CommentarioNT") versCommNT=1; if (versnome=="Riferimentiincrociati") versRif=1; } s=s+"<option "+(!nvers||nvers==0||versNR==1?"selected=\"selected\" ":"")+"value=\"Nuova Riveduta\">Nuova Riveduta</option>"; s=s+"<option "+(versCEI==1?"selected=\"selected\" ":"")+"value=\"C.E.I.\">C.E.I. (1974)</option>"; s=s+"<option "+(versND==1?"selected=\"selected\" ":"")+"value=\"Nuova Diodati\">Nuova Diodati</option>"; s=s+"<option "+(versR2==1?"selected=\"selected\" ":"")+"value=\"Riveduta 2020\">Riveduta 2020</option>"; s=s+"<option "+(versBG==1?"selected=\"selected\" ":"")+"value=\"Bibbia della Gioia\">La Parola è Vita</option>"; s=s+"<option "+(versLuz==1?"selected=\"selected\" ":"")+"value=\"Riveduta\">Luzzi/Riveduta</option>"; s=s+"<option "+(versRicc==1?"selected=\"selected\" ":"")+"value=\"Ricciotti\">Ricciotti</option>"; s=s+"<option "+(versTint==1?"selected=\"selected\" ":"")+"value=\"Tintori\">Tintori</option>"; s=s+"<option "+(versMar==1?"selected=\"selected\" ":"")+"value=\"Martini\">Martini</option>"; s=s+"<option "+(versDio==1?"selected=\"selected\" ":"")+"value=\"Diodati\">Diodati</option>"; s=s+"<option "+(versComm==1?"selected=\"selected\" ":"")+"value=\"Commentario\">Commentary abbreviato</option>"; s=s+"<option "+(versCommNT==1?"selected=\"selected\" ":"")+"value=\"CommentarioNT\">Commentary New Testament</option>"; s=s+"<option "+(versRif==1?"selected=\"selected\" ":"")+"value=\"Riferimenti incrociati\">Cross references</option>"; s=s+"</select><br /><br />"; s=s+"<input class=\"seleziona\" type=\"button\" name=\"Seleziona tutte\" value=\"Select All\" onclick=\"var selObj = document.getElementById('versioni');for (i=0; i<selObj.options.length; i++) {selObj.options[i].selected=true;}\" />"; const myElement = document.getElementById("tabellaVisualizza"); myElement.innerHTML = s; //document.write(s); //--> </script> <noscript> <select multiple="multiple" name="versioni[]" id="versioni" size="12"> <option selected="selected" value="Nuova Riveduta">Nuova Riveduta</option> <option value="C.E.I.">C.E.I. (1974)</option> <option value="Nuova Diodati">Nuova Diodati</option> <option value="Riveduta 2020">Riveduta 2020</option> <option value="Bibbia della Gioia">La Parola è Vita</option> <option value="Riveduta">Luzzi/Riveduta</option> <option value="Ricciotti">Ricciotti</option> <option value="Tintori">Tintori</option> <option value="Martini">Martini</option> <option value="Diodati">Diodati</option> <option value="Commentario">Commentary abbreviato</option> <option value="CommentarioNT">Commentary New Testament</option> <option value="Riferimenti incrociati">Cross references</option> </select> </noscript> </p> <input class="submit tabella" type="submit" name="Submit" value="View Text" /> <!--input class="reset" type="reset" name="Reset" value="Cancel" /--> <p style="text-align:center"><a href="aiutovis.php" title="How to type a reference and show a passage"><img src="/immagini/qmark.png" width="20" height="20" alt="Help" /> Help for viewing the Bible</a></p> </fieldset> <input type="hidden" id="homepage" name="homepage" value="s" /> </form> </div> <div class="modulo moduloRic"> <form action="ricerca.php" method="post" onsubmit="if (frase.value.length==0) {alert('Type a word of phrase to search')}; return frase.value.length!=0;"> <fieldset> <legend><strong>Search the Bible</strong></legend> <div> <!--<div class="ui-widget">--> <p style="text-align:left"><label for="frase">Word of phrase to search for:</label><br /> <input type="text" class="text" name="frase" id="frase" title="Type one or more words here" placeholder="eg: Gesù"/></p> </div> <p style="text-align:left"><label for="versione">Translation to search:</label><br /> <span id="tabellaRicerca"></span> <script type="text/javascript"> <!-- var s="<select name=\"versione\" id=\"versione\" size=\"10\">"; var vers = getCookie("RicVers"); if (!vers || (vers!="C.E.I." && vers!="NuovaDiodati" && vers!="Riveduta2020" && vers!="BibbiadellaGioia" && vers!="Riveduta" && vers!="Ricciotti" && vers!="Tintori" && vers!="Martini" && vers!="Diodati")) s=s+"<option selected=\"selected\" value=\"Nuova Riveduta\">Nuova Riveduta</option>"; else s=s+"<option value=\"Nuova Riveduta\">Nuova Riveduta</option>"; if (vers=="C.E.I.") s=s+"<option selected=\"selected\" value=\"C.E.I.\">C.E.I. (1974)</option>"; else s=s+"<option value=\"C.E.I.\">C.E.I. (1974)</option>"; if (vers=="NuovaDiodati") s=s+"<option selected=\"selected\" value=\"Nuova Diodati\">Nuova Diodati</option>"; else s=s+"<option value=\"Nuova Diodati\">Nuova Diodati</option>"; if (vers=="Riveduta2020") s=s+"<option selected=\"selected\" value=\"Riveduta 2020\">Riveduta 2020</option>"; else s=s+"<option value=\"Riveduta 2020\">Riveduta 2020</option>"; if (vers=="BibbiadellaGioia") s=s+"<option selected=\"selected\" value=\"Bibbia della Gioia\">La Parola è Vita</option>"; else s=s+"<option value=\"Bibbia della Gioia\">La Parola è Vita</option>"; if (vers=="Riveduta") s=s+"<option selected=\"selected\" value=\"Riveduta\">Luzzi/Riveduta</option>"; else s=s+"<option value=\"Riveduta\">Luzzi/Riveduta</option>"; if (vers=="Ricciotti") s=s+"<option selected=\"selected\" value=\"Ricciotti\">Ricciotti</option>"; else s=s+"<option value=\"Ricciotti\">Ricciotti</option>"; if (vers=="Tintori") s=s+"<option selected=\"selected\" value=\"Tintori\">Tintori</option>"; else s=s+"<option value=\"Tintori\">Tintori</option>"; if (vers=="Martini") s=s+"<option selected=\"selected\" value=\"Martini\">Martini</option>"; else s=s+"<option value=\"Martini\">Martini</option>"; if (vers=="Diodati") s=s+"<option selected=\"selected\" value=\"Diodati\">Diodati</option>"; else s=s+"<option value=\"Diodati\">Diodati</option>"; s=s+"</select>"; const myElement2 = document.getElementById("tabellaRicerca"); myElement2.innerHTML = s; //--> </script> <noscript> <select name="versione" id="versione" size="10"> <option selected="selected" value="Nuova Riveduta">Nuova Riveduta</option> <option value="C.E.I.">C.E.I. (1974)</option> <option value="Nuova Diodati">Nuova Diodati</option> <option value="Riveduta 2020">Riveduta 2020</option> <option value="Bibbia della Gioia">La Parola è Vita</option> <option value="Riveduta">Luzzi/Riveduta</option> <option value="Ricciotti">Ricciotti</option> <option value="Tintori">Tintori</option> <option value="Martini">Martini</option> <option value="Diodati">Diodati</option> </select> </noscript> </p> <!--<div class="ui-widget">--> <div> <p style="text-align:left"><label for="brano">Passage to search:</label><br /> <input class="text" type="text" name="brano" id="brano" title="Type a Bible reference here (optional)" placeholder="eg: Gen"/></p> </div> <p style="text-align:center"><a href="ricerca_avanzata.php">Advanced search</a></p> <input class="submit tabella" type="submit" name="Submit" value="Search" /> <!--input class="reset" type="reset" name="Reset" value="Cancel" /--> <p style="text-align:center"><a href="aiutoric.php" title="The codes to use for complicated searches"><img src="/immagini/qmark.png" width="20" height="20" alt="Help" /> Help for searching the Bible</a></p> </fieldset> <input type="hidden" id="homepage" name="homepage" value="s" /> </form> </div> </div> <p style="text-align:center"><a href="/bibbia/" title="Read and study the Bible divided into chapter">The Bible by chapters, with an index of resources to study each chapter</a></p> <p style="text-align:center"><a href="versioni.php" title="A description of the Bible translations and commentaries that are available on this site">Information about the translations of the Bible and the commentaries</a></p> <p>To receive news on updates to the site and programs:</p> <table><tr valign="top"><td> <p>Subscribe to the <a href="/mailing_list.php" title="How to be informed of the news of the site of the Bible">mailing list</a> of the site.</p> </td><td> </td> <td> <!-- Facebook Badge START --><a href="https://www.facebook.com/pages/LaParola/114249198597738" target="_TOP" title="LaParola"><img src="/immagini/fb_laparola.webp" width="120" height="141" style="border: 0px;" alt="Facebook" /></a><br/><!-- Facebook Badge END --> <!--<p>Oppure con <a href="https://www.facebook.com/pages/LaParola/114249198597738" title="LaParola su Facebook" target="_TOP" >Facebook</a></p>--></td> <td> <p>Use the <a type="application/rss+xml" href="/feed.xml">RSS feed of the site <img src="/immagini/feed.png" width="12" height="12" alt="RSS Feed in XML format" /></a><br />(For an explanation, see the <a href="/novita.php">news</a> page.)</p> </td> </tr></table> <table class="menu" width="100%"><tr> <td style="background-color:#2525ff"> </td></tr></table> <div class="menu" style="text-align:center"> <p class="piccolo">Copyright January 2025</p> </div> </main> <nav class="navbar"> <div class="navbar-toggle" id="navbar-toggle"> <span class="navbar-toggle-icon"></span> <span class="navbar-toggle-icon"></span> <span class="navbar-toggle-icon"></span> </div> <div class="navbar-brand"><a href="/" class="navbar-sublink" title="Bibbia">LaParola</a></div> <ul class="navbar-menu" id="navbar-menu"> <li class="navbar-item"> <div href="#" class="navbar-link">Tools</div> <ul class="navbar-submenu"> <li class="navbar-subitem"><a href="/app/" class="navbar-sublink" title="All the Bible and commentari with a continuous text">Continuous Text</a></li> <li class="navbar-subitem"><a href="/panoramica/" class="navbar-sublink" title="The message and the story of the Bible">Panorama of the Bible</a></li> <li class="navbar-subitem"><a href="/brani/" class="navbar-sublink" title="Answers to common questions on hard to understand Bible passages">Hard Passages</a></li> <li class="navbar-subitem"><a href="/sinossi.php" class="navbar-sublink" title="A comparison of the four Gospels">Synopsis of the Gospels</a></li> <li class="navbar-subitem"><a href="/studi/" class="navbar-sublink" title="An index of Italian Bible studies on Internet">Bible Studies</a></li> <li class="navbar-subitem"><a href="/riassunti/" class="navbar-sublink" title="Summaries of each chapter of the Bible, done by AI">Summaries</a></li> <li class="navbar-subitem"><a href="/riflessioni/" class="navbar-sublink" title="Some of my reflections on the Bible">My Reflections</a></li> <li class="navbar-subitem"><a href="/quiz/" class="navbar-sublink" title="Questions to test your knowledge of the Bible">Quiz</a></li> <li class="navbar-subitem"><a href="/nomi/" class="navbar-sublink" title="A encyclopedia with all the names of the Bible">Bible Encyclopedia</a></li> <li class="navbar-subitem"><a href="/vocab/" class="navbar-sublink" title="A dictionary of all the Greek words in the NT" id="menuVocab">Greek-Italian dictionary and NT Interlinear</a></li> <li class="navbar-subitem"><a href="/greco/" class="navbar-sublink" title="The text of the Greek New Testament, with the variant readings of the manuscripts" id="menuMNT">Manuscripts of the NT</a></li> <li class="navbar-subitem"><a href="/letoggi.php" class="navbar-sublink" title="A method to read all the Bible in a year">Daily Reading</a></li> <li class="navbar-subitem"><a href="/bibbia/" class="navbar-sublink" title="The Bible divided into books and chapters">All the Bible</a></li> </ul> </li> <li class="navbar-item"> <div href="#" class="navbar-link">Program</div> <ul class="navbar-submenu"> <li class="navbar-subitem"><a href="/programma/" class="navbar-sublink" title="The available programs">Description</a></li> <li class="navbar-subitem"><a href="/programma/windows.php" class="navbar-sublink" title="The Bible for Windows">Windows</a></li> <li class="navbar-subitem"><a href="/programma/macintosh.php" class="navbar-sublink" title="The Bible for Macintosh">Mac</a></li> <li class="navbar-subitem"><a href="/programma/linux.php" class="navbar-sublink" title="The Bible for Linux">Linux</a></li> <li class="navbar-subitem"><a href="/programma/ios.php" class="navbar-sublink" title="The Bible for iOS (iPhone and iPad)">iPhone/iPad</a></li> <li class="navbar-subitem"><a href="/programma/android.php" class="navbar-sublink" title="The Bible for Android">Android</a></li> <li class="navbar-subitem"><a href="/programma/altri.php" class="navbar-sublink" title="The Bible for other operating systems">Others</a></li> </ul> </li> <li class="navbar-item"> <div href="#" class="navbar-link">Articles</div> <ul class="navbar-submenu"> <li class="navbar-subitem"><a href="/intro/index.php#introduzione" class="navbar-sublink" title="An introduction to the Bible">Introduction to the Bible</a></li> <li class="navbar-subitem"><a href="/intro/index.php#contenuto" class="navbar-sublink" title="The contents of the Bible">The Contents of the Bible</a></li> <li class="navbar-subitem"><a href="/intro/index.php#brani" class="navbar-sublink" title="Some well known passages of the Bible">Famous Passages</a></li> <li class="navbar-subitem"><a href="/intro/index.php#leggere" class="navbar-sublink" title="How to read the Bible every day" id="menuOgniGiorno">How to Read the Bible Every Day</a></li> <li class="navbar-subitem"><a href="/intro/index.php#vita" class="navbar-sublink" title="The Bible on the Christian life" id="menuVita">The Bible on the Christian Life</a></li> <li class="navbar-subitem"><a href="/intro/index.php#insegnamento" class="navbar-sublink" title="The teaching of the Bible" id="menuInsegnamento">The teaching of the Bible</a></li> <li class="navbar-subitem"><a href="/intro/index.php#temi" class="navbar-sublink" title="The Bible and some important themes" id="menuScottanti">The Bible and some Hot Topics</a></li> <li class="navbar-subitem"><a href="/racconti_giustizia/" class="navbar-sublink" title="Stories that talk about some themes of the Bible">Tales of Justice</a></li> </ul> </li> <li class="navbar-item"> <div href="#" class="navbar-link" id="menuInfo">About this Site</div> <ul class="navbar-submenu"> <li class="navbar-subitem"><a href="/novita.php" class="navbar-sublink" title="Recent changes to this site">News</a></li> <li class="navbar-subitem"><a href="/faq/" class="navbar-sublink" title="If you have a question, check here first">FAQ</a></li> <li class="navbar-subitem"><a href="/privacy.php" class="navbar-sublink" title="Privacy policy">Privacy</a></li> <li class="navbar-subitem"><a href="/english.html" class="navbar-sublink" title="This page in Italian">Italiano</a></li> <li class="navbar-subitem"><a href="/inserire_bibbia.php" class="navbar-sublink" title="Create a link to the text of the Bible on your site">Show the Bible on Your Site</a></li> <li class="navbar-subitem"><a href="/mailing_list.php" class="navbar-sublink" title="Receive regular messages from the site">Mailing Lists</a></li> <li class="navbar-subitem"><a href="/chisono.php" class="navbar-sublink" title="About the creator of this site">Who I am</a></li> <li class="navbar-subitem"><a href="mailto:info@laparola.net" class="navbar-sublink" title="My address">Write to Me</a></li> </ul> </li> </ul> </nav> <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { document.getElementById('navbar-toggle').addEventListener('click', function() { var menu = document.getElementById('navbar-menu'); menu.classList.toggle('active'); }); }); function modificaTestiPerCellulari() { var menuInfo = document.getElementById('menuInfo'); var menuScottanti = document.getElementById('menuScottanti'); var menuVocab = document.getElementById('menuVocab'); if (window.innerWidth <= 768) { menuInfo.innerHTML = "About"; menuScottanti.innerHTML = "Hot Topics"; menuVocab.innerHTML = "Greek Dictionary"; menuMNT.innerHTML = "Manuscripts of the NT"; menuOgniGiorno.innerHTML = "Read Every Day"; menuVita.innerHTML = "Christian Life"; menuInsegnamento.innerHTML = "Teaching"; } else { menuInfo.innerHTML = "About this Site"; menuScottanti.innerHTML = "The Bible and Some Hot Topics"; menuVocab.innerHTML = "Greek-Italian Dictionary and NT Interlinear"; menuMNT.innerHTML = "Manuscripts of the NT"; menuOgniGiorno.innerHTML = "How to Read the Bible Every Day"; menuVita.innerHTML = "The Bible on the Christian Life"; menuInsegnamento.innerHTML = "The teaching of the Bible"; } } // Update text on page load modificaTestiPerCellulari(); // Update text on window resize window.addEventListener('resize', modificaTestiPerCellulari); </script> </body> </html>