| |
| |
<A ...> Anchor | HREF: URL you are linking to |
NAME: name a section of the page | |
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 | |
| |
| |
CODE: the applet to run | |
CODEBASE: path to the applet class | |
WIDTH: width of the applet | |
HEIGHT: height of the applet | |
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 | |
HREF: URL you are linking to | |
ALT: alternate text if the image isn't displayed | |
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 | |
<B> Bold | |
<BASE ...> Base Address | HREF: default address for hypertext links |
SRC: URL of the sound | |
| |
| |
<BLOCKQUOTE ...> Block Quote | |
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 | |
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 | |
STYLESRC: MS FrontPage extension | |
<BR ...> Line Break | |
onClick: script to run when the user clicks here | |
NAME: 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 | |
| |
<CITE> Citation | |
| |
<COL ...> Column | SPAN: how many columns this affects |
WIDTH: width of the column | |
BGCOLOR: background color of the column | |
<COLGROUP ...> Column Group | SPAN: how many columns this affects |
ALIGN: alignment of cell contents | |
WIDTH: Width of the column group | |
| |
<DD> Definition Description | |
<DEL> Deleted | |
<DFN> Definition | |
<DIR ...> Directory List | |
<DL ...> Definition List | COMPACT: take up less space |
<DT> Definition Term | |
<EM> Emphasis | |
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 | |
HREF: make this object a link | |
TARGET: frame to link to | |
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 | |
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 | |
| |
SIZE: size of the font | |
COLOR: color of the text | |
FACE: set the typestyle for text | |
ACTION: URL of the CGI program | |
NAME: name of this form | |
ENCTYPE = "multipart/form-data" | "application/x-www-form-urlencoded" | "text/plain" what type of form this is | |
onSubmit: script to run before the form is submitted | |
onReset: script to run before the form is reset | |
SRC: what file to put in the frame | |
NAME: the name of the frame | |
NORESIZE: don't let the user make the frame bigger or smaller | |
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 | |
COLS: how many cols in the frameset | |
ROWS: how many rows in the frameset | |
FRAMESPACING: space between the frames | |
BORDER: space between frames | |
BORDERCOLOR: color of frame borders | |
| |
<HR ...> Horizontal Rule | NOSHADE: don't use shadow effect |
SIZE: height | |
WIDTH: horizontal width of the line | |
COLOR: color of the line | |
| |
| |
| |
<I> Italics | |
<IFRAME ...> Inline Frame | SRC: 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 | |
MARGINWIDTH: internal left/right margin for the frame | |
MARGINHEIGHT: internal top/bottom margin for the frame | |
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 ...> Image | SRC: where to get the picture |
ALT: text to show if you don't show the picture | |
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 | |
CONTROLS: show the buttons which control the movie | |
onLoad: script to runs after the image is downloaded | |
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 | |
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 | |
| |
PROMPT: prompt string to show before the text entry area | |
ACTION: the CGI to call | |
<KBD> Keyboard | |
FOR: form element for which this is a label | |
<LI ...> List Item | |
VALUE: where to continue counting | |
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 | |
| |
NAME: name of this map | |
WIDTH: how wide the marquee is | |
HEIGHT: how tall the marquee is | |
SCROLLDELAY: how long to delay between each jump | |
SCROLLAMOUNT: how far to jump | |
BGCOLOR: background color | |
HSPACE: horizontal space around the marquee | |
VSPACE: vertical space around the marquee | |
| |
HTTP-EQUIV: Name of the pretend HTTP header | |
CONTENT: Metainformation content | |
COLS: how many columns | |
GUTTER: space between columns | |
WIDTH: width of a single column | |
<NOBR> No Break | |
| |
| |
| |
<OL ...> Ordered List | |
START: where to start counting | |
VALUE: what's the value if this option is chosen | |
SELECTED: this option is selected by default | |
<P ...> Paragraph | |
<PARAM ...> Parameter | NAME: name of the parameter |
VALUE: value of the parameter | |
| |
<PRE ...> Preformatted Text | |
<S> Strikeout | |
<SAMP> Sample | |
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 | |
FOR: object for which this script is an event handler | |
EVENT: the event this script handles | |
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 | |
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 | |
| |
| |
TYPE = HORIZONTAL | VERTICAL | BLOCK what type of space is this | |
SIZE: how tall or wide | |
WIDTH: how wide | |
HEIGHT: how tall | |
| |
| |
| |
TYPE: style language | |
MEDIA: type of media this syle applies to | |
<SUB> Subscript | |
<SUP> Superscript | |
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 | |
HSPACE: horizontal space between table and surrounding text | |
VSPACE: vertical space between table and surrounding text | |
HEIGHT: height of the table as a whole | |
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 Data | |
WIDTH: width of cell | |
HEIGHT: height of cell | |
COLSPAN: number of columns to cover | |
ROWSPAN: 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 | |
NAME: name of this form field | |
COLS: how many characters wide | |
ROWS: how many rows | |
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 | |
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 ...> | |
| |
<TR ...> Table Row | |
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 List | |
<VAR> Variable | |
| |
|
Sunday, June 26, 2011
HTML Quick List
Subscribe to:
Post Comments (Atom)
thanks for shearing all the information can you enplane more on image source code. i read an artical where i read about to upload an image on imgsrc
ReplyDeletewebsite and use your image link as a source link
html dd tag
ReplyDelete