Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created December 9, 2021 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henshaw/a8939d4d164eaa3c1fcd566bb72b831e to your computer and use it in GitHub Desktop.
Save henshaw/a8939d4d164eaa3c1fcd566bb72b831e to your computer and use it in GitHub Desktop.
Definition List HTML example
<dl>
<dt><dfn>Apartment</dfn>, n.</dt>
<dd>An execution context grouping one or more threads with one or more COM objects.</dd>
<dt><dfn>Flat</dfn>, n.</dt>
<dd>A deflated tire.</dd>
<dt><dfn>Home</dfn>, n.</dt>
<dd>The user's login directory.</dd>
</dl>
@henshaw
Copy link
Author

henshaw commented Dec 9, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment