← all pages
20:_Glossary
view live ↗
<table class="mt-responsive-table"> <caption>Example and Directions</caption> <thead> <tr> <th scope="col">Words (or words that have the same definition)</th> <th scope="col">The definition is case sensitive</th> <th scope="col">(Optional) Image to display with the definition [Not displayed in Glossary, only in pop-up on pages]</th> <th scope="col">(Optional) Caption for Image</th> <th scope="col">(Optional) External or Internal Link</th> <th scope="col">(Optional) Source for Definition</th> </tr> </thead> <tbody> <tr> <td data-th="Words (or words that have the same definition)">(Eg. "Genetic, Hereditary, DNA ...")</td> <td data-th="The definition is case sensitive">(Eg. "Relating to genes or heredity")</td> <td data-th="(Optional) Image to display with the definition [Not displayed in Glossary, only in pop-up on pages]"><img src="https://libretexts.org/img/LibreTexts/glyphs/bio.png" /></td> <td data-th="(Optional) Caption for Image">The infamous double helix</td> <td data-th="(Optional) External or Internal Link"><a title="https://bio.libretexts.org/" href="https://human.libretexts.org/">https://bio.libretexts.org/</a></td> <td data-th="(Optional) Source for Definition">CC-BY-SA; Delmar Larsen</td> </tr> </tbody> </table> <table class="mt-responsive-table"> <caption>Glossary Entries</caption> <thead> <tr> <th scope="col"> <p>Word(s)</p> </th> <th scope="col"> <p>Definition</p> </th> <th scope="col">Image</th> <th scope="col">Caption</th> <th scope="col">Link</th> <th scope="col">Source</th> </tr> </thead> <tbody id="glossaryTable"> <tr> <td data-th="Word(s)">Sample Word 1</td> <td data-th="Definition">Sample Definition 1 </td> <td data-th="Image"> </td> <td data-th="Caption"> </td> <td data-th="Link"> </td> <td data-th="Source"> </td> </tr> </tbody> </table> <script type="text/javascript">/*<![CDATA[*/ window.addEventListener('load', () => { $("table:contains(Word(s))").addClass("glossaryTable"); $("table:contains(Words (or words that have the same definition))").addClass("glossaryTable"); let libregloss = new LibreTextsGlossarizer(); libregloss.buildBackMatter(); });/*]]>*/</script>
💾 Save to sandbox
Reset