Revision control
Copy as Markdown
<html>
<head>
    <meta name="viewport" content="width=device-width">
    <title>Address_Form</title>
</head>
<body>
    <form>
        <p>Street Address: <input id="streetAddress" type="text"></p>
        <p>City: <input id="city" type="text"></p>
        <p>Zip Code: <input id="zipCode" type="text"></p>
        <p>Country: <input id="country" type="text"></p>
        <p>Telephone: <input id="telephone" type="text"></p>
        <p>Email: <input id="email" type="text"></p>
        <p>Apartment, suite, etc. <input id="apartment" type="text"></p>
    </form>
</body>
</html>