Skip to content

Instantly share code, notes, and snippets.

@adriculous
Last active July 25, 2019 17:04
Show Gist options
  • Save adriculous/f6dd001a403c2170e8137e6b7848e73d to your computer and use it in GitHub Desktop.
Save adriculous/f6dd001a403c2170e8137e6b7848e73d to your computer and use it in GitHub Desktop.
Emmet for the Antsy (Part 1) - Emmet Intro Sample
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Emmet Test</title>
</head>
<body>
div>ul>li*5 <!-- This line right here. Looks like CSS, huh? -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment