Search notes:

HTML element: summary

The <summary> should be used as first child of the <details> element.
<details>
  <summary>Foo</summary>
    <ul>
      <li>The original, the alpha, the one that started it all
      <li>Almost certainly came from the U.S. Army slang FUBAR ("Fucked Up Beyond All Recognition") → shortened forms like FOO appeared in military jargon already in the 1940s
      <li>Became widely popular in computer science / hacker culture in the 1960s–1970s (MIT, Bell Labs, early ARPANET crowd)
      <li>Default "first" metasyntactic variable — when you need one throwaway name, you start with foo
    </ul>
</details>
<details>
  <summary>Bar</summary>
    <ul>
      <li>Almost always shows up as the second metasyntactic variable
      <li>The natural companion to foo — like salt to pepper
      <li>Sometimes jokingly said to come from "foobar" being treated as one word → split into foo + bar
      <li>Extremely common in teaching examples, Stack Overflow answers, blog posts, GitHub gists…
    </ul>
</details>
<details>
  <summary>Baz</summary>
    <ul>
      <li>The traditional third metasyntactic variable
      <li>Used when you need one more name after foo and bar
      <li>Sometimes people continue the sequence: foo → bar → baz → qux → quux → quuz → corge → grault → garply → waldo → fred → plugh → xyzzy → thud…
    </ul>
</details>
Github repository about-html, path: /tags/details-summary.html

See also

HTML elements
The ::marker CSS pseudo class.

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:51 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(51): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(66): id_of(Object(PDO), 'uri', '/notes/developm...') #2 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1788419887, '216.73.217.21', 'Mozilla/5.0 App...', NULL) #3 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/web/HTML/tags/summary(72): insert_webrequest() #4 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 51