HTML and CSS Reference
In-Depth Information
notice that I'm using the same setup as I did in the HTML card flip example (see
two-faced-cheek.html). The front face has the form elements in it, whereas the
back face has a “Thank you for your feedback!” message in it:
<form id=”feedback-form” action=”#” class=””>
<div id=”front”>
<h1>Give us your feedback!</h1>
>
l ” n =
p ”extended-info”> - Enter your first and last name
p so we can identify you more easily.</span></label>
<input type=”text” name=”name” id=”name”>
<!-- Other form elements follow -->
>
>
v >
<h2>Thank you for your feedback!</h2>
>
</form>
TIP: Modernizr is also applied to the form
page to provide some fallbacks later on.
Search WWH ::




Custom Search