|
-
-
-
-
-
-
-
-
-
LANGUAGE=
-
Form <INPUT attribute
Form <SELECT attribute
Form <TEXTAREA attribute
<SCRIPT attribute
Values:
="javascript"
="javascript1.1"
="jscript"
="vbs"
="vbscript"
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/forms/_INPUT_LANGUAGE.html,
htmlcodetutorial.com/scripts/_SCRIPT_LANGUAGE.html,
htmlcodetutorial.com/forms/_SELECT_LANGUAGE.html,
htmlcodetutorial.com/forms/_TEXTAREA_LANGUAGE.html
-
LEFTMARGIN=
-
<BODY page left margin attribute
Values:
="width" where width is a positive
integer number (1,2,3,4,5,...) of pixels of left margin
="pagewidth%" where pagewidth is a positive integer number
less or equal to 100 (1,2,...,99,100)
-
<LI
-
List Item tag, use within
<OL or <UL lists
Attributes:
TYPE= list item's bullet or numeral type
VALUE= set numeral count value, use with
<OL
</LI> end tag optional, not required
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/_LI.html
-
link
-
link color
-
<LINK
-
link source file
tag
Attributes:
HREF=
REL=
TITLE=
TYPE=
-
LINK=
-
<BODY link color
attribute, use with ALINK=,
VLINK=
Values:
="#colorcode"
="colorname"
-
link color
-
<BODY attributes:
ALINK= above or active link color attribute, while
pointer over link
LINK= unvisited link color
VLINK= visited link color
also see text color
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/document/_BODY_TEXT.html
-
list
-
definition list aka unnumbered, unbulleted
list
directory list
menu list similar to bulleted
unordered list, line spacing may be
less
ordered list aka numbered list
unordered list aka bulleted list
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/lists.html
-
LONGDESC=
-
<IFRAME attribute
<IMG attribute
Values:
="URLpath/filename"
-
lowercase
-
unshifted alphabetic characters:
a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
contrasted with uppercase or shifted characters:
A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z
-
<MAP
-
image map tag, use with
<IMG, <AREA
Attributes:
NAME=
</MAP> end tag required
-
margin
-
BOTTOMMARGIN=
LEFTMARGIN=
RIGHTMARGIN=
MARGINHEIGHT=
="margin-left: num"
="margin-right: num"
="margin-top: num"
MARGINWIDTH=
RIGHTMARGIN=
TOPMARGIN=
-
MARGINHEIGHT=
-
<BODY top and bottom margin attribute, equivalent
to TOPMARGIN=,
BOTTOMMARGIN=
<IFRAME top and bottom margin between <IFRAME
and its contents
Values:
="height" where height is a positive
integer number (1,2,3,4,5,...) of pixels of margin height
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/document/_BODY_TOPMARGIN.html,
htmlcodetutorial.com/frames/_IFRAME_MARGINWIDTH.html
-
MARGINWIDTH=
-
<BODY left and right margin attribute, equivalent
to LEFTMARGIN=,
RIGHTMARGIN=
<IFRAME left and right margin between <IFRAME
and its contents
Values:
="width" where width is a positive
integer number (1,2,3,4,5,...) of pixels of margin width
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/document/_BODY_TOPMARGIN.html,
htmlcodetutorial.com/frames/_IFRAME_MARGINWIDTH.html
-
<MARQUEE
-
marquee tag
Attributes:
BEHAVIOR=
BGCOLOR=
DIRECTION=
HEIGHT=
HSPACE=
ONMOUSEOUT=
ONMOUSEOVER=
SCROLLAMOUNT=
SCROLLDELAY=
VSPACE=
WIDTH=
</MARQUEE> end tag required
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/_MARQUEE.html
-
mask
-
see crop
-
MAXLENGTH=
-
<INPUT form input maximum number of characters
attribute
Values:
="num" where num is a positive integer number (1,2,3,...) of
characters
-
measurement
-
linear dimension in pixels
="height"
="padding"
="spacing"
="width"
where height, spacing, padding, width are positive
integer numbers (1,2,3,4,5,...) of pixels
non-numeric characters ignored, including "px" and "pt", except %
-
<MENU
-
menu list tag, use with list item <LI
Attributes: ?
</MENU> end tag required
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/_MENU.html
-
<META
-
meta tag, use within
<HEAD required
Attributes:
CONTENT=
HTTP-EQUIV=
NAME=
Content: none
</META> end tag not required and not recommended
-
METHOD=
-
<FORM attribute
Values:
="post"
-
mouse
-
Aka: see pointer
-
mouse out
-
Aka: see pointer
-
mouse over
-
Aka: rollover, see pointer over
-
NAME=
-
<A Anchor attribute, use with
<A
HREF="path/filename#anchorname"
Value:
="anchorname" where anchorname is ASCII text
-
NAME=
-
<IFRAME attribute, use with
<A
TARGET="framename"
Value:
="framename" where framename is ASCII text
-
NAME=
-
<IMG attribute
-
NAME=
-
<MAP attribute, use with
<IMG USEMAP=
Values:
="mapname" where mapname is mapname value of <IMG
USEMAP=
-
NAME=
-
<META attribute, use optional; use within
<HEAD required
Values:
="description"
="generator"
="keywords"
-
NAME=
-
<SELECT attribute
-
nesting
-
tags within tags or same tag type
tags nesting supported:
<DL
<FRAMESET
<MENU
<OL?
<SPAN
<TABLE
<UL
-
<NOBR
-
no break tag
Attributes: none
Content: text and other content
</NOBR> end tag required
-
<NOFRAMES
-
alternate content displayed by older browsers that do not support frames,
similar to <NOSCRIPT
alternate content not displayed by browsers that support frames
use within <FRAMESET, use after
<FRAME tags
use after <IFRAME tags
Attributes:
CLASS=
ID=
LANG=
STYLE=
TITLE=
</NOFRAMES> end tag required
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/frames/_NOFRAMES.html
-
non-breaking space
-
Code:
 
   
   
   
Aka: no break space
Alternate:
<NOBR no break tag
Related Links:
(none listed yet)
-
NORESIZE
-
<FRAME disable resize attribute, default (no
NORIZE attribute) enabled
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/frames/_FRAME_NORESIZE.html
-
<NOSCRIPT>
-
alternate content for older browsers that do not support scripts, similar
to <NOFRAMES
alternate content not displayed by browsers that support scripts
Attributes: none
</NOSCRIPT> end tag required
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/scripts/_NOSCRIPT.html
-
NOSHADE
-
<HR attribute
Values: none
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/linepar/_HR_NOSHADE.html
-
NOWRAP
-
<TD attribute
-
<OL
-
ordered list tag, use with
<LI, nested lists supported? and optional
Attributes:
START= default (no START attribute) 1., default with
other TYPE values A., a., I., i.
TYPE= default (no TYPE attribute) 1.
</OL> end tag required
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/_OL.html
-
ONBLUR=
-
<BODY attribute
Values:
-
ONCLICK=
-
<A attribute
Values:
="newWindow('URLpath/filename'); return false;" (requires <STYLE
or <SCRIPT)
="popUp('URLpath/filename','width=pixels,height=pixels,scrollbars=no,toolbars=no,
status=no,location=no,top=pixels,left=pixels')" (requires?
<STYLE or? <SCRIPT)
="self.close()"
-
ONFOCUS=
-
<BODY attribute
Values:
-
ONLOAD=
-
<BODY attribute
Values:
-
ONMOUSEOUT=
-
<A attribute
Values:
-
ONMOUSEOUT=
-
<MARQUEE
Values:
="this.start"
-
ONMOUSEOVER=
-
<A attribute
Values:
="return true"
="self.status=document.referrer"
="...;..."
-
ONMOUSEOVER=
-
<MARQUEE attribute
Values:
="this.stop"
-
ONUNLOAD=
-
<BODY attribute
-
<OPTION
-
form option tag; use within <FORM,
<SELECT
SELECTED default option displayed
VALUE=
</OPTION> end tag optional, not required
-
ordered list
-
Aka: numbered list
Code:
<OL>list heading
text<LI>list item text</OL>
-
<P
-
paragraph
tag
Attributes:
ALIGN=
CLEAR=
STYLE=
</P> end tag optional, not required
implied end tags include <DL, <H, <OL, <P, <TABLE, <TD,
<TR, <UL, </BODY>, </TABLE>, </TD>,
</TR>
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/linepar/_P.html
-
paragraph
-
Code: <P
-
paragraph indent
-
first paragraph line indented
One-time code:
<P STYLE="text-indent:
indent">
where indent is a positive integer number (1,2,3,4,5,...) of pixels
of paragraph indent
-or-
Page-wide code:
-
<STYLE
TYPE="text/css">
<!--
P {text-indent: indent}
-->
</STYLE>
-
hanging indent is paragraph indent with
negative indent, where second and subsequent lines indented
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/linepar/index_famsupp_109.html
-
PDF converter
-
Related Links:
Convert Hub converthub.com/htmltopdf.php
-
pixel
-

100 pixel x 100 pixel grids with 10 pixel subdivisions
Also see:
background grids,
grids or
ruler
Related Links:
(none listed yet)
-
pointer
-
mouse controlled selector for selecting links, highlighting, and
pointer over effects
contrasted with cursor, flashing vertical rule
for inserting text and starting point for highlighting text and other
objects
Aka: mouse
-
pointer over
-
Aka: mouse over, rollover
-
<PRE>
-
preformatted text tag, displays text in fixed width font
Attributes: ?
</PRE> end tag required
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/linepar/_PRE.html
-
-
-
-
-
really simple syndication
-
Acronym: RSS
Related Links:
HTML Goodies
htmlgoodies.com/beyond/webmaster/article.php/3845761
-
REL=
-
<LINK attribute
Values:
="shortcut icon"
="stylesheet"
-
resize
-
image resize
window resize
-
RIGHTMARGIN=
-
<BODY attribute
Values:
="spacing" where spacing is a positive
integer number (1,2,3,4,5,...) of pixels of right margin spacing
-
rollover
-
Aka: mouse over, see pointer over
-
rollover images
-
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/images/images_famsupp_59.html
-
ROWS=
-
<FRAMESET frame heights attribute
Values:
="row#1,row#2,...,row#n" where row#... is either
pixels, pageheight%, or * where * is remaining page height
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/frames/_FRAMESET_COLS.html
-
ROWSPAN=
-
<TD attribute to span adjacent table cells of rows
below
Values:
="num" where num is a positive integer number (1,2,3,4,5,...)
of rows spanning below
-
RSS
-
really simple syndication
acronym
-
ruler
-
100px/10px
Ruler or
Black
100px/10px Ruler, resize by dragging lower-right corner
-
RULES=
-
<TABLE inner rules attribute, horizontal rules
between rows and/or vertical rules between columns
Values:
="all" horizontal rules between rows and vertical rules between columns
="cols" vertical rules between columns
="groups" horizontal rules between groups: head, body, foot
="none"
="rows" horizontal rules between rows
Also see:
FRAME= outer border attribute
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/tables/_TABLE_RULES.html
-
<SCRIPT
-
script tag
Values:
LANGUAGE=
SRC=
TYPE=
-
SCROLL=
-
<BODY attribute
Values:
-
SCROLLAMOUNT=
-
<MARQUEE scroll speed attribute
Values:
="num" where num is a positive integer (1,2,3,4,5,...)
-
SCROLLDELAY=
-
<MARQUEE scroll delay attribute
Values:
="num" where num is a positive integer (1,2,3,4,5,...)
-
SCROLLING=
-
<IFRAME scroll bars attribute, not supported
by older browsers
Values:
default (no SCROLLING= attribute) ="auto"
="auto" scroll bars included if scroll bars are needed
="no" no scroll bars even if scroll bars are needed, not supported by older
browsers
="yes" scroll bars included even if no scroll bars are needed
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/frames/_IFRAME_SCROLLING.html
-
search engine optimization
-
Recommended:
Misconceptions & Inconsequentials:
<META keywords
Recommendations Not Yet Evaluated:
-
<SELECT
-
form select tag, use within <FORM optional, use
with <OPTION
Attributes:
DISABLED
LANGUAGE= script language
MULTIPLE
NAME=
ONBLUR
ONCHANGE
ONFOCUS
READONLY
SIZE=, number of select options displayed, default
(no SIZE attribute) ="1"
TABINDEX
</SELECT> end tag required
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/forms/_SELECT.html
-
SELECTED attribute
-
Form <OPTION selected attribute, use optional,
not required
No Values
-
SHAPE=
-
<AREA attribute
Values:
="circle" where COORDS= values are "
="default"
="poly" where COORDS= values are "
="rect" where COORDS= values are "
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/images/_AREA_SHAPE.html
-
SIZE=
-
<FONT size attribute
Values:
="num" where num is a positive integer number (1,2,3,4,5,6, or 7) font size
="+num" where +num is a positive integer number (+1,+2,+3,+4,+5,+6, or +7) larger relative font size
="-num" where -num is a negative integer number (-1,-2,-3,-4,-5,-6, or -7) smaller relative font size
Default font size (no <FONT SIZE= attribute) within paragraph <P> is "3", usually 16 pixels
Default font size within headers <H1> is "6", <H2> is "5", <H3> is "4", <H4> is "3" <H5> is "2", and <H6> is "1"
View <FONT SIZE= Samples
-
SIZE=
-
<HR horizontal rule thickness or height attribute
Values:
="thickness" where thickness is a positive integer number
(1,2,3,4,5,...) of pixels of thickness or height
some browsers display maximum 100 pixels where thickness is greater
than 100
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/linepar/_HR_SIZE.html
-
SIZE=
-
form <INPUT width attribute
Values:
="width" where width is a positive
integer number (1,2,3,4,5,...) form input width
width in pixels = width x 7 (MSIE 6.0 browser, other browsers unverified)
-
SIZE=
-
form <SELECT number of options displayed
attribute
Values:
default (no SIZE= attribute) ="1" option displayed
="num" where num is a positive integer number (1,2,3,4,5,...)
of options displayed
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/forms/_SELECT_SIZE.html
-
<SMALL>
-
small font size
tag
Attributes: none
</SMALL> end tag required
View <SMALL> Samples
-
<SPAN
-
span tag, use with
<STYLE optional but not required, nested spans
supported
Attributes:
CLASS= class name
STYLE=
</SPAN> end tag required
Alternative:
<DIV
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/_SPAN.html
-
SPAN=
-
<COL attribute
<COLGROUP attribute
="num" where num is a positive integer number (1,2,3,4,5,...)
of columns spanned to right
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/tables/_COL_SPAN.html,
htmlcodetutorial.com/tables/_COLGROUP_SPAN.html
-
special characters
-
View List of Character Codes
-
SRC=
-
<IFRAME source file attribute
<IMG source file attribute
<SCRIPT source file attribute
Values:
="URLpath/filename"
-
<STRIKE>
-
strike through text tag
Attributes: none
</STRIKE> end tag required
example of strike through text
-
<STRONG>
-
strong text tag
Attributes: none
</STRONG> end tag required
Alternative:
<B>
-
style
-
cascading style sheet
embedded style sheet
external style sheet
inline style
style sheet
-
<STYLE
-
style tag
Attributes:
TYPE=
Contents:
-
<!--
tag{attribute:values;...;attribute:values}
-
and/or
-
.classname{attribute:values;...;attribute:values}
-
and/or
-
#idname{attribute:values;...;attribute:values}
-
and/or
-
/ comment /
-
and
-
-->
</STYLE>
-
where tag excludes < character, where classname is an
alphanumeric character class name, where idname is an alphanumeric
character id name
</STYLE> end tag required
Related Links:
HTML Code Tutorial
-
STYLE=
-
style attribute
<COL style attribute
<DIV style attribute
<P style attribute
<SPAN style attribute
<TABLE style attribute
<TD style attribute
<TR style attribute
Values:
="background-color: ..."
="border-bottom: ..."
="border-left: ..."
="border-right: ..."
="border-style: ..."
="border-top: ..."
="clear:both"
="clear:left"
="clear:right"
="color: ..."
="filter: alpha(opacity=num)" where num is integer number
(0,1,2,...,98,99,100) percent of opacity
="float: left"
="float: right"
="font-family: ..."
="font-size:value" where value is (1,2,3,...) pixels, (1%,...,100%,...) percent of default,
or (rationalnum em) multiple of default. View STYLE=font-size
Samples
="font-style: ..."
="font-weight:value" where value is (normal, lighter, bold, bolder, 100, 200, 300, 400, 500, 600, 700, 800, 900).
View STYLE=font-weight Samples
="height: ..."
="margin-bottom: ..."
="margin-left: ..."
="margin-right: ..."
="margin-top: ..."
="padding-bottom: ..."
="padding-left: ..."
="padding-right: ..."
="padding-top: ..."
="position:absolute:[
top:spacing;][
left:spacing;][
height:height;][
width:width;]"
="text-align: center"
="text-align: justify"
="text-align: left"
="text-align: right"
="text-decoration: ..."
="text-underline-style: ..."
="vertical-align: ..."
="white-space: ..."
-
style sheet
-
cascading style sheet
embedded style sheet
external style sheet
-
STYLESRC=
-
<BODY attribute
Values:
-
<TABLE
-
table tag, use with
<COL, <COLGROUP,
<TBODY, <TD,
<THEAD, <TFOOT,
<TR
Attributes:
ALIGN=
BACKGROUND=
BGCOLOR=
BORDER=
BORDER-STYLE=
BORDERCOLOR=
BORDERCOLORDARK=
BORDERCOLORLIGHT=
CELLPADDING=
CELLSPACING=
FRAME=
HEIGHT=
HSPACE=
RULES=
STYLE=
TABLECONTENT=
VSPACE=
WIDTH=
</TABLE> end tag required
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/tables/_TABLE.html
-
TABLECONTENT=
-
<TABLE content attribute
Values:
="text"
-
tableless layout
-
use of <DIV and <SPAN
to position layout elements, instead of tables
Related Links:
Digital
Point forums.digitalpoint.com/showthread.php?t=1540481
Wikipedia
en.wikipedia.org/wiki/Tableless_web_design
-
tag
-
Code: <tag>
-
TARGET=
-
<A attribute
Values:
="framename"
="_blank" new browser window
="_self" current frame current window
="_parent" parent frameset of nested frameset
="_top" topmost frame
="view_window" current browser window
-
<TBODY
-
table body tag, use within
<TABLE, use after
</THEAD, use with <TD,
<TR
</TBODY> end tag required, use before
<TFOOT
-
<TD
-
table cell tag, use within
<TR required, aka table data tag
Attributes:
ALIGN=
BACKGROUND=
BGCOLOR=
BORDERCOLOR=
BORDERCOLORDARK=
BORDERCOLORLIGHT=
CLASS=
COLSPAN=
HEIGHT=
NOWRAP
ROWSPAN=
VALIGN=
WIDTH=
</TD> end tag optional and recommended, not required
-
TEXT=
-
<BODY text color
attribute
Values:
="#colorcode"
="colorname"
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/document/_BODY_TEXT.html
-
text color
-
<BODY TEXT= body text color
tag
<FONT COLOR= inline text
color tag
<STYLE
STYLE=
also see link color
Related Links:
HTML Goodies
htmlgoodies.com/tutorials/colors/article.php/3479011,
htmlcodetutorial.com/document/_BODY_TEXT.html
-
<TEXTAREA
-
form text area tag, optional, use within
<FORM required
Attributes:
COLS= text area width
NAME=
ROWS= text area height in rows
TYPE=
</TEXTAREA> end tag required
-
tile
-
if image is smaller than
background, image is replicated and repeated
horizontally and vertically to fill out remaining background
webpage background images tile by default
To tile display wallpaper background image:
Windows: right click display background, select Properties, in
Picture Display menu select Tile option
-
<TITLE>
-
webpage title tag,
optional, use within <HEAD required
Attributes: none
</TITLE> end tag required
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/document/_TITLE.html
-
TITLE=
-
<LINK title name attribute
Values:
="titlename" where titlename is an ASCII character text title
name
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/document/_LINK_TITLE.html
-
TOPMARGIN=
-
<BODY attribute
Values:
="spacing" where spacing is a positive
integer number (1,2,3,4,5,...) of pixels of top margin
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/document/_BODY_TOPMARGIN.html
-
<TR
-
table row tag, use within
<TABLE required, use with
<TD
Attributes:
ALIGN=
BACKGROUND=
BGCOLOR=
BORDERCOLOR=
BORDERCOLORDARK=
BORDERCOLORLIGHT=
HALIGN= poorly supported, not recommended, same as
ALIGN=
HEIGHT=
STYLE=
VALIGN=
</TR> end tag recommended and optional, not required
-
<TT>
-
monospace font tag, aka fixed character width font tag
Example: your current or default monospace font
Attributes: none
</TT> end tag required
-
TYPE=
-
form <INPUT type attribute
Values:
="checkbox"
="hidden"
="radio"
="reset"
="submit"
="text"
-
TYPE=
-
<LI list item attribute, use optional and not
recommended, use with <DIR,
<OL, <UL lists, subsequent
<LI list items also changed
Values:
="A", use with <OL, list item order A., B.,C., D., E., ...
="a", use with <OL, list item order a., b., c., d., e., ...
="circle", open circular bullet, use with <DIR, <UL, unsupported by
older browsers
="disc", solid circular bullet, use with <DIR, <UL
="I", use with <OL, list item order I., II., III., IV., V.,...
="i", use with <OL, list item order i., ii., iii., iv., v., ...
="square", solid square bullet, use with <DIR, <UL, unsupported by
older browsers
="1", use with <OL, list item order 1., 2., 3., 4., 5., ...
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/_LI_TYPE.html
-
TYPE=
-
<LINK type attribute
<STYLE type attribute
Values:
="text/css"
-
TYPE=
-
<OL attribute, use optional
Values:
default (no TYPE attribute) ="1"
="1" list item order 1., 2., 3., 4., 5., ...
="A" list item order A., B.,C., D., E., ...
="a" list item order a., b., c., d., e., ...
="I" list item order I., II., III., IV., V.,...
="i" list item order i., ii., iii., iv., v., ...
-
TYPE=
-
<UL bullet attribute, not supported by older
browsers
Values:
default (no TYPE= attribute) ="disc"
="disc", solid circular bullet
="circle", open circular bullet
="square", solid square bullet
-
typography
-
Related Links:
Typographic Design: Form and Communication Glossary
typographicdesign4e.com/resources_glossary.html
-
<U
-
underline text tag
Attributes:
</U> end tag required
Related Links:
EchoEcho.Com
-
<UL
-
unordered list tag, use with
<LI list item, nested lists supported and optional
Attributes:
TYPE= default (no TYPE attribute) solid circular
bullet
</UL> end tag required
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/_UL.html
-
uniform resource locator
-
Acronym: URL
http://www.domainname/[subdirectory/][filename][#anchorname]
Example: http://www.freedomactivist.net/webdevelopment.html#anchorname
http://IP/[subdirectory/][filename][#anchorname]
-
unordered list
-
Aka: bulleted list
Code:
<UL>list
heading<LI>first list item
text...<LI>last list item text</UL>
-
uppercase
-
shifted alphabetic characters:
A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z
contrasted with lowercase or unshifted
characters: a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
-
URL
-
uniform resource locator acronym
-
USEMAP=
-
<IMG attribute, use with
<MAP, <AREA
Values:
="#mapname" where mapname is mapname value of <MAP
NAME=
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/images/_IMG_USEMAP.html,
htmlcodetutorial.com/images/images_famsupp_220.html
-
VALIGN=
-
<TD vertical align attribute
<TR vertical align attribute
Values:
="baseline"
="bottom"
="middle"
="top"
-
VALUE=
-
Form <INPUT value attribute
Values:
="text" where text is ASCII text displayed in Form Input box
-
VALUE=
-
<LI list item numeral count value attribute, use
optional, use with <OL Ordered
List
="num" where num is a positive integer number (1,2,3,4,5,...)
changing ordered list item number, subsequent <LI list item numbers increment
from num
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/_LI_VALUE.html
-
VLINK=
-
<BODY visited link
color attribute, use with ALINK=,
LINK=
Values:
="#colorcode"
="colorname"
-
VSPACE=
-
<IMG attribute
Values:
="spacing" where spacing is an integer
number (1,2,3,4,5,...) of pixels of vertical spacing
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/images/_IMG_HSPACE.html
-
<WBR>
-
allow line break tag, use within <NOBR
Attributes: none
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/linepar/_WBR.html
-
WIDTH=
-
horizontal width attribute
<HR attribute
<IFRAME attribute
<IMG attribute
<MARQUEE attribute
<TABLE attribute
<TD attribute
Values:
="width" where width is a positive
integer number (1,2,3,4,5,...) of pixels of horitzontal width
="availablewidth%" where availablewidth is a positive integer
number less or equal to 100 (1,2,3,...,99,100)
also see HEIGHT=, HSPACE=,
SIZE=
Related Links:
HTML Code Tutorial
htmlcodetutorial.com/images/_IMG_WIDTH.html
-
-
-
-
-
-
-
-
-
-
-
-
-
<
-
-
<&
-
character code tag
-
<!
-
comment tag
-
</
-
end tag
 |