HTML

(hyperText Markup Language)

(html)(head)(title)
(body)
background
bgcolor
text
vlink
link
alink

sound[ie]

(body background="images/clouds.jpg")
Background color of the body
Text color
Make link that haven't been visited recently "white"
Make recently visited links "grey"
Makes links briefly blink "green" when someone clicks on them

(bgsound scr="\midi\mymidi.midi" Loop=infinite [or] -1)
(br)
(P)
(!)or(comment)
(hr)
line break
Paragraphing with line break
hidden comments
divider oso (hr noshade)
FONT
default fontsize
color
(font face="lucida handwriting" size=1) Arial,Lucida Sans,Times Roman
(basefont size=4) standard(3)
(font color=red)
(h1)...(H6)
(b),(strong)
(i),(em)
(u)
(small)
(big)
(super)
(sub)

(blink)[net]
Headings from big to small
bold type
italics type
Underlined type
small
big
super up
sub down

(blink)text...(/blink)s
(Address)
(blockquote)
(pre)
italic
paragraph + linebreak + space above,below,left
monospaced font + same as type + linebreak b4 n after
(ol)
(ul)
(li)
(dir)(li)
order list with numbers
unordered list with dots
start of list line
compact/narrow list 20char max
(dl)
(dt)
(dd)
start of definition list
TERM start of line"start tag"
definition "start+close"
(A)
(A href="..")welcome(/a)
href="../../abc.htm"
(A name="..")
name="Top"
href="home.htm#top"
href="mailto:[email protected]"

address link
return back of directory,?cd\jon?
anchor pt
example of anchor pt
link to anchor pt
link to email
(IMG)
(img src="...")
alt="..."
align="..."
border

area??
avi??

address of file/image
text display when pic not around
alignment of the given image
adds thick black border 1-20?

(area shape=circle/map)(area shape="rect" coords="150,250,250,125") shape clickable area in a image
(img dynscr="mymovie.avi" controls)(loop=-1)(start=fileopen)
(div align="...")
(center)

center,left,right,middle,top,bottom,absmiddle,absbottom
center lor^_^

(table)
(caption)
(tr)
(td)
(th)
border=..
width=..,height..%
colspan,rowspan
cellpadding
cellspacing

a 1 single row??
row=left,right
col=cells,up,down
same as (td) but is BOLD

percentage or pixels
col=leftright row=up,down
inside cell spacing
cell from cell spacing


FRAMES
name
ROWs
Cols
marginwidth
marginheight
noresize
scrolling
(FRAMESET ROWS="60,*,50%")...(/frameset)
(frame SRC="html.html" NAME="main"
arrange up down
arrange left right
left right margin of the frame in pixels
top bottom margin of the frame in pixels
dun allow resizing to user
display scrollbar for the frame?"YES"or"NO"( "" scrolling=yes/no/auto)
TARGET (a href="html.html" target="main")1(/a)


|Form|Color|