> 07/01/2009 - 08/01/2009

Jul 23, 2009

HTML Quick List, Guide, Quick HTML Code List

HTML Quick List, Guide, Quick HTML Code List


<!-- ••• -->
<!DOCTYPE>
<A> AnchorvHREF: URL you are linking to
NAME: name a section of the page
TARGET = "_blank" | "_parent" | "_self" | "_top" | window name
which window the document should go in
TITLE: suggested title for the document to be opened
onClick: script to run when the user clicks on this anchor
onMouseOver: when the mouse is over the link
onMouseOut: when the mouse is no longer over the link
ACCESSKEY
<ADDRESS>
<APP>
<APPLET>CODE: the applet to run
CODEBASE: path to the applet class
WIDTH: width of the applet
HEIGHT: height of the applet
ALIGN = LEFT | RIGHT | TOP | MIDDLE | BOTTOM | BASELINE
alignment of applet to surrounding text
VSPACE: vertical space between applet and surrounding text
HSPACE: horizontal space between applet and surrounding text
BORDER: empty space surrounding the applet
NAME: name of applet for reference by other applets
ARCHIVE: a compressed collection of applet components
MAYSCRIPT: If Java can use JavaScript
<AREA>HREF: URL you are linking to
ALT: alternate text if the image isn't displayed
SHAPE = RECT | CIRCLE | POLY | DEFAULT
what shape is this area?
COORDS: coordinates for the link area shape
TITLE: Short description of the area
TARGET: what frame to go to
NOHREF: this area is not a link
onClick: script action when the user clicks this area
onMouseOver
onMouseOut
<B> Bold
<BASE> Base AddressvHREF: default address for hypertext links
v = "_blank" | "_parent" | "_self" | "_top" | frame name
default window for linked documents
<BASEFONT>v
COLOR
FACE
<BGSOUND>SRC: URL of the sound
LOOP = INFINITE | number of loops
how many times to play the sound
<BIG>
<BLINK>
<BLOCKQUOTE> Block Quote
<BODY>BGCOLOR: background color of the page
BACKGROUND: background picture for the page
TEXT: color of the text on the page
LINK: color of links that haven't been followed yet
VLINK: color of links that have been followed
ALINK: color of links while you are clicking on them
BGPROPERTIES = FIXED
if the background image should not scroll
TOPMARGIN: size of top and bottom margins
LEFTMARGIN: size of left and right margins
MARGINHEIGHT: size of top and bottom margins
MARGINWIDTH: size of left and right margins
onLoad: Script to run once the page is fully loaded
onUnload
onFocus
onBlur
MS FrontPage extension
SCROLL = YES | NO
If the document should have a scroll bar
<BR> Line BreakCLEAR = LEFT | RIGHT | ALL | BOTH
go past a picture or other object
<BUTTON>TYPE = BUTTON | SUBMIT | RESET
what type of button is this
onClick: script to run when the user clicks here
name of this button element
VALUE: the value sent with the form
DISABLED: disable this button
ACCESSKEY: shortcut key for this button
TABINDEX: tab order
<CAPTION>ALIGN = TOP | BOTTOM | LEFT | RIGHT
alignment of caption to table
VALIGN = TOP | BOTTOM
if caption should be above or below table
<CENTER>
<CITE> Citation
<CODE>
<COL> ColumnSPAN: how many columns this affects
ALIGN = LEFT | CENTER | RIGHT | JUSTIFY
horizontal alignment
WIDTH: width of the column
BGCOLOR: background color of the column
<COLGROUP> Column GroupSPAN: how many columns this affects
ALIGN: alignment of cell contents
WIDTH: Width of the column group
<COMMENT>
<DD> Definition Description
<DEL> Deleted
<DFN> Definition
<DIR> Directory List
<DIV>ALIGN = LEFT | CENTER | RIGHT | JUSTIFY
text alignment
<DL> Definition ListCOMPACT: take up less space
<DT> Definition Term
<EM> Emphasis
<EMBED>SRC: URL of resource to be embedded
WIDTH: width of area in which to show resource
HEIGHT: height of area in which to show resource
ALIGN = ABSBOTTOM | ABSMIDDLE | MIDDLE | TEXTTOP | RIGHT | LEFT | BASELINE | CENTER | BOTTOM | TOP
how text should flow around the picture
NAME: name of the embedded object
PLUGINSPAGE: where to get the plugin software
PLUGINURL: where to get the JAR archive for automatic installation
HIDDEN = FALSE | TRUE
if the object is visible or not
HREF: make this object a link
TARGET: frame to link to
AUTOSTART = TRUE | FALSE
if the sound/movie should start automatically
LOOP = TRUE | FALSE | # of loops
how many times to play the sound/movie
PLAYCOUNT: how many times to play the sound/movie
VOLUME: how loud to play the sound
CONTROLS = VOLUMELEVER | STOPBUTTON | PAUSEBUTTON | PLAYBUTTON | SMALLCONSOLE | CONSOLE
which sound control to display
CONTROLLER = TRUE | FALSE
if controls should be displayed
MASTERSOUND: indicates the object in a sound group with the sound to use
STARTTIME: how far into the sound to start and stop
ENDTIME: when to finish playing
<FIELDSET>
<FONT>SIZE: size of the font
COLOR: color of the text
FACE: set the typestyle for text
POINT-SIZE
WEIGHT
<FORM>ACTION: URL of the CGI program
METHOD = GET | POST
how to transfer the data to the CGI
NAME: name of this form
ENCTYPE = "multipart/form-data" | "application/x-www-form-urlencoded" | "text/plain"
what type of form this is
TARGET = "_blank" | "_parent" | "_self" | "_top" | frame name
what frames to put the results in
onSubmit: script to run before the form is submitted
onReset: script to run before the form is reset
<FRAME>SRC: what file to put in the frame
NAME: the name of the frame
SCROLLING = YES | NO | AUTO
should the frame have a scrollbar?
NORESIZE: don't let the user make the frame bigger or smaller
FRAMEBORDER = YES | 1 | NO | 0
should this frame have a border?
BORDERCOLOR: color of the surrounding border
MARGINWIDTH: the internal left and right margins for the frame
MARGINHEIGHT: the internal top and bottom margins for the frame
<FRAMESET>COLS: how many cols in the frameset
ROWS: how many rows in the frameset
FRAMEBORDER = YES | 1 | NO | 0
if the frames should have borders
FRAMESPACING: space between the frames
BORDER: space between frames
BORDERCOLOR: color of frame borders
<H#> Headers<H1>, <H2>, <H3>,
<H4>,
<H5>,
<H6>
ALIGN = LEFT | RIGHT | CENTER | JUSTIFY
alignment
<HEAD>
<HR> Horizontal RuleNOSHADE: don't use shadow effect
SIZE: height
WIDTH: horizontal width of the line
ALIGN = LEFT | RIGHT | CENTER
horizontal alignment of the line
COLOR: color of the line
<HTML>
<HTMLPLUS>
<HYPE>
<I> Italics
<IFRAME> Inline FrameSRC: URL of the document to go in the frame
HEIGHT: height of the inline frame
WIDTH: width of the inline frame
NAME: name of this inline frame
LONGDESC: URL of a long description of the contents of the frame
FRAMEBORDER = 1 | 0
if the frame should have a border around it
MARGINWIDTH: internal left/right margin for the frame
MARGINHEIGHT: internal top/bottom margin for the frame
SCROLLING = YES | NO | AUTO
if the frame should have scroll bars
ALIGN = LEFT | RIGHT | TOP | TEXTTOP | MIDDLE | ABSMIDDLE | CENTER | BOTTOM | ABSBOTTOM | BASELINE
alignment of the frame object to text around it
VSPACE: space above and below the frame
HSPACE: space to the left and right of the frame
<IMG> ImageSRC: where to get the picture
ALT: text to show if you don't show the picture
NAME
LONGDESC: URL of a long description of the image
WIDTH: how wide is the picture
HEIGHT: how tall is the picture
ALIGN = LEFT | RIGHT | TOP | TEXTTOP | MIDDLE | ABSMIDDLE | BOTTOM | ABSBOTTOM | BASELINE
how text should flow around the picture
BORDER: border around the picture
HSPACE: horizontal distance between the picture and the text
VSPACE: vertical distance between the picture and the text
ISMAP: is this a clickable map?
USEMAP: name of the map definition
LOWSRC: a version of the picture that isn't such a big file
NATURALSIZEFLAG: meaningless
NOSAVE: meaningless
DYNSRC: play a movie file
show the buttons which control the movie
LOOP = INFINITE | -1 | # of loops
how many times to loop the movie
START = FILEOPEN | MOUSEOVER
when to start playing the movie
onLoad: script to runs after the image is downloaded
SUPPRESS = TRUE | FALSE
Don't show icons of images that haven't downloaded yet
<INPUT.>TYPE = TEXT | v | RADIO | PASSWORD | HIDDEN | SUBMIT | RESET | BUTTON | v | IMAGE
what type of field
NAME: name of this form field
VALUE: initial or only value of this field
SIZE: how wide the text field should be
MAXLENGTH: maximum number of characters
CHECKED: check this checkbox or radio button
BORDER: border around image
SRC: URL of image
ALT: text to show if you don't show the picture
LOWSRC: a version of the picture that isn't such a big file
WIDTH: width of image
HEIGHT: height of image
ALIGN = LEFT | RIGHT | TOP | TEXTTOP | MIDDLE | ABSMIDDLE | CENTER | BOTTOM | ABSBOTTOM | BASELINE
how text should flow around the picture
VSPACE: vertical distance between the picture and the text
HSPACE: horizontal distance between the picture and the text
READONLY: the value of this field cannot be changed
DISABLED: don't let the user do anything with this field
ACCESSKEY
TABINDEX: tab order
LANGUAGE = "JavaScript" | "JavaScript1.1" | "JSCRIPT" | "VBScript" | "VBS" | other language
scripting language to use
onClick: when the user clicks here
onChange: when this field is changed
onFocus: when this field gets the focus
onBlur: when this field loses the focus
onKeyPress: script to run when a key is pressed
onKeyUp: script for when a key goes up while the field has the focus
onKeyDown: script for when a key goes down while the field has the focus
AUTOCOMPLETE = ON | OFF
If the browser should use autocompletion for the field
<INS> Inserted<DEL>
<ISINDEX>PROMPT: prompt string to show before the text entry area
ACTION: the CGI to call
<KBD> Keyboard
<LABEL>FOR: form element for which this is a label
<LEGEND>v = RIGHT | CENTER | LEFT
<LI> List ItemTYPE = DISC | CIRCLE | SQUARE | 1 | A | a | I | i
type of bullet or numeral
VALUE: where to continue counting
<LINK>REL: relationship to this page
REV: reverse relationship to this page
HREF: URL of related document
TITLE: suggested title
MEDIA = SCREEN | PRINT | PROJECTION | AURAL | BRAILLE | ALL | other media
What media type the link applies to
TYPE: MIME type of linked resource
<LISTING>
<MAP>NAME: name of this map
<MARQUEE>WIDTH: how wide the marquee is
HEIGHT: how tall the marquee is
DIRECTION = LEFT | RIGHT
which direction the marquee should scroll
BEHAVIOR = SCROLL | SLIDE | ALTERNATE
what type of scrolling
SCROLLDELAY: how long to delay between each jump
SCROLLAMOUNT: how far to jump
LOOP = INFINITE | number of loops
how many times to loop
BGCOLOR: background color
HSPACE: horizontal space around the marquee
VSPACE: vertical space around the marquee
<MENU>
<META >NAME = KEYWORDS | DESCRIPTION | REFRESH | many others
The pupose of this META tag
HTTP-EQUIV: Name of the pretend HTTP header
CONTENT: Metainformation content
<MULTICOL>COLS: how many columns
GUTTER: space between columns
WIDTH: width of a single column
<NOBR> No Break
<NOEMBED>
<NOFRAMES>
<NOSCRIPT>
<OL> Ordered ListTYPE = 1 | A | a | I | i
type of numerals
START: where to start counting
<OPTION>VALUE: what's the value if this option is chosen
SELECTED: this option is selected by default
<P> ParagraphALIGN = LEFT | CENTER | RIGHT | JUSTIFY
alignment of text within the paragraph
CLEAR = LEFT | RIGHT | ALL | BOTH
move past picture and other objects
<PARAM> ParameterNAME: name of the parameter
VALUE: value of the parameter
<PLAINTEXT>
<PRE> Preformatted Text
<S> Strikeout
<SAMP> Sample
<SCRIPT>TYPE = "text/javascript" | "text/vbscript" | other scripting language
Which scripting language to use
SRC: External source for script
DEFER: Continue loading page while downloading script
LANGUAGE = JAVASCRIPT | LIVESCRIPT | VBSCRIPT | other
Deprecated indicator of language
FOR: object for which this script is an event handler
EVENT: the event this script handles
<SELECT>NAME: name of this form element
MULTIPLE: allow more than one choice
SIZE: how many options to show
READONLY: don't let the user change the value of this field
DISABLED: don't let the user do anything with this field
LANGUAGE = "JavaScript" | "JavaScript1.1" | "VBScript" | other language
scripting language to use
onChange: what to do when a new option is selected
TABINDEX: tab order
onFocus: script to run when this field gets the focus
onBlur: script to run when this field loses the focus
<SMALL>
<SOUND>
<SPACER>TYPE = HORIZONTAL | VERTICAL | BLOCK
what type of space is this
ALIGN = LEFT | RIGHT
align left or right
SIZE: how tall or wide
WIDTH: how wide
HEIGHT: how tall
<SPAN>
<STRIKE> Strikeout<S>
<STRONG>
<STYLE>TYPE: style language
MEDIA: type of media this syle applies to
<SUB> Subscript
<SUP> Superscript
<TABLE>BORDER: size of border around the table
CELLPADDING: space between the edge of a cell and the contents
CELLSPACING: space between cells
WIDTH: width of the table as a whole
BGCOLOR: color of the background
BACKGROUND: picture to use as background
ALIGN = LEFT | RIGHT
alignment of table to surrounding text
HSPACE: horizontal space between table and surrounding text
VSPACE: vertical space between table and surrounding text
HEIGHT: height of the table as a whole
FRAME = VOID | BOX | BORDER | ABOVE | BELOW | LHS | RHS | HSIDES | VSIDES
parts of outside border that are visible
RULES = NONE | ALL | COLS | ROWS | GROUPS
if there should be internal borders
BORDERCOLOR: color of border around the table
BORDERCOLORLIGHT: color of "light" part of border around the table
BORDERCOLORDARK: color of "dark" part of border around the table
SUMMARY: Summary of the purpose of the table
<TBODY> Table Body Section
<TD> Table DataALIGN = LEFT | CENTER | MIDDLE | RIGHT
horizontal alignment of cell contents
VALIGN = TOP | MIDDLE | CENTER | BOTTOM | BASELINE
vertical alignment of cell contents
WIDTH: width of cell
HEIGHT: height of cell
COLSPAN: number of columns to cover
number of rows to cover
NOWRAP: don't word wrap
BGCOLOR: color of the background
BORDERCOLOR: color of border around the table
BORDERCOLORDARK: color of "dark" part of border around the table
BORDERCOLORLIGHT: color of "light" part of border around the table
BACKGROUND: picture to use as background
<TEXTAREA>NAME: name of this form field
COLS: how many characters wide
ROWS: how many rows
WRAP = SOFT | HARD | OFF
how to wrap the text
READONLY: don't let the user change the contents of the field
DISABLED: don't let the user do anything with this field
TABINDEX: tab order
LANGUAGE = "JavaScript" | "JavaScript1.1" | "VBScript" | other language
scripting language
onChange: Script to run when the user has changed the textarea
onKeyPress: script to run when a key is pressed
<TFOOT> Table Footer Section
<TH> Table Header
<THEAD> Table Header Section<TBODY>, <TFOOT>
<TITLE>
<TR> Table RowALIGN = LEFT | CENTER | RIGHT
horizontal alignment of cell contents
HALIGN = LEFT | CENTER | RIGHT
VALIGN = TOP | MIDDLE | BOTTOM | BASELINE
vertical alignment of cell contents
BGCOLOR: background color
BACKGROUND: background image
BORDERCOLOR: color of border around each cell
BORDERCOLORLIGHT: color of "light" part of border around each cell
BORDERCOLORDARK: color of "dark" part of border around each cell
<TT> Teletype
<U> Underline
<UL> Unordered ListTYPE = DISC | CIRCLE | SQUARE
type of bullets
<VAR> Variable
<WBR>
<XMP>


Read More...

Jul 22, 2009

Basic HTML Elements List, Learn HTML Elements Examples

Basic HTML Elements List, Learn HTML Elements Examples
  • A - Anchor

Syntax<A>...</A>
Attribute Specifications
  • HREF=URI (hypertext reference)
  • NAME=CDATA (named link destination)
  • REL=LinkTypes (relationship to link)
  • REV=LinkTypes (relationship from link)
  • TYPE=ContentType (content-type of link)
  • TARGET=FrameTarget (frame to render link in)
  • HREFLANG=LanguageCode (language of link)
  • CHARSET=Charset (character encoding of link)
  • ACCESSKEY=Character (shortcut key)
  • TABINDEX=Number (position in tabbing order)
  • SHAPE=[ rect | circle | poly | default ] (client-side image map)
  • COORDS=Coords (client-side image map)
  • ONFOCUS=Script (element received focus)
  • ONBLUR=Script (element lost focus)
  • ABBR - Abbreviation

Syntax<ABBR>...</ABBR>
Attribute Specifications
  • common attributes
  • ACRONYM - Acronym

Syntax<ACRONYM>...</ACRONYM>
Attribute Specifications
  • common attributes
  • ADDRESS - Address

Syntax<ADDRESS>...</ADDRESS>
Attribute Specifications
  • common attributes
  • APPLET - Java applet

Syntax<APPLET>...</APPLET>
Attribute Specifications
  • CODE=CDATA (class file)
  • CODEBASE=URI (base URI for class files)
  • WIDTH=Length (applet width)
  • HEIGHT=Length (applet height)
  • ARCHIVE=CDATA (archive files)
  • OBJECT=CDATA (serialized applet)
  • NAME=CDATA (name for inter-applet communication)
  • ALT=Text (alternate text)
  • ALIGN=[ top | middle | bottom | left | right ] (applet alignment)
  • HSPACE=Pixels (horizontal gutter)
  • VSPACE=Pixels (vertical gutter)
  • AREA - Image map region

Syntax<AREA>
Attribute Specifications
  • SHAPE=[ rect | circle | poly | default ] (shape of region)
  • COORDS=Coords (coordinates of region)
  • HREF=URI (linked resource)
  • TARGET=FrameTarget (frame to render link in)
  • NOHREF (inactive region)
  • ALT=Text (alternate text)
  • ACCESSKEY=Character (shortcut key)
  • TABINDEX=Number (position in tabbing order)
  • ONFOCUS=Script (region received focus)
  • ONBLUR=Script (region lost focus)
  • B - Bold text

Syntax<B>...</B>
Attribute Specifications
  • common attributes
  • BASE - Document base URI

Syntax<BASE>
Attribute Specifications
  • HREF=URI (base URI reference)
  • TARGET=FrameTarget (frame to render links in)
  • BASEFONT - Base font change

Syntax<BASEFONT>
Attribute Specifications
  • SIZE=CDATA (font size adjustment)
  • COLOR=Color (font color adjustment)
  • FACE=CDATA (font face adjustment)
  • ID=ID (unique ID)
  • BIG - Large text

Syntax<BIG>...</BIG>
Attribute Specifications
  • common attributes
  • BLOCKQUOTE - Block quotation

Syntax<BLOCKQUOTE>...</BLOCKQUOTE>
Attribute Specifications
  • CITE=URI (source of quotation)
  • common attributes
  • BODY - Document body

Syntax<BODY>...</BODY>
Attribute Specifications
  • BACKGROUND=URI (background image for document)
  • BGCOLOR=Color (background color for document)
  • TEXT=Color (text color for document)
  • LINK=Color (link color for document)
  • VLINK=Color (visited link color for document)
  • ALINK=Color (active link color for document)
  • ONLOAD=Script (document has been loaded)
  • ONUNLOAD=Script (document has been exited)
  • BR - Line break

Syntax<BR>
Attribute Specifications
  • CLEAR=[ left | all | right | none ] (clear floating objects)
  • BUTTON - Button

Syntax<BUTTON>...</BUTTON>
Attribute Specifications
  • NAME=CDATA (key in submitted form)
  • VALUE=CDATA (value in submitted form)
  • TYPE=[ submit | reset | button ] (type of button)
  • DISABLED (disable button)
  • ACCESSKEY=Character (shortcut key)
  • TABINDEX=Number (position in tabbing order)
  • ONFOCUS=Script (element received focus)
  • ONBLUR=Script (element lost focus)
  • CAPTION - Table caption

Syntax<CAPTION>...</CAPTION>
Attribute Specifications
  • ALIGN=[ top | bottom | left | right ] (caption alignment)
  • COL - Table column

Syntax<COL>
Attribute Specifications
  • SPAN=Number (number of columns)
  • WIDTH=MultiLength (width of each column)
  • ALIGN=[ left | center | right | justify | char ] (horizontal alignment of cells)
  • CHAR=Character (alignment character for cells)
  • CHAROFF=Length (alignment character offset)
  • VALIGN=[ top | middle | bottom | baseline ] (vertical alignment of cells)
  • COLGROUP - Table column group

Syntax<COLGROUP>...</COLGROUP>
Attribute Specifications
  • SPAN=Number (number of columns in group)
  • WIDTH=MultiLength (width of each column)
  • ALIGN=[ left | center | right | justify | char ] (horizontal alignment of cells in group)
  • CHAR=Character (alignment character for cells)
  • CHAROFF=Length (alignment character offset)
  • VALIGN=[ top | middle | bottom | baseline ] (vertical alignment of cells in group)
  • DEL - Deleted text

Syntax<DEL>...</DEL>
Attribute Specifications
  • CITE=URI (reason for deletion)
  • DATETIME=v (date and time of deletion)
  • DIR - Directory list

Syntax<DIR>...</DIR>
Attribute Specifications
  • COMPACT (compact display)
  • DIV - Generic block-level container

Syntax<DIV>...</DIV>
Attribute Specifications
  • ALIGN=[ left | center | right | justify ] (horizontal alignment)
  • DL - Definition list

Syntax<DL>...</DL>
Attribute Specifications
  • COMPACT (compact display)
  • DT - Definition term

Syntax<DT>...</DT>
Attribute Specifications
  • common attributes
  • EM - Emphasis

Syntax<EM>...</EM>
Attribute Specifications
  • common attributes
  • FONT - Font change

Syntax<FONT>...</FONT>
Attribute Specifications
  • SIZE=CDATA (font size adjustment)
  • COLOR=Color (font color adjustment)
  • FACE=CDATA (font face adjustment)
  • FORM - Interactive form

Syntax<FORM>...</FORM>
Attribute Specifications
  • ACTION=URI (form handler)
  • METHOD=[ get | post ] (HTTP method for submitting form)
  • ENCTYPE=ContentType (content type to submit form as)
  • NAME=CDATA (name for client-side scripting)
  • ACCEPT-CHARSET=Charsets (supported character encodings)
  • ACCEPT=ContentTypes (media types for file upload)
  • TARGET=FrameTarget (frame to render form result in)
  • ONSUBMIT=Script (form was submitted)
  • ONRESET=Script (form was reset)
  • FRAME - Frame

Syntax<FRAME>
Attribute Specifications
  • NAME=CDATA (name of frame)
  • SRC=URI (content of frame)
  • LONGDESC=URI (long description of frame)
  • FRAMEBORDER=[ 1 | 0 ] (frame border)
  • MARGINWIDTH=Pixels (margin width)
  • MARGINHEIGHT=Pixels (margin height)
  • NORESIZE (disallow frame resizing)
  • SCROLLING=[ yes | no | auto ] (ability to scroll)
  • FRAMESET - Frameset

Syntax<FRAMESET>...</FRAMESET>
Attribute Specifications
  • ROWS=MultiLengths (row lengths)
  • COLS=MultiLengths (column lengths)
  • ONLOAD=Script (all frames have been loaded)
  • ONUNLOAD=Script (all frames have been removed)
  • H1 - Level-one heading

Syntax<H1>...</H1>
Attribute Specifications
  • ALIGN=[ left | center | right | justify ] (horizontal alignment)
  • H2 - Level-two heading

Syntax<H2>...</H2>
Attribute Specifications
  • ALIGN=[ left | center | right | justify ] (horizontal alignment)
  • H3 - Level-three heading

Syntax<H3>...</H3>
Attribute Specifications
  • ALIGN=[ left | center | right | justify ] (horizontal alignment)
  • H4 - Level-four heading

Syntax<H4>...</H4>
Attribute Specifications
  • ALIGN=[ left | center | right | justify ] (horizontal alignment)
  • H5 - Level-five heading

Syntax<H5>...</H5>
Attribute Specifications
  • ALIGN=[ left | center | right | justify ] (horizontal alignment)
  • H6 - Level-six heading

Syntax<H6>...</H6>
Attribute Specifications
  • ALIGN=[ left | center | right | justify ] (horizontal alignment)
  • HEAD - Document head

Syntax<HEAD>...</HEAD>
Attribute Specifications
  • PROFILE=URI (dictionary of meta info)
  • internationalization attributes
  • HR - Horizontal rule

Syntax<HR>
Attribute Specifications
  • ALIGN=[ left | center | right ] (horizontal alignment)
  • NOSHADE (solid line)
  • SIZE=Pixels (line height)
  • WIDTH=Length (line width)
  • HTML - HTML document

Syntax<HTML>...</HTML>
Attribute Specifications
  • VERSION=CDATA (HTML version)
  • I - Italic text

Syntax<I>...</I>
Attribute Specifications
  • common attributes
  • IFRAME - Inline frame

Syntax<IFRAME>...</IFRAME>
Attribute Specifications
  • SRC=URI (URI of frame content)
  • NAME=CDATA (name of frame)
  • LONGDESC=URI (link to long description)
  • WIDTH=Length (frame width)
  • HEIGHT=Length (frame height)
  • ALIGN=[ top | middle | bottom | left | right ] (frame alignment)
  • FRAMEBORDER=[ 1 | 0 ] (frame border)
  • MARGINWIDTH=Pixels (margin width)
  • MARGINHEIGHT=Pixels (margin height)
  • SCROLLING=[ yes | no | auto ] (ability to scroll)
  • IMG - Inline image

Syntax<IMG>
Attribute Specifications
  • SRC=URI (location of image)
  • ALT=Text (alternate text)
  • LONGDESC=URI (link to long description)
  • WIDTH=Length (image width)
  • HEIGHT=Length (image height)
  • USEMAP=URI (client-side image map)
  • ISMAP (server-side image map)
  • ALIGN=top|middle|bottom|left|right (image alignment)
  • BORDER=Pixels (link border width)
  • HSPACE=Pixels (horizontal gutter)
  • VSPACE=Pixels (vertical gutter)
  • NAME=CDATA (name for client-side scripting)
  • INPUT - Form input

Syntax<INPUT>
Attribute Specifications
  • TYPE=[ text | password | checkbox | radio | submit | reset | file | hidden | image | button ] (type of input)
  • NAME=CDATA (key in submitted form)
  • VALUE=CDATA (value of input)
  • CHECKED (check radio button or checkbox)
  • SIZE=CDATA (suggested number of characters for text input)
  • MAXLENGTH=Number (maximum number of characters for text input)
  • SRC=URI (source for image)
  • ALT=CDATA (alternate text for image input)
  • USEMAP=URI (client-side image map)
  • ISMAP (server-side image map)
  • ALIGN=[ top | middle | bottom | left | right ] (alignment of image input)
  • DISABLED (disable element)
  • READONLY (prevent changes)
  • ACCEPT=ContentTypes (media types for file upload)
  • ACCESSKEY=Character (shortcut key)
  • TABINDEX=Number (position in tabbing order)
  • ONFOCUS=Script (element received focus)
  • ONBLUR=Script (element lost focus)
  • ONSELECT=Script (element text selected)
  • ONCHANGE=Script (element value changed)
  • LABEL - Form field label

Syntax<LABEL>...</LABEL>
Attribute Specifications
  • FOR=IDREF (associated form field)
  • ACCESSKEY=Character (shortcut key)
  • ONFOCUS=Script (element received focus)
  • ONBLUR=Script (element lost focus)
  • LI - List item

Syntax<LI>...</LI>
Attribute Specifications
  • TYPE=[ disc | square | circle | 1 | a | A | i | I ] (style of list item marker)
  • VALUE=Number (number in sequence)
  • LINK - Document relationship

Syntax<LINK>
Attribute Specifications
  • REL=LinkTypes (relationship to link)
  • REV=LinkTypes (relationship from link)
  • HREF=URI (hypertext reference)
  • TYPE=ContentType (content-type of link)
  • TARGET=FrameTarget (frame to render link in)
  • MEDIA=MediaDesc (media appropriate for link)
  • HREFLANG=LanguageCode (language of link)
  • CHARSET=Charset (character encoding of link)
  • MAP - Image map

Syntax<MAP>...</MAP>
Attribute Specifications
  • NAME=CDATA (name of map)
  • MENU - Menu list

Syntax<MENU>...</MENU>
Attribute Specifications
  • COMPACT (compact display)
  • common attributes
  • META - Metadata

Syntax<META>
Attribute Specifications
  • NAME=Name (property name)
  • HTTP-EQUIV=Name (HTTP response header name)
  • CONTENT=CDATA (associated data)
  • SCHEME=CDATA (form of data)
  • OL - Ordered list

Syntax<OL>...</OL>
Attribute Specifications
  • TYPE=[ 1 | a | A | i | I ] (numbering style)
  • START=Number (starting number)
  • COMPACT (compact display)
  • P - Paragraph

Syntax<P>...</P>
Attribute Specifications
  • ALIGN=[ left | center | right | justify ] (horizontal alignment)
  • common attributes
  • SCRIPT - Client-side script

Syntax<SCRIPT>...</SCRIPT>
Attribute Specifications
  • TYPE=ContentType (content-type of scripting language)
  • LANGUAGE=CDATA (scripting language name)
  • SRC=URI (external script location)
  • CHARSET=Charset (character encoding of external script)
  • DEFER (script execution may wait)
  • SELECT - Option selector

Syntax<SELECT>...</SELECT>
Attribute Specifications
  • NAME=CDATA (key in submitted form)
  • MULTIPLE (allow multiple selections)
  • SIZE=Number (number of visible options)
  • DISABLED (disable element)
  • TABINDEX=Number (position in tabbing order)
  • ONFOCUS=Script (element received focus)
  • ONBLUR=Script (element lost focus)
  • ONCHANGE=Script (element value changed)
  • STYLE - Embedded style sheet

Syntax<STYLE>...</STYLE>
Attribute Specifications
  • TYPE=ContentType (content-type of style language)
  • MEDIA=MediaDesc (media to apply style to)
  • TITLE=Text (title of style sheet)
  • internationalization attributes (for the TITLE)
  • TABLE - Table

Syntax<TABLE>...</TABLE>
Attribute Specifications
  • SUMMARY=Text (purpose/structure of table)
  • WIDTH=Length (table width)
  • BORDER=Pixels (border width)
  • FRAME=[ void | above | below | hsides | lhs | rhs | vsides | box | border ] (outer border)
  • RULES=[ none | groups | rows | cols | all ] (inner borders)
  • CELLSPACING=Length (spacing between cells)
  • CELLPADDING=Length (spacing within cells)
  • ALIGN=[ left | center | right ] (table alignment)
  • BGCOLOR=Color (table background color)
  • TD - Table data cell

Syntax<TD>...</TD>
Attribute Specifications
  • ROWSPAN=Number (rows spanned by the cell)
  • COLSPAN=Number (columns spanned by the cell)
  • HEADERS=IDREFS (list of header cells for current cell)
  • ABBR=Text (abbreviation for header cell)
  • SCOPE=[ row | col | rowgroup | colgroup ] (cells covered by header cell)
  • AXIS=CDATA (category of header cell)
  • ALIGN=[ left | center | right | justify | char ] (horizontal alignment)
  • CHAR=Character (alignment character)
  • CHAROFF=Length (alignment character offset)
  • VALIGN=[ top | middle | bottom | baseline ] (vertical alignment)
  • WIDTH=Length (cell width)
  • HEIGHT=Length (cell height)
  • NOWRAP (suppress word wrap)
  • BGCOLOR=Color (cell background color)
  • TITLE - Document title

Syntax<TITLE>...</TITLE>
Attribute Specifications
  • internationalization attributes
ContentsPlain text (including entities)
Contained inHEAD
  • TR - Table row

Syntax<TR>...</TR>
Attribute Specifications
  • ALIGN=[ left | center | right | justify | char ] (horizontal alignment of cells in group)
  • CHAR=Character (alignment character for cells)
  • CHAROFF=Length (alignment character offset)
  • VALIGN=[ top | middle | bottom | baseline ] (vertical alignment of cells in group)
  • BGCOLOR=Color (row background color)
  • UL - Unordered list

Syntax<UL>...</UL>
Attribute Specifications
  • TYPE=[ disc | square | circle ] (bullet style)
  • COMPACT (compact display)
  • VAR - Variable

Syntax<VAR>...</VAR>
Attribute Specifications
  • common attributes
ContentsInline elements
Contained inInline elements, block-level elements


Read More...

Basic HTML Tag List, Learn HTML Code Examples

Basic HTML Tag List, Learn HTML Code Examples

HTML Headings:

HTML headings are defined with the <h1> to <h6> tags.

Example

<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>

HTML Paragraphs:

HTML paragraphs are defined with the <p> tag.

Example

<p>This is a paragraph</p>
<p>This is another paragraph</p>

HTML Links:

HTML links are defined with the <a> tag.

Example

<a href="http://www.w3schools.com">This is a link</a>

HTML Images

HTML images are defined with the <img> tag.

Example

<img src="w3schools.jpg" width="104" height="142" />
Note: The name and the size of the image are provided as attributes.


Read More...

Basic HTML Tutorial, Tips, Tutorial for Beginners, Tags List

Basic HTML Tutorial, Tips, Tutorial for Beginners, Tags List

HTML stands for the Hypertext Markup Language. HTML code is the foremost language of the Internet's World Wide Web (WWW). Web sites and web pages are written in HTML code. With the help of HTML code you can bring together text, pictures, sounds, and links. HTML code files are plain text files, so they can be composed and edited on any type of computer. Windows, Mac, UNIX, whatever.

Basic HTML Tutorial

Follow these steps to learn HTML and begin creating Web pages:

· Writing HTML in Notepad:

When you start new Web page or HTML page, need not required a program to write your HTML, all you need is a text editor like Notepad or SimpleText.

· Basic Tags for a Web Site:

Every Web page must have these tags.

· Tags for Text:

After knowing about the basic tags, you'll want to add content to your page. The paragraph and line-break tags help you format your text

· Headings, Bold, and Italics:

After knowing basic tags then, you can change text on your page, you can change how it looks with these tags.

· Lists in HTML:

Make numbered and bulleted lists with ease.

· Linking to Other Pages:

You can easily link or point to other web pages.

· Adding Images:

Graphics make a Web page fun, but don't forget to upload them to your Web server (see next step).

· Uploading Your Pages:

Once you have a page ready for display, you'll want to upload it to a Web server.



Read More...

List of HTML Special Entities

Special Entities

The following table gives the character entity reference, decimalcharacter reference, and hexadecimal character reference.

With the exception of HTML 2.0's &quot;, &amp;, &lt;, and &gt;, these entities are all new in HTML 4.0 and may not be supported by old browsers. Support in recent browsers is good.

CharacterEntityDecimalHex 
quotation mark = APL quote&quot;&#34;&#x22;"
ampersand&amp;&#38;&#x26;&amp;
less-than sign&lt;&#60;&#x3C;&lt;
greater-than sign&gt;&#62;&#x3E;&gt;
Latin capital ligature OE&OElig;&#338;&#x152;Œ
Latin small ligature oe&oelig;&#339;&#x153;œ
Latin capital letter S with caron&Scaron;&#352;&#x160;Š
Latin small letter s with caron&scaron;&#353;&#x161;š
Latin capital letter Y with diaeresis&Yuml;&#376;&#x178;Ÿ
modifier letter circumflex accent&circ;&#710;&#x2C6;ˆ
small tilde&tilde;&#732;&#x2DC;˜
en space&ensp;&#8194;&#x2002;
em space&emsp;&#8195;&#x2003;
thin space&thinsp;&#8201;&#x2009;
zero width non-joiner&zwnj;&#8204;&#x200C;
zero width joiner&zwj;&#8205;&#x200D;
left-to-right mark&lrm;&#8206;&#x200E;
right-to-left mark&rlm;&#8207;&#x200F;
en dash&ndash;&#8211;&#x2013;
em dash&mdash;&#8212;&#x2014;
left single quotation mark&lsquo;&#8216;&#x2018;
right single quotation mark&rsquo;&#8217;&#x2019;
single low-9 quotation mark&sbquo;&#8218;&#x201A;
left double quotation mark&ldquo;&#8220;&#x201C;
right double quotation mark&rdquo;&#8221;&#x201D;
double low-9 quotation mark&bdquo;&#8222;&#x201E;
dagger&dagger;&#8224;&#x2020;
double dagger&Dagger;&#8225;&#x2021;
per mille sign&permil;&#8240;&#x2030;
single left-pointing angle quotation mark&lsaquo;&#8249;&#x2039;
single right-pointing angle quotation mark&rsaquo;&#8250;&#x203A;
euro sign&euro;&#8364;&#x20AC;


Read More...

Jul 3, 2009

List of Referential Search Engines

List of Referential Search Engines

The leading source for trustworthy and timely health and medical news and information.
Infoplease.com, a free, authoritative, and respected reference for Internet users, provides a comprehensive encyclopedia, almanac, atlas, dictionary, and thesaurus. Infoplease.com contains facts on all subjects including sports, entertainment, technology, education, world news, and united states government and history.
your gateway for interactive learning on the Web.
Encyclopedia Britannica, Inc. is an American company best known for publishing the Encyclopedia Britannica, the world’s oldest continuously-published encyclopaedia.
About.com is an online source for original information and advice, and was among the top 15 US Websites (Nielsen Online Spring 2008). It is written in English, and is aimed primarily at North Americans. It is owned by The New York Times Company.
Wikipedia (Spoken content icon) is a free, multilingual encyclopedia project supported by the non-profit Wikimedia Foundation.


Read More...

List of General Search Engines

List of General Search Engines

Live Search (formerly Windows Live Search and MSN Search) is the name of Microsoft’s web search engine, designed to compete with the industry leaders Google and Yahoo!. Live Search is accessible through Microsoft’s Live.com and MSN.com web portal. Currently, Live Search is the fourth most used search engine after Google, Baidu, and Yahoo!
Google search is a web search engine owned by Google, Inc., and is the most used search engine on the Web. Google receives several hundred million queries each day through its various services.Google search was originally developed by Larry Page and Sergey Brin in 1997.
Offers search for web sites, images, news, blogs, video, maps and directions, local search and shopping.Ask.com is a search engine started in 1996 by Garrett Gruener and David Warthen in Berkeley, California.
AltaVista provides the most comprehensive search experience on the Web!
Search tool owned by Yahoo and using its database, but presenting results differently. Also offers news, picture, video, and audio search.
Netscape operates a search engine, Netscape Search, powered by AOL Search. Another version of Netscape Search can be found at netscape.com/search, which has since been incorporated into Propeller.
Yahoo! Inc. is an American public corporation headquartered in Sunnyvale, California, (in Silicon Valley), that provides Internet services worldwide. The company is perhaps best known for its web portal, search engine, Yahoo! Directory, Yahoo! Mail, news, and social media websites and services. Yahoo! was founded by Jerry Yang and David Filo in January 1994 and was incorporated on March 1, 1995.
MSN is Microsoft’s portal, offering MSNBC News, sports, MSN Money, games, videos, entertainment & celebrity gossip, weather, shopping and more great content


Read More...

Jul 2, 2009

Free SEO Tools Online, SEO Tools Google, Browser SEO Tools, SEO Tools Free Links

Free SEO Tools Online, SEO Tools Google, Browser SEO Tools, SEO Tools Free Links

Here You can find Free SEO Tools Links related to this SEO articles Blog

  • Free SEO Ranking Combo, Ranking Compare, Ranking Google, Ranking Msn, Track and Yahoo
  • Free SEO Pay Per Click - PPC, AdvancePay Per Click - PPC,Pay Per Click - PPC Tools
  • Free SEO pageRank, Advance pageRank, pageRank Tools
  • Free SEO Meta Tag Generator, Advance Meta Tag Generator, Web Browser Tools
  • Free SEO Link Exchange Tools, Link Poularity Tools, Link Worth Tools
  • Free SEO Keyword Density Tools, Keyword Suggestion Tools, Keyword Theme Tools
  • Free SEO Html Validation, SEO Tool InTitle InAnchor
  • Free Google Tools, Google Third Party Tools
  • Code Text Ratio Tool, Domain Name Tool Sites, List of SEO Tools
  • Browser Addons, Firefox Browser addons, Slilit Browser Addon
  • Broken Link Tools, Broken Link Analyzer Tool, Broken Link Checker
  • Backlink Tools, Backlink Analyzer Tool, Backlink Checker
  • Link Analyzing Tool
  • Speed Test Checking Tool
  • Reciprocal Link Checking Tool
  • URL Rewriting Tool
  • More SEO Tools
  • Freeware SEO Tools
  • SEO Tools and SEM Tools
  • Keyword Tools
  • Advanced Meta-Tags Generator
  • SEO Tools - Meta Tag Generator
  • Tools to Create Sitemap File
  • SEO Tools - META Tag Analyzer

  • Read More...

    Free SEO Ranking Combo, Ranking Compare, Ranking Google, Ranking Msn, Track and Yahoo

    Free SEO Ranking Combo, Ranking Compare, Ranking Google, Ranking Msn, Track and Yahoo

    Ranking Combo Tools

    Search Engine Placement Check Web browser tool - Checks if your site is in the top three pages of a search engine result for a specific keyword.

    Search Engine Positioning Web browser tool - Checks your search engine positioning on Yahoo, Google, All The Web, MSN and Hotbot up to the 100th position (page 10).

    Search Engine Ranking Report Web browser tool - Checks your search engine positioning on Yahoo, Google and MSN.

    Ranking Compare Tools

    Ask Google Yahoo Search Web browser tool - Shows search results for a given keyword or phrase on the top three engines, Google, Yahoo and Msn.

    Google Yahoo Graph Web browser tool - Tool that looks at the results from Yahoo and Google, finds the similarities and provides a graphical display of what results are contained in both search engines.

    Myriad Search Web browser tool - Shows which websites appear in search results of Google, Yahoo, Msn and Ask Jeeves for a given keyword or phrase.

    Thumbshots Ranking Web browser tool - Provides websites ranking positions which appear both in Google and Yahoo for a given keyword or phrase.

    Yahoo vs Google Web browser tool - Similar to the above tool.

    Ranking Google Tools

    Advanced Google Search Tool Web browser tool - Tool with multiple search data inputs for Google rankings.

    Single domain/web page, single keyword combined with language & country search, all pages of your site, all pages indexed with Google, anchor text & title text search, proximity search and more.

    Google Datacenter Ranking Tool Web browser tool - Shows Google search results across multiple Google datacenters at once up to result 100.



    Google One Line Results Web browser tool - Shows Google search results in a single line per result.

    Google Ranking Tool Web browser tool - Google ranking tool of up to position 1000 based on a single page and keyword. Also includes PageRank, number of entries indexed, Dmoz and Google directory status.

    Google Rankings Web browser tool - Provides ranking information for a given keyword or phrase up to the position 1000 of the search results.

    Multiple Google Rankings Tool SSO - Main tool is based on single keyword/phrase and web page rank with ranking data available on Google, Yahoo, Msn, and Ask up to postion 1000.

    Other tools include quick search, advanced search, mass keyword search, mass domain search, googlerakings.com website diagnostics, PageRank check, ultimate seo tool and position tracking.

    Ranking Msn Tools

    Msn Rankings Web browser tool - Msn ranking tools based on url, keyword/s and country data.

    Multiple Keyword Msn Ranking Checker Web browser tool - multiple keyword ranking search for a single domain on Msn up to rank of 500.

    Single Keyword Msn Ranking Checker Web browser tool - sigle keyword ranking search for a single domain on Msn up to rank of 1000.

    Ranking Track

    Check Rankings Web browser tool - Monitors your rankings of up to ten keywords on all the major search engines including Google, Msn, Yahoo, Aol, Alltheweb and more. Includes geographical reports.

    Digitalpoint Ranking Tracker Web browser tool - Monitor an unlimited number of websites or keywords on the top three search engines, Google, Yahoo and Msn.

    Msn Rankings Web browser tool - Msn ranking tools based on url, keyword/s and country data.

    Multiple Keyword Msn Ranking Checker Web browser tool - multiple keyword ranking search for a single domain on Msn up to rank of 500.

    Single Keyword Msn Ranking Checker Web browser tool - sigle keyword ranking search for a single domain on Msn up to rank of 1000.

    Ranking Yahoo

    Yahoo Search Rankings Web browser tool - Checks for Yahoo rankings based on one url, multiple keywords and returns results up to 1000.

    Yahoo Rank Position Web browser tool - Similar to the tool above.




    Read More...

    Free SEO Related Top Articles, Articles on SEO & SEM, Latest Articles on SEO Tips

     
    Latest Topics on SEO, SEM Updates Free SEO Directory List Free SEO | SEM | Google Top Videos