Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <link rel="stylesheet" href="problem2.css">
- <title>Problem 2</title>
- </head>
- <body>
- <form>
- <table class="ftable">
- <caption>Personal Information</caption>
- <td class="ftable">
- <ul class="form">
- <li>
- <label for="fname"><u>F</u>irst name:</label>
- <input type="text" id="fname" name="fname">
- </li>
- <li>
- <label for="lname"><u>L</u>ast name:</label>
- <input type="text" id="lname" name="lname">
- </li>
- <li>
- <label for="email"><b><u>E</u>mail:</b></label>
- <input type="text" id="email" name="email"><br>
- <p class="email">Your email address is safe with us, until we're acquired.</p>
- </li>
- </ul>
- </td>
- </table>
- <br>
- <table class="ftable">
- <caption>Comments</caption>
- <td class="ftable">
- <ul class=form>
- <li>
- <label for="comments"><u>C</u>omments:</label>
- <textarea></textarea>
- </li>
- <li><p class="email"><button type="submit">Submit</button> <button type="reset">Reset</button></p></li>
- </ul>
- </td>
- </table>
- </form>
- </body>
- </html>
Add Comment
Please, Sign In to add comment