Skip to content

Instantly share code, notes, and snippets.

@olarclara
Created March 11, 2017 09:40
Show Gist options
  • Save olarclara/74e1a8d9b55c4e57e500eec3aa2be43b to your computer and use it in GitHub Desktop.
Save olarclara/74e1a8d9b55c4e57e500eec3aa2be43b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML & CSS Codelab para Mulheres</title>
</head>
<body>
<h1>Este é um cabeçalho 1</h1>
<h2>Este é um cabeçalho 2</h2>
<h3>Este é um cabeçalho 3</h3>
<h4>Este é um cabeçalho 4</h4>
<h5>Este é um cabeçalho 5</h5>
<h6>Este é um cabeçalho 6</h6>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment