Created
August 31, 2019 12:13
-
-
Save heinthanth/b4b2821e19a4379d5f970c1672d84aac to your computer and use it in GitHub Desktop.
Description List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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