Skip to content

Instantly share code, notes, and snippets.

@jaikt
Last active September 23, 2021 08:55
Show Gist options
  • Save jaikt/9fb7429415cf6b0070a7aceab5897f7d to your computer and use it in GitHub Desktop.
Save jaikt/9fb7429415cf6b0070a7aceab5897f7d to your computer and use it in GitHub Desktop.
Emmet Abbreviation (HTML Skeleton)
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><!-- Website Name--></title>
</head>
<body>
<!--Your Website's Code-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment