Technical Information


Supported tags
TagAttributeRemarks

HTML Document Structure

<HTML></HTML>
<HEAD></HEAD>
<BODY></BODY>
background="url"GIF and JPEG only
bgcolor="#rrggbb"Nearest color from 256(SVGA or XGA) or 16(VGA) colors;
16 color names (*1)
text="#rrggbb"Nearest color from 256(SVGA or XGA) or 16(VGA) colors;
16 color names (*1)
link="#rrggbb"Nearest color from 256(SVGA or XGA) or 16(VGA) colors;
16 color names (*1)
VLINK and ALINK are not supported.
<!-- -->
<META>
http-equiv="refresh"
content=n
content="n;url=url"

Head

<TITLE>First TITLE tag is used if multiple TITLE tags appear.
<BASE href="url">

Heading

<H1><H2><H3><H4><H5><H6>
</H1></H2></H3></H4></H5></H6>

Block Structuring Elements

<P></P>
align=center
align=left|right
<CENTER></CENTER>
<PRE></PRE>
<LISTING></LISTING>Same as <PRE>
<XMP></XMP>Same as <PRE>
<BLOCKQUOTE></BLOCKQUOTE>
<HR>
align=center
align=left|right
size=n
width=n
width=n%
<BR>
<IMG>
src="url" Only GIF and JPEG image files are supported.
Transparent, animated, and interlaced GIF files are supported.
XBITMAP and progressive JPEG files are not supported.
alt="alternative string"
ismap
usemap="#map"
<MAP></MAP>
name="map"
<AREA>
shape=circle|rec|polygon
coords=
href="url"

List

<UL></UL>
<LI>"type" and "value" attributes are not supported.
<OL>The maximum number of list items is 99.
<MENU></MENU>
<DIR></DIR>
<DL></DL>
<DT></DT>
<DD></DD>

Phrase Markup

<A></A>
href="url"
href="url#name"
name="#name"
<FONT></FONT>
size=n (n = 1..7)
size=+|-n
color="#rrggbb"Nearest color from 256(SVGA or XGA) or 16(VGA) colors;
16 color names (*1)

Table

<TABLE></TABLE>The maximum numbers of rows and columns are 1000 and 100, respectively.
border
border="size"
cellspacing="size"
cellpadding="size"
bgcolor="#rrggbb"Nearest color from 256(SVGA or XGA) or 16(VGA) colors;
16 color names (*1)
<TR></TR>
bgcolor="#rrggbb"Nearest color from 256(SVGA or XGA) or 16(VGA) colors;
16 color names (*1)
<TH></TH>
colspan="n"
rowspan="n"
bgcolor="#rrggbb"Nearest color from 256(SVGA or XGA) or 16(VGA) colors;
16 color names (*1)
<TD></TD>
colspan="n"
rowspan="n"
bgcolor="#rrggbb"Nearest color from 256(SVGA or XGA) or 16(VGA) colors;
16 color names (*1)

Form

<FORM></FORM>
action
method
<INPUT>
type="text"
type="password"
type="radio"
type="checkbox"
type="hidden"
type="image"
type="submit"
type="reset"
name
value
size
maxlengthAvailable for type = "text" and "password" only
srcAvailable for type = "image" only
checkedAvailable for type = "checkbox" and "radio" only
<SELECT>
name
size
multiple
<OPTION>
selected
value
<TEXTAREA>
name
rows
cols

Frame

<FRAMESET></FRAMESET>
cols
rows
<FRAME>
src
name
target
resize
noresize"noresize" is not supported.
marginwidth
marginheight
scrolling"scrolling" is not supported.
<NOFRAME></NOFRAME>

&xxx

&#nnn;
&amp;
&lt;
&gt;
&quot;

(*1) black, navy, silver, blue, maroon, purple, red, fuchsia, green, teal, lime, aqua, olive, gray, yellow, white