Jump to content

Html coding

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 6W6I6K6I6 (talk | contribs) at 17:07, 24 November 2008 (Created page with ''''Html coding''' Examples of html codes are: <br /> <br> Means LINE BREAK <br /> <b> Means BOLD WRITING <br /> <big> Means BIG WRITI...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Html coding

Examples of html codes are:

Means LINE BREAK
Means BOLD WRITING
Means BIG WRITING
<FORM METHOD=post ACTION="/cgi-bin/example.cgi"> Means Text bar <INPUT type="text" size="10" maxlength="30"> <INPUT type="Submit" VALUE="Submit">
<MARQUEE bgcolor="#CCCCCC" loop="-1" scrollamount="2" width="100%">Example Means Marquee Marquee</MARQUEE>