"Fossies" - the Fresh Open Source Software archive

Member "tutor/forms/lesson07.html" of archive webtut41.zip:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. Alternatively you can here view or download the uninterpreted source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.

Before we go on, there is one more thing I want to mention. You can also use images in a form. As a matter of fact, you can use just about anything in a form or a form in anything. Just watch your html syntax and avoid overlapping tags.

A Presidential Quiz

RepDem
 

RepDem
 

RepDem
 

RepDem
 

RepDem
 

RepDem
 

RepDem

RepDem

RepDem

RepDem

RepDem

RepDem

The html for the above form is here if you are interested.
...and the answers are here ...if you need them.

Overlapping tags, for those that are wondering, are tags that... um... overlap. Let me illustrate.

  <TABLE><FORM></TABLE></FORM>      Overlapping tags.... bad
  <TABLE><FORM></FORM></TABLE>      Nested tags.... good

<< BACK         NEXT >>