HTML Tags
HTML Tags
<FORM METHOD=post
<INPUT> input field ACTION="/cgi-bin/example.cgi">
<INPUT type="text" size="10" maxlength="30">
<INPUT type="Submit" VALUE="Submit">
</FORM>
Example2:
<FORM METHOD=post
<INPUT> ACTION="/cgi-bin/example.cgi">
(Internet input field <INPUT type="text" STYLE="color: #FFFFFF; font-
Explorer) family: Verdana; font-weight: bold; font-size: 12px;
background-color: #72A4D2;" size="10"
maxlength="30">
<INPUT type="Submit" VALUE="Submit">
</FORM>
Example3:
<FORM METHOD=post
ACTION="/cgi-bin/example.cgi">
<INPUT> input field <TABLE BORDER="0" CELLSPACING="0"
CELLPADDING="2"><TR><TD
BGCOLOR="#8463FF"><INPUT type="text"
size="10" MAXLENGTH="30"></TD><TD
BGCOLOR="#8463FF" VALIGN="Middle">
<INPUT type="image" name="submit"
<INPUT> input field Example4:
<FORM METHOD=post
ACTION="/cgi-bin/example.cgi">
Enter Your Comments:<BR>
<TEXTAREA wrap="virtual" name="Comments"
rows=3 cols=20
MAXLENGTH=100></TEXTAREA><BR>
<INPUT type="Submit" VALUE="Submit">
<INPUT type="Reset" VALUE="Clear">
</FORM>
Example5:
<FORM METHOD=post
ACTION="/cgi-bin/example.cgi">
<CENTER>
Select an option:
<SELECT>
<OPTION>option1
<INPUT> input field <OPTIONSELECTED>option2
<OPTION>option3
<OPTION>option4
<OPTION>option5
<OPTION>option6
</SELECT><BR>
<INPUT type="Submit"
VALUE="Submit"></CENTER>
</FORM>
Example 6:
<FORM METHOD=post
ACTION="/cgi-bin/example.cgi">
Select an option:<BR>
<INPUT type="radio" name="option"> Option 1
<INPUT type="radio" name="option" CHECKED>
Option 2
<INPUT type="radio" name="option"> Option 3
<INPUT> input field <BR>
<BR>
Select an option:<BR>
<INPUT type="checkbox" name="selection">
Selection 1
<INPUT type="checkbox" name="selection"
CHECKED> Selection 2
<INPUT type="checkbox"
name="selection"> Selection 3
<INPUT type="Submit" VALUE="Submit">
</FORM>
Example 1:
<MENU>
<LI type="disc">List item 1
<LI type="circle">List item 2
<LI type="square">List item 3
</MENU>
<LI> list item
Example 2:
<OL type="i">
<LI>List item 1
<LI>List item 2
<LI>List item 3
<LI>List item 4
</OL>
Visit our <A
<LINK> link Visit our site
HREF="http://www.yourdomain.com/">site</A>
<MARQUEE <MARQUEE bgcolor="#CCCCCC" loop="-1"
> scrolling
scrollamount="2" width="100%">Example
(Internet text
Explorer) Marquee</MARQUEE>
List item 1
<MENU>
<LI type="disc">List item 1 o List item 2
<MENU> menu <LI type="circle">List item 2
<LI type="square">List item 3 List item 3
</MENU>
small
<SMALL> <SMALL>Example</SMALL> Example
(text)
strong
<STRONG> <STRONG>Example</STRONG> Example
emphasis
Example 1:
<TABLE BORDER="2"
BORDERCOLOR="#336699" CELLPADDING="2"
CELLSPACING="2" WIDTH="100%">
<TR>
<TABLE> table <TD>Column 1</TD>
<TD>Column 2</TD>
</TR>
</TABLE>
Example 3: