Skip to content

Instantly share code, notes, and snippets.

@pbasiak
Created May 29, 2019 18:52
Example HTML structure
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>BEM - devpebe.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<ul>
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">Portfolio</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</header>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment