Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body>
- <button type="button">¡Botón inútil!</button>
- <br />
- <br />
- <select>
- <option>Opción 1</option>
- <option>Opción 2</option>
- <option>Opción 3</option>
- </select>
- <br />
- <br />
- <textarea rows="5" cols="30">
- Textarea para escribir laweasmisticasaayanoseperohola
- </textarea>
- <br />
- <br />
- <form>
- Escribe weás: <input type="text"/><br />
- </form>
- Sí, me gusta este blog <input type="radio" checked="checked" />
- <br />
- Quiero un pie <input type="checkbox" checked="checked" />
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement