-
-
Save ckundo/3997052 to your computer and use it in GitHub Desktop.
web_week1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
"http://www.w3.org/TR/html4/strict.dtd" | |
> | |
<html> | |
<head> | |
<title>ETZY!</title> | |
</head> | |
<body> | |
<center><b>Welcome to ETZY!</b><br> A super amazing and heretofore unheard of website for selling artwork online. | |
</center> | |
<form> | |
<p><label>What's your name? <input></label></p> | |
<p><label>What's your email address? <input></label></p> | |
<li> | |
<input id="contact-etzy" type="checkbox" value="1" name="settings[etzy_contacts]"/> | |
<label for="contact-etzy">Add me to the mailing list!</label> | |
<li> | |
<br> | |
<label for="howyouheard">How'd you hear about us?</label> | |
<select id="howyouheard" name="settings[howyouheard]"> | |
<option value></option> | |
<option value="Messanger Bird">Messanger Bird</option> | |
<option value="Fortune Cookie">Fortune Cookie</option> | |
<option value="Smoke Signal">Smoke Signal</option> | |
<option value="Divine Intervention">Divine Intervention</option> | |
</select> | |
</li> | |
<p><label>What are you?</label></p> | |
<li> | |
<input id="role-buyer" type="radio" name="settings[role]" value="Buyer" /> | |
<label for="role-buyer">A Buyer</label> | |
<input id="role-seller" type="radio" name="settings[role]" value="Seller" /> | |
<label for="role-seller">A Seller</label> | |
<input id="role-both" type="radio" name="settings[role]" value="Both" /> | |
<label for="role-both">Both</label> | |
</li> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment