Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.70 KB | None | 0 0
  1. <html>
  2. <head><title>Dever de casa</title>
  3. </head>
  4. <body>
  5. <h1>Para Casa</h1>
  6. <p> Pro Mauler ficar feliz :3 </p>
  7. <h3> Forms, input, textarea</h3>
  8. <form>
  9. Nome: <input type="text" name="nome" /><br/>
  10. Pass: <input type="password" name="pass" /></br>
  11. Chora: <textarea rows="2" cols="20"> Chora aqui. </textarea>
  12. <input type="submit" value="Submeter" /></br>
  13. </form>
  14. <h3>Tabelinhas</h3>
  15. <table border="1">
  16. <tr><th>Pacotes</th>
  17. <th>Peguei</th></tr>
  18. <tr><td>Pritty</td>
  19. <td>Sim</td></tr>
  20. <tr><td>wendy</td>
  21. <td>Nao</td></tr>
  22. </table>
  23. <h3>Listinha em um div</h3>
  24. <div style="color:pink">
  25. <h4>Gostosas:</h4>
  26. <ul>
  27. <li>Lud</li>
  28. <li>Brunna</li>
  29. </ul>
  30. </div>
  31.  
  32. <p>Gostou? =3</p>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement