Created
March 11, 2017 09:40
-
-
Save olarclara/74e1a8d9b55c4e57e500eec3aa2be43b to your computer and use it in GitHub Desktop.
This file contains 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> | |
<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