Skip to content

Instantly share code, notes, and snippets.

@georgemendonca
Created October 19, 2010 23:11
Show Gist options
  • Select an option

  • Save georgemendonca/635374 to your computer and use it in GitHub Desktop.

Select an option

Save georgemendonca/635374 to your computer and use it in GitHub Desktop.
Meu primeiro documento HTML
<html>
<head>
<title>O meu primeiro documento HTML</title>
</head >
<body>
<p>HTML é uma linguagem de marcação simples!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment