Created
June 27, 2017 20:40
-
-
Save jmlavoier/5252c7ce8bf884165f6e4277e4e507ad to your computer and use it in GitHub Desktop.
This file contains 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
<body> | |
<div> | |
<div> | |
<div id="cont" class="content"> | |
<p class="p1">Paragrafo 1</p> | |
<p class="p2">Paragrafo 2</p> | |
<p class="p3"> | |
<input name="nome" value="teste" /> | |
</p> | |
</div> | |
</div> | |
</div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment