Created
July 18, 2015 04:19
-
-
Save jorgeguberte/c911b9c4cf277da0d646 to your computer and use it in GitHub Desktop.
Exemplo estrutura HTML Lucas
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
<html> | |
<head> | |
<-- Se tiver um css, coloque o link aqui dentro. O mesmo vale para javascripts --> | |
<title> Título </title> | |
</head> | |
<body> | |
<!-- TODO O CONTEÚDO DO SEU DOCUMENTO FICARÁ DENTRO DESSA TAG, QUE É ABERTA APENAS UMA VEZ E FECHADA APENAS UMA VEZ --> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment