Skip to content

Instantly share code, notes, and snippets.

@jorgeguberte
Created July 18, 2015 04:19
Show Gist options
  • Save jorgeguberte/c911b9c4cf277da0d646 to your computer and use it in GitHub Desktop.
Save jorgeguberte/c911b9c4cf277da0d646 to your computer and use it in GitHub Desktop.
Exemplo estrutura HTML Lucas
<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