Skip to content

Instantly share code, notes, and snippets.

@loordbarringtn
loordbarringtn / index.html
Last active January 14, 2022 23:00
Semantic HTML Cheatsheet
<!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>Semantic HTML Cheatsheet</title>
</head>
<body>