Skip to content

Instantly share code, notes, and snippets.

@heinthanth
Created August 31, 2019 12:13
Show Gist options
  • Save heinthanth/b4b2821e19a4379d5f970c1672d84aac to your computer and use it in GitHub Desktop.
Save heinthanth/b4b2821e19a4379d5f970c1672d84aac to your computer and use it in GitHub Desktop.
Description List
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Description List</title>
</head>
<body>
<dl>
<dt>Windows</dt>
<dd>An OS based on Disk Operating System (DOS)</dd>
<dt>Linux</dt>
<dd>An OS based on Linux-Kernel (Unix-like)</dd>
<dt>macOS</dt>
<dd>An OS based on freeBSD and Unix</dd>
</dl>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment