Skip to content

Instantly share code, notes, and snippets.

@georgemendonca
Created November 11, 2010 03:16
Show Gist options
  • Save georgemendonca/671940 to your computer and use it in GitHub Desktop.
Save georgemendonca/671940 to your computer and use it in GitHub Desktop.
Parágrafo em HTML
<html>
<head>
<title>Parágrafo em HTML</title>
</head>
<body>
<p>Este é um exemplo de um bloco de texto em um parágrafo.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment