Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2. echo <html>
  3. <form>
  4. <body style=\"background-color:lightblue;\">
  5. <h2 style=\"color:black;\">This is a heading</h2>
  6. <p style=\"color:black;\">This is a paragraph.</p>
  7. Nickname: <input type="text" name="nickname" />
  8. Password: <input type="password" name="pwd" />
  9. </form>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement