Search notes:

HTML elements: dl, dt and dd

<dl> starts a list of definitions.
<dt> is the term being defined.
<dd> is the definition of the term.
<!DOCTYPE html>
<html>
<head>
  <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
  <title>&lt;dl&gt; - &lt;dt&gt; - &lt;dd&gt;</title>
</head>
<body>

  <dl>
    <dt>Foo</dt><dd>A foo without a foo is still a foo</dd>
    <dt>Bar</dt><dd>A bar is never the same</dd>
    <dt>Baz</dt><dd>The baz, who's the baz?</dd>
  </dl>
</body>
</html>
Github repository about-html, path: /tags/dl-dt-dd.html

See also

HTML elements

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758206415, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/web/HTML/tags/dl-dt-dd(61): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78