Created
November 11, 2010 03:16
-
-
Save georgemendonca/671940 to your computer and use it in GitHub Desktop.
Parágrafo em HTML
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> | |
| <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