Last active
September 23, 2021 08:55
-
-
Save jaikt/9fb7429415cf6b0070a7aceab5897f7d to your computer and use it in GitHub Desktop.
Emmet Abbreviation (HTML Skeleton)
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 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