Search
 
SCRIPT & CODE EXAMPLE
 

HTML

dl in html

<!--dl is short for description list and is a collection of dt+dd elements-->
<!--It can be used to implement a glossary-->
<p>Cryptids of Cornwall:</p>

<dl>
    <dt>Beast of Bodmin</dt>
    <dd>A large feline inhabiting Bodmin Moor.</dd>

    <dt>Morgawr</dt>
    <dd>A sea serpent.</dd>

    <dt>Owlman</dt>
    <dd>A giant owl-like creature.</dd>
</dl>
Comment

PREVIOUS NEXT
Code Example
Html :: markdown background colour 
Html :: relative vs absolute path html 
Html :: html table colspan and rowspan 
Html :: how to change the color of text in marquee in html 
Html :: tabs characters in html 
Html :: relative path 
Html :: stimulus value 
Html :: function html js 
Html :: show/hide password html 
Html :: how to keep :active css style after click a button 
Html :: when do i put my script in the body tags in html 
Html :: js download html 
Html :: html marquee tag 
Html :: less css 
Html :: bootstrap dropdown in table 
Html :: link react to html 
Html :: html drag and drop 
Html :: html select country list 
Html :: pt serif 
Html :: date range picker select date and several weeks 
Html :: text align center with overflow 
Html :: ConfirmPassword 
Html :: divs html 
Html :: empty img 
Html :: HTML <article Element 
Html :: html content in rectangle 
Html :: icon for instagram in bootstrap 
Html :: html footer 
Html :: bootstrap table 
Html :: how to choose your html website favicon 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =