YOUR FIRST HTML PAGE - V

Written by Amrit Hallan


Continued from page 1

The code:

My Marks

English Mathematics Philosophy
SEM1 72% 82% 60%
SEM2 75% 78% 65%

If you want to discern what these lines do, save, and refresh your page.

WIDTH="100%" means a particular table should coverrepparttar 118046 entire width of your computer screen, and a particular column should coverrepparttar 118047 entire width ofrepparttar 118048 table containing it.

meansrepparttar 118049 column is covering only 25% space ofrepparttar 118050 stipulated table.



Amrit Hallan is a freelance web designer. For all web site development and web promotion needs, you can get in touch with him at http://www.bytesworth.com. For more such articles, visit http://www.bytesworth.com/articles and http://www.bytesworth.com/learn You can subscribe to his newsletter [BYTESWORTH REACHOUT] on Web Designing Tips & Tricks by sending a blank email at Bytesworth-subscribe@topica.com


USER FEEDBACK, HTML FORM

Written by Amrit Hallan


Continued from page 1

Ok now, hidden fields. Generally what conspires is,repparttar PERL file needs an email address so thatrepparttar 118045 entered information can be dispatched to that address. Then it might sound decent to give a subject to that future email, so that wherever it goes,repparttar 118046 recipient can make out what sort of email it is. It would look extremely impolite if you do not appreciate allrepparttar 118047 pain taken byrepparttar 118048 visitor - hence, it calls for a thank you page redirection.

In this manner, there could be tens of "hidden" field definitions.

displays an empty field box of size 25 characters. And so on…

"Submit" tellsrepparttar 118049 browser to invokerepparttar 118050 file "process_form.pl" and "Reset" empties allrepparttar 118051 fields in case you want to re-enter allrepparttar 118052 values. Later on, we'll explore other means to manipulaterepparttar 118053 "submit" field so that we can make sure thatrepparttar 118054 person enteringrepparttar 118055 information intorepparttar 118056 fields is not a complete dud.

A radio button is a GUI component that letsrepparttar 118057 user select one, and only one option from a given list of options.

You can display a radio button as a field like this:

Would you like to receive promotional emails from me? Yes No

Bothrepparttar 118058 input definitions haverepparttar 118059 same name because in a particular set of multiple radio buttons, only one choice can be made. You can have as many radio buttons as you want by giving them single name but varied values.

The following portion letsrepparttar 118060 user choose an option from a drop down list:

Your profession is:

Saying inrepparttar 118061 clichéd manner, last, but notrepparttar 118062 least, is a check box which is displayed byrepparttar 118063 following code:

Acceptable

Please remember that all this paraphernalia comes within

.



Amrit Hallan is a freelance web designer. For all web site development and web promotion needs, you can get in touch with him at http://www.bytesworth.com. For more such articles, visit http://www.bytesworth.com/articles and http://www.bytesworth.com/learn You can subscribe to his newsletter [BYTESWORTH REACHOUT] on Web Designing Tips & Tricks by sending a blank email at Bytesworth-subscribe@topica.com


    <Back to Page 1
 
ImproveHomeLife.com © 2005
Terms of Use