HTML tag explanation
1. HTML tags
Tag: !DOCTYPE
Description: Specifies the document type definition (DTD) that HTML documents follow.
Tag: a
Description: Indicate the starting or destination position of the hyperlink.
Tag:acronym
Instructions: Indicate abbreviations.
Tag: address
Description: Specific information such as address, signature, author, originator of this document.
Tag: applet
Description: Place executable content on the page.
Tag: area
Description: Defines the shape, coordinates and associated URL of a hyperlink area in a client image map.
Tag: attribute
Description: Represents the tag attributes or attributes of HTML elements in the form of objects.
Tag: b
Description: Specifies that text should be rendered in bold.
Tag: base
Description: Specify an explicit URL for resolving links and references to external sources, such as images and stylesheets.
Tag: basefont
Description: Set the base font value as the default font when rendering text.
Tag: bdo
Description: Allows authors to disable bidirectional rules for selected text fragments.
Tag: bgsound
Description: Allow pages to have background sounds or create audio tracks.
Tag: big
Description: Specifies that the included text should be displayed in a slightly larger font than the current font.
Tag: blockquote
Description: Set a quote in the text.
Tag: body
Description: Specify the beginning and end of the document body.
Tag: br
Description: Insert a newline character.
Tag: button
Description: Specifies that the HTML contained in it should be rendered as a button.
Tag: caption
Description: A brief description of the specified table.
Tag: center
Instructions: Center the following text and images.
Tag:cite
Note: Display the quote in italics.
Tag: clientinformation
Description: Contains information about the web browser.
Tag: clipboarddata
Description: Provides access to predefined clipboard formats for use in editing operations.
Tag: code
Description: Specify code example.
Tag: col
Description: Specify column-based table default properties.
Tag: colgroup
Description: Specify the default properties of a column or a group of columns in the table.
Tag: comment
Description: Mark invisible comments.
Tag: currentStyle
Description: Represents the object format and style specified in the global style sheet, inline style and HTML tag attributes.
Tag: custom
Description: Represents a user-defined element.
Tag: datatransfer
Description: Provides access to predefined clipboard formats for use in drag operations.
Tag: dd
Description: Indicate the definition in the definition list. Definitions are usually indented in definition lists.
Tag: defaults
Description: Programmatically set the default attributes of element behavior.
Tag: del
Description: Indicates that the text has been removed from the document.
Tag: dfn
Description: Indicates the definition example of the term.
Tag: dir
Description: Causes directory listing.
Tag: div
Description: Specify the container for rendering HTML.
Tag: dl
Description: Causes a definition list.
Tag: document
Description: Represents the HTML document in a given browser window.
Tag: dt
Description: Indicate defined terms in the definition list.
Tag: em
Description: Emphasis on text, usually rendered in italics.
Tag: embed
Description: Allows embedding in any document.
Tag: event
Description: Represents event status, such as the element where the event occurred, keyboard status, mouse position and mouse button status.
Tag: external
Description: Allows access to additional object models provided by the Microsoft Internet Explorer browser component hosting application.
Tag: fieldset
Description: Draw a box outside the text and other elements contained in the fieldset.
Tag: font
Description: Specifies the new font, size, and color used to render the contained text.
Tag: frame
Description: Specify a single frame within a FRAMESET element.
Tag: frameset
Description: Specify a frameset for organizing multiple frames and nested framesets.
Tag: from
Description: Specifies that the included controls function in the form.
Tag: head
Description: Provides an unordered collection of information about the document.
Tag: history
Description: Contains information about the URL that the user has browsed.
Tag: hn
Description: Render text in title style.
Tag: hr
Instructions: Draw horizontal lines.
Tag: html
Description: Indicates that the document contains HTML elements. New in Microsoft Internet Explorer 6 When you specify standards compatibility mode using the !DOCTYPE declaration, this element represents the canvas—the entire surface onto which the document content will be rendered.
Tag: i
Description: Specifies that text should be rendered in italics, if available.
Tag: iframe
Description: Create an inline floating frame.
Tag: input
Description: Create various form input controls.
Tag: input type=button
Description: Create a button control.
Tag: input type=checkbox
Description: Create a checkbox control.
Tag: input type=file
Description: Create a file upload control with a text box and a browse button.
Tag: input type=hidden
Description: Transmits status information about client/server interactions.
Tag: input type=image
Description: Create an image control that when clicked will cause the form to be submitted immediately.
Tag: input type=password
Description: Create a single-line text input control similar to the INPUT type=text control, but it does not display the content entered by the user.
Tag: input type=radio
Description: Create a radio button control.
Tag: input type=reset
Description: Create a button that when clicked will reset the form controls to their default values.
Tag: input type=submit
Description: Create a button that when clicked will submit the form.
Tag: input type=text
Description: Create a single-line text input control.
Tag: ins
Description: Specify the text to be inserted into the document.
Tag: isindex
Description: Cause the browser to display a dialog box prompting the user to enter a single line of text.
Tag: kdb
Description: Renders text in a fixed-width font.
Label: label
Description: Specify tags for other elements on the page.
Tag: legend
Description: Insert a title into the box drawn by the fieldSet object.
Tag: li
Description: Causes an item in the list.
Tag: link
Description: Allows connections between the current document and external documents.
Tag: listing
Description: Render text in fixed font.
Tag: location
Description: Contains information about the current URL.
Tag: map
Description: Contains coordinate data for client image mapping.
Tag: marquee
Instructions: Create a scrolling text subtitle.
Tag: menu
Description: Create an unordered list of items.
Tag: meta
Description: Conveys hidden information about the document to the server and client.
Tag: namespace
Description: Dynamically import an element behavior into the document.
Tag: navigator
Description: Contains information about the web browser.
Tag: nextID
Description: Create a unique identifier that editing software can read.
Tag: nobr
Description: Render text without line breaks.
Tag: noframes
Description: Contains HTML for use by browsers that do not support the FRAMESET element.
Tag: noscript
Description: Specify the HTML to be displayed in browsers that do not support scripts.
Tag: object
Description: Insert objects into HTML pages.
Tag: ol
Description: Draw a numbered list of text.
Tag: optgroup
Description: Allows authors to logically group options in select elements.
Tag: option
Description: Causes an option in the select element.
Tag: p
Instructions: Cause a paragraph.
Tag: page
Description: Represents an @page rule in styleSheet.
Tag: param
Description: Set the initial value of the attribute of applet, embed or object element.
Tag: popup
Description: A special top-level window, mainly used for dialog boxes, message boxes and other temporary windows that appear outside the main window of the application.
Tag: pre
Description: Renders text in a fixed-width font.
Tag: q
Description: Separate quotes from text.
Tag: rt
Description: Specify the phonetic text of the ruby element.
Tag: ruby
Description: Specify annotations or pronunciation guides to be placed above or embedded in the text string.
Tag: rule
Description: Represents a style composed of selectors and one or more declarations in Cascading Style Sheets (CSS)
Tag: runtimestyle
Description: Represents the format and style of objects above those specified by global style sheets, inline styles, and HTML tag attributes.
Tag: s
Description: Render text in strikethrough font.
Tag: samp
Description: Specify code example.
Tag: screen
Description: Contains information about the client's screen and rendering capabilities.
Tag:script
Description: Specify the script to be interpreted by the script engine.
Tag: select
Description: Causes a list box or drop-down box.
Tag: selection
Description: Represents the currently active selected area, that is, the highlighted text block, and/or other elements in the document where the user can perform certain operations.
Tag: small
Description: Specifies that the included text should be displayed in a slightly smaller font than the current font.
Tag: span
Description: Specify the inline text container.
Tag: strike
Description: Render text in strikethrough font.
Tag: strong
Description: Render text in bold.
Tag: style
Description: Represents the current settings of all possible inline styles for a given element.
Tag: stylesheet
Description: Represents a single style sheet in the document
Tag: sub
Description: Specify that the included text should be displayed in the form of subscripts, usually slightly smaller than the current font.
Tag: sup
Description: Specify that the included text should be displayed in superscript form, usually slightly smaller than the current font.
Tag: table
Description: Specify a table whose content is to be organized into rows and columns.
Tag: tbody
Description: Specify the row as the body of the table.
Tag: td
Description: Specify the cells in the table
Tag: textarea
Description: Specify multi-line text input control.
Tag: textnode
Description: Represent text strings as nodes in the document hierarchy.
Tag: textrange
Description: Represents text in HTML elements.
Tag: textrectangle
Description: Specifies a rectangle containing a line of text in an element or TextRange object.
Tag: tfoot
Description: Specify the row as the footer of the table.
Tag: th
Description: Specify the title column. The title column will be centered in the cell and bold.
Tag: thead
Description: Specify the row as the header.
Tag: title
Description: Contains the title of the document.
Tag: tr
Description: Specify a row in the table.
Tag: tt
Description: Renders text in a fixed-width font.
Tag: u
Description: Render text with underline.
Tag: ul
Description: Draw a bulleted list of text.
Tag: userprofile
Description: Provides a method that allows scripts to request read access to user configuration information and perform read operations.
Tag: var
Description: Define programming variables. Usually rendered in italics.
Tag: wbr
Description: Insert a soft newline into a block of nobr text.
Tag: window
Description: Represents an open window in the browser.
Tag:xml
Description: Define an XML data on the HTML page.
Tag: xmp
Description: Render the font used as an example in a fixed-width font.
2. HTML tag attributes
Tag: !important
Description: Increase the importance of specific rules.
Tag: :active
Description: Set the style of the a element when the link is active.
Tag: :first-letter
Description: Applies one or more styles on the first character of the object.
Tag: :hover
Description: Sets the style of the a element when the user hovers the mouse pointer over the link.
Tag: :link
Description: Set the style of the a element when the link has not been visited recently.
Tag: :visited
Description: Set the style of the a element when the link was recently visited.
Tag: @charset
Description: Set the character set of the external style sheet.
Tag: @font-face
Description: Set the font to be embedded in HTML documents.
Tag: @import
Description: Import an external style sheet.
Tag: @media
Description: Set the media type of a set of rules in the styleSheet object.
Tag: @page
Description: Set the size, direction and margin of the page box in styleSheet.
Tag: abbr
Description: Set or get the abbreviation text of the object.
Tag: accelerator
Description: Set or get a string indicating whether the object contains shortcut keys.
Tag: accept
Description: Sets or gets a comma-separated list of content types.
Tag: acceptcharset
Description: Set or get the list of character encoding methods used for input data that the server processing the form must accept
Tag: accesskey
Description: Set or get the shortcut key of the object.
Tag: action
Description: Set or get the URL to which the form content is sent for processing.
Tag: activeelement
Description: Get the object that gets focus when the parent document has focus.
Tag: align
Description: Set or get how the object is arranged for its adjacent text.
Tag: alink
Description: Set or get the color of all active links in the element.
Tag: alinkcolor
Description: Set or get the color of all active links in the element.
Tag: allowtransparency
Description: Sets or gets whether the object can be transparent.
Tag: additive
Description: Set or get the value indicating whether the animation is attached to other animations.
Tag: alt
Description: Sets or gets the text used to replace the image.
Tag: altHTML
Description: Set an optional replacement HTML script to be executed if the object fails to load.
Tag: altkey
Description: Set or get the status of Alt key.
Tag: altleft
Description: Set or get the status of the left Alt key.
Tag: appcodename
Description: Get the code name of the browser.
Tag: application
Description: Indicates whether the object's content is an HTML application (HTA), thus exempting the browser's security model.
Tag: appminorversion
Description: Get the minor version value of the application.
Tag: appname
Description: Get the name of the browser.
Tag: appversion
Instructions: Get the platform and version the browser is running on.
Tag: archive
Description: Sets or gets a string that can be used to implement your own archive functionality on the object.
Tag: atomicselection
Description: Specifies whether the element and its content must be uniformly selected in an invisible unit.
Tag: autocomplete
Description: Set or get the auto-complete status of the object.
Tag: availableheight
Description: Get the height of the working area of the system screen, excluding the Microsoft Windows taskbar.
Tag: availablewidth
Description: Get the working area width of the system screen, excluding the Windows taskbar.
Tag: axis
Description: Set or get a comma-separated list of concept categories associated with the object.
Tag: background
Description: Set or get up to five independent background properties of the object.
Tag: backgroundattachment
Description: Sets or gets how a background image is attached to an object within the document.
Tag: backgroundcolor
Description: Set or get the color of the object content.
Tag: backgroundimage
Description: Set or get the background image of the object.
Tag: backgroundposition
Description: Set or get the position of the object background.
Tag: backgroundrepeat
Description: Set or get how the backgroundImage property of the object is tiled.
Tag: balance
Description: Sets or gets the value indicating how the volume of the background sound is distributed between the left and right speakers.
Tag: banner
Description: Use the event object to get the Banner content of the item in the Advanced Stream Redirector (ASX) file.
Tag: bannerabstract
Description: Get the BannerAbstract content of the ASX file item.
Tag: basehref
Description: Get the URL string where the object tag can be found. This is usually the href of the document in which the object resides, or the value set by the base element.
Tag: behavior
Description: Set or get how text scrolls in subtitles
Tag: bgcolor
Description: Set the background color behind the object.
Tag: bgproperties
Description: Set or get the properties of the background image.
Tag: blockdirection
Description: Get the value indicating the wrapping direction of the block element content, whether from left to right or right to left.
Tag: border
Description: Set or get the properties of the border around the drawn object.
Tag: borderbottom
Description: Set or get the properties of the object's lower border.
Tag: borderbottomcolor
Description: Set or get the color of the lower border of the object.
Tag: borderbottomstyle
Description: Set or get the style of the lower border of the object.
Tag: borderbottomwidth
Description: Set or get the width of the object's lower border.
Tag: bordercollapse
Description: Sets or gets whether the table row and cell borders are combined into a single border or separated like standard HTML.
Tag: bordercolor
Description: Set or get the border color of the object.
Tag: bordercolordark
Description: Sets or gets one of the two colors used to draw the object's 3D border.
Tag: bordercolorlight
Description: Sets or gets one of the two colors used to draw the object's 3D border.
Tag: borderleft
Description: Set or get the properties of the left border of the object.
Tag: borderleftcolor
Description: Set or get the color of the left border of the object.
Tag: borderleftstyle
Description: Set or get the style of the left border of the object.
Tag: borderleftwidth
Description: Set or get the width of the left border of the object.
Tag: borderright
Description: Set or get the properties of the right border of the object.
Tag: borderrightcolor
Description: Set or get the color of the right border of the object.
Tag: borderrightstyle
Description: Set or get the style of the right border of the object.
Tag: borderrightwidth
Description: Set or get the width of the right border of the object.
Tag: borderstyle
Description: Set or get the style of the upper, lower, left and right borders of the object.
Tag: bordertop
Description: Set or get the properties of the upper border of the object.
Tag: bordertopcolor
Description: Set or get the color of the border on the object.
Tag: bordertopstyle
Description: Set or get the style of the border on the object.
Tag: bordertopwidth
Description: Set or get the width of the upper border of the object.
Tag: borderwidth
Description: Set or get the width of the upper, lower, left and right borders of the object.
Tag: bottom
Description: Set or get the lower coordinates of the rectangle surrounding the object content.
Tag: bottom
Description: bottom sets or gets the position of the object relative to the bottom of the next positioned object in the document hierarchy.
Tag: bottommargin
Description: Set or get the bottom margin of the entire page body.
Tag: boundingheight
Description: Get the height of the rectangle bound to the TextRange object.
Tag: boundingleft
Description: Get the distance between the left edge of the rectangle bound to the TextRange object and the left side of the containing TextRange object.
Tag: boundingtop
Description: Get the distance between the top edge of the bound TextRange object and the top edge of the containing TextRange object.
Tag: boundingwidth
Description: Get the width of the rectangle bound to the TextRange object.
Tag: browserlanguage
Description: Get the current language of the browser.
Tag: bufferdepth
Description: Sets or gets the number of bits per pixel used for the off-screen bitmap buffer color.
Tag: button
Description: Set or get the mouse button pressed by the user.
Tag: cancelbubble
Description: Set or get whether the current event should bubble up in the event handle.
Tag: canhavechildren
Description: Gets a value indicating whether the object can contain sub-objects.
Tag: canhavehtml
Description: Gets a value indicating whether the object can contain rich HTML tags.
Tag: caption
Description: Get the caption object of the table.
Tag: cellindex
Description: Get the position of the object in the cells collection of the row.
Tag: cellpadding
Description: Set or get the total amount of space between the cell border and the cell content.
Tag: cellspacing
Description: Set or get the total amount of space between cells in the table.
Tag: ch
Description: Sets or gets a string that can be used to implement your own ch functionality on the object.
Tag: charset
Description: Set or get the character set used to decode the object.
Tag: checked
Description: Set or get the status of the check box or radio button.
Tag: choff
Description: Sets or gets a string that can be used to implement your own chOff functionality on the object.
Tag:cite
Description: Set or get reference information about the object.
Tag: classid
Description: Set or get the class identifier of the object.
Tag: classname
Description: Set or get the class of the object.
Tag: clear
Description: Set or get whether the object allows floating objects to be placed on its left, right or both sides to prevent the following text from being displayed on the floating objects.
Tag: clientheight
Description: Get the height of the object, without calculating any margins, borders, or scroll bars, but including the object's padding.
Tag: clientleft
Description: Get the distance between the offsetLeft property and the actual left side of the client area.
Tag: clienttop
Description: Get the distance between the offsetTop property and the actual top of the client area.
Tag: clientwidth
Description: Get the width of the object, without calculating any margins, borders, scroll bars, but including the object's padding
Tag: clientx
Description: Set or get the x coordinate of the mouse pointer position relative to the client area of the window, where the client area does not include the window's own controls and scroll bars.
Tag: clienty
Description: Set or get the y coordinate of the mouse pointer position relative to the client area of the window, where the client area does not include the window's own controls and scroll bars.
Tag: clip
Description: Set or get which part of the positioned object is visible.
Tag: clipbottom
Description: Get the bottom coordinates of the object's clipping area.
Tag: clipleft
Description: Get the left coordinate of the object's clipping area.
Tag: clipright
Description: Get the right coordinates of the object's clipping area.
Tag: cliptop
Description: Get the top coordinates of the object's clipping area.
Tag: closed
Description: Get whether the reference window is closed.
Tag: code
Description: Sets or gets the URL of the file containing the compiled Java class.
Tag: codebase
Description: Set or get the URL of the component.
Tag: codetype
Description: Sets or gets the Internet media type of the associated code.
Tag: color
Description: Set or get the container text color of mpc behavior.
Tag: colordepth
Description: Gets the color bits per pixel used for the target setting or buffer.
Tag: cols
Description: Set or get the width of the object.
Tag: colspan
Description: Set or get the number of table columns that the object should span.
Tag: compact
Description: Sets or gets a Boolean value indicating whether the list should be compressed by removing extra whitespace between list objects.
Tag: compatmode
Description: Sets or gets a value indicating whether this object applies standards compatibility mode.
Tag: complete
Description: Get whether the object is fully loaded.
Tag: content
Description: Set or get resource information associated with HTTP-EQUIV or NAME.
Tag: contenteditable
Description: Set or get a string indicating whether the user can edit the object content.
Tag: contentoverflow
Description: Gets an indication of whether the document contains additional content after processing the current LayoutRect object.
Tag: contentwindow
Description: Get the window object of the specified frame or iframe.
Tag: cookie
Description: Set or get the string value of the cookie.
Tag: cookieenabled
Description: Get whether the client's persistent cookies are enabled in the browser. Persistent cookies are stored on the client's computer.
Tag: coords
Description: Set or get the coordinates of the object.
Tag: count
Description: Get the number of available block formatting tags.
Tag: cpuclass
Description: Gets a string indicating the CPU level.
Tag: csstext
Description: Set or get the permanent representation of the style rule.
Tag:ctrlkey
Description: ctrlKey sets or gets the status of the Ctrl key.
Tag: ctrlleft
Description: Set or get the status of the left Ctrl key.
Tag: cursor
Description: Set or get the mouse pointer used when the mouse pointer points to the object.
Tag: data
Description: Set or get the URL of the referenced object data.
Tag: datafld
Description: Sets or gets the field specified by the dataSrc attribute that is bound to the given data source of the specified object.
Tag: dataformatas
Description: Sets or gets how to render the data provided to the object.
Tag: datapagesize
Description: Set or get the number of records displayed in the table bound to the data source.
Tag: datasrc
Description: Set or get the data source used for data binding.
Tag: datetime
Description: Set or get the date and time of the modified object.
Tag: declare
Description: Sets or gets a string that can be used to implement your own declare function on the object.
Tag: defaultcharset
Description: Get the default character set from the current regional language.
Tag: defaultchecked
Description: Set or get the status of the check box or radio button.
Tag: defaultselected
Description: Set or get the status of the option.
Tag: defaultstatus
Description: Set or get the default information to be displayed on the status bar at the bottom of the window.
Tag: defaultvalue
Description: Set or get the initial content of the object.
Tag: defer
Description: Set or get the status of the script.
Tag: designmode
Description: Set or get the value indicating whether the document can be edited.
Tag: devicexdpi
Description: Set or get the system screen horizontal dots per inch (DPI) value.
Tag: dialogarguments
Description: Set or get the variable or variable array passed to the modal dialog window.
Tag: dialogheight
Description: Set or get the height of the modal dialog box.
Tag: dialogleft
Description: Set or get the left coordinate of the modal dialog box.
Tag: dialogtop
Description: Set or get the top coordinate of the modal dialog box.
Tag: dialogwidth
Description: Set or get the width of the modal dialog box.
Tag: dir
Description: Set or get the reading order of the object.
Tag: direction
Description: Set or get the direction of text scrolling.
Tag: disabled
Description: Set or get the status of the control.
Tag: display
Description: Set or get whether the object should be rendered.
Tag: doctype
Description: Get the document type declaration associated with the current document.
Tag: document
Description: Get the HTML document in the given popup window.
Tag: documentelement
Description: Get a reference to the document root node.
Tag: domain
Ming: Set or get the security domain name of the document.
Tag: dropeffect
Description: Set or get the type of drag operation and the type of cursor to be displayed.
Tag: dynsrc
Description: dynsrc sets or gets the video clip or VRML world to be displayed in the window.
Tag: effectallowed
Description: Sets or gets the source element to which the data transfer operation can be applied to this object.
Tag: encoding
Description: Set or get the MIME encoding of the form.
Tag: enctype
Description: Set or get the Multipurpose Internet Mail Extensions (MIME) encoding of the form.
Tag: event
Description: Sets or gets the event the script is written for.
Tag: expando
Description: Sets or gets the value indicating whether arbitrary variables can be created within the object.
Tag: face
Description: Set or get the current typeface family.
Tag: fgcolor
Description: Set or get the foreground (text) color of the document.
Tag: fielddelim
Description: Specify the character used to mark the end of the data field.
Tag: filecreateddate
Description: Get the date the file was created.
Tag: filemodifieddate
Description: Get the date the file was last modified.
Tag: filesize
Description: Get the file size.
Tag: fileupdateddate
Description: Get the date the file was last updated.
Tag: filter
Description: Set or get the filter or filter collection applied to the object.
Tag: firstchild
Description: Get the reference of the first child object of the object's childNodes collection.
Tag: font
Description: Set or get up to six independent font properties of the object.
Tag: fontfamily
Description: Set or get the font name used by the object text.
Tag: fontsize
Description: Set or get the font size used by the object text.
Tag: fontsmoothingenabled
Description: Get whether the user has enabled the option of rounding the corners of screen fonts in the display settings of the control panel.
Tag: fontstyle
Description: Set or get the font style of the object, such as italic, regular or italic.
Tag: fontvariant
Description: Sets or gets whether the object text is displayed in small caps.
Tag: fontweight
Description: Set or get the font width of the object.
Tag: form
Description: Get the reference of the form in which the object is embedded.
Tag: frame
Description: Set or get the way the border around the table is displayed.
Tag: frameborder
Description: Set or get whether to display the border of the frame.
Tag: frameelement
Description: Get the window of the parent document where the frame or iframe object is located.
Tag: framespacing
Description: Set or get the total amount of additional space between frames.
Tag: fromelement
Description: Set or get the object that is activated when the event occurs or the mouse is about to leave.
Tag: galleryimg
Description: Set or get whether the My Picture Support Image Toolbar is visible for the current image.
Tag: hash
Description: Set or get the segment after the pound sign "#" in the href attribute.
Tag: haslayout
Description: Gets the value indicating whether the object has a layout.
Tag: headers
Description: Set or get the title cell that provides information for the object.
Tag: height
Description: Get the vertical resolution of the screen.
Tag: hidden
Description: Sets or gets the value indicating whether the embedded object is visible.
Tag: hidefocus
Description: Sets or gets the value indicating whether the object is explicitly focused.
Tag: host
Description: Set or get the hostname and port number of location or URL.
Tag: hostname
Description: Set or get the location or the host name part of the URL.
Tag: href
Description: Set or get the URL of the linked style sheet.
Tag: hreflang
Description: Set or get the language code of the object.
Tag: hspace
Description: Set or get the horizontal margin of the object.
tag: htmlfor
Description: Sets or gets the object bound to the event script.
Tag: htmltext
Description: Get the HTML source file as a legal HTML fragment.
Tag: httpequiv
Description: Sets or gets the information used to bind the contents of the META tag to the HTTP response header.
Tag: id
Description: Get the string identifying the object.
Tag: imemode
Description: Set or get the status of the input method editor (IME).
Tag: implementation
Description: Get the implementation object of the current document.
Tag: indeterminate
Description: Set or get whether the user has changed the status of the check box.
Tag: index
Description: Set or get the sequential position of the options in the list box.
Tag: innerhtml
Description: Set or get the HTML located within the opening and closing tags of the object.
Tag: innertext
Description: Set or get the text located within the start and end tags of the object.
Tag: iscontenteditable
Description: Gets a value indicating whether the user can edit the object's content.
Tag: isdisabled
Description: Gets a value indicating whether the user can interact with this object.
Tag: ismap
Description: Sets or gets whether the image is a server-side image mapping.
Tag: ismultiline
Description: Gets a value indicating whether the object's content contains one row or multiple rows.
Tag: isopen
Description: Gets a value indicating whether the popup window has been opened.
Tag: istextedit
Description: Get whether a TextRange object can be created using this object.
Tag: keycode
Description: Sets or gets the Unicode key code associated with the key that caused the event.
Label: label
Description: Set or get the label of the option group.
Tag: lang
Description: Set or get the language to use.
Tag: language
Description: Set or get the language used for current script writing.
Tag: lastchild
Description: Get the reference of the last child object in the childNodes collection of this object
Tag: lastmodified
Description: Get the date the page was last modified, if provided by the page.
Tag: layoutflow
Description: Set or get the direction and wrapping direction of the object content.
Tag: layoutgrid
Description: Set or get the combined document grid properties of the specified text character layout.
Tag: layoutgridchar
Description: Sets or gets the character grid size used to render the text content of the element.
Tag: layoutgridline
Description: Set or get the grid line value used to render the text content of the element.
Tag: layoutgridmode
Description: Set or get whether the text layout grid uses two dimensions.
Tag: layoutgridtype
Description: Sets or gets the grid type used to render the text content of the element.
Tag: left
Description: Set or get the position of the object relative to the left boundary of the next positioned object in the document hierarchy.
Tag: leftmargin
Description: Set or get the left margin of the entire body of the page, instead of the default margin.
Tag: length
Description: Set or get the number of objects in the collection.
Tag: letterspacing
Description: Set or get the sum of additional spaces between characters of the object.
Tag: linebreak
Description: Set or get the line wrapping rules for Japanese text.
Tag: lineheight
Description: Set or get the distance between two lines of the object.
Tag: link
Description: Set or get the color of the object document link.
Tag: linkcolor
Description: Set or get the color of the object document link.
Tag: liststyle
Description: Set or get up to three independent listStyle properties of the object.
Tag: liststyleimage
Description: Sets or gets the image of the list bullet to be applied to the object.
Tag: liststyleposition
Description: Sets or gets how bullets are drawn relative to the object's content.
Tag: liststyletype
Description: Set or get the predefined bullet type of the object.
Tag: logicalxdpt
Description: Get the regular value of system screen horizontal dots per inch (DPI).
Tag: logicalydpi
Description: Get the regular value of the vertical dots per inch (DPI) of the system screen.
Tag: longdesc
Description: Set or get the Uniform Resource Identifier (URI) of the long description of the object.
Tag: loop
Description: Set or get the number of times subtitles are played.
Tag: lowsrc
Description: Sets or gets the lower resolution image to be displayed.
Tag: margin
Description: Set or get the top, bottom, left and right margins of the object.
Tag: marginbottom
Description: Set or get the bottom margin width of the object.
Tag: marginheight
Description: Set or get the height of the top and bottom margins before displaying the text in the frame.
Tag: marginleft
Description: Set or get the left margin width of the object.
Tag: marginright
Description: Set or get the right margin width of the object.
Tag: margintop
Description: Set or get the top margin width of the object.
Tag: marginwidth
Description: Set or get the left and right margin width before displaying the text in the frame.
Tag: maxlength
Description: Set or get the maximum number of characters that the user can enter in the text control.
Tag: media
Description: Set or get the media type.
Tag: menuarguments
Description: Returns the window object where the shortcut menu is executed.
Tag: method
Description: Set or get how to send form data to the server.
Tag: methods
Description: Set or get the list of HTTP methods supported by this object.
Tag:minheight
Description: Set or get the minimum height of the element.
Tag: moreinfo
Description: Get the MoreInfo content of the project banner in the Advanced Stream Redirector (ASX) file through the event object.
Tag: multiple
Description: Set or get a Boolean value indicating whether multiple items can be selected in the list.
Tag: name
Description: Set or get the name of the frame.
Tag: nameprop
Description: Get the file name specified by the href or src attribute of the object.
Tag: nextpage
Description: Get the position of the next page in the print template.
Tag: nextsibling
Description: Get a reference to the next sibling object of this object.
Tag: nodename
Description: Get the name of a specific node type.
Tag: nodetype
Description: Get the type of required node.
Tag: nodevalue
Description: Set or get the value of the node.
Tag: nohref
Description: Set or get whether clicking in this area causes an action.
Tag: noresize
Description: Set or get whether the user can zoom the frame.
Tag: noshade
Description: Set or get whether the horizontal line should be drawn with 3D shadow.
Tag: nowrap
Description: Set or get whether the browser performs automatic line wrapping.
Tag: object
Description: Returns the contained object.
Tag: offscreenbuffering
Description: Sets or gets whether the object should be drawn off-screen before being visible to the user.
Tag: offsettheight
Description: Get the height of the object relative to the layout or the parent coordinate specified by the parent coordinate offsetParent property.
Tag: offsetleft
Description: Gets the calculated left position of the object relative to the layout or parent coordinates specified by the offsetParent property.
Tag: offsetparent
Description: Get the reference of the container object that defines the offsetTop and offsetLeft properties of the object.
Tag: offsettop
Description: Gets the calculated top position of the object relative to the layout or parent coordinates specified by the offsetTop property.
Tag: offsetwidth
Description: Get the width of the object relative to the layout or the parent coordinate specified by the parent coordinate offsetParent property.
Tag: offsetX
Description: Sets or gets the x-coordinate of the mouse pointer position relative to the object that triggered the event.
Tag: offsetY
Description: Sets or gets the y coordinate of the mouse pointer position relative to the object that triggered the event.
Tag: online
Description: Gets a value indicating whether the system is in global offline mode.
Tag: opener
Description: Set or get the reference of the window that created the current window.
Tag: outerhtml
Description: Set or get the HTML form of the object and its content.
Tag: outerText
Description: Set or get the text of the object.
Tag: overflow
Description: overflow sets or gets a value indicating how the object's content is managed when the content exceeds the object's height or width.
Tag: overflowX
Description: Set or get how to manage object content when the content exceeds the width of the object.
Tag: overflowY
Description: Set or get how to manage object content when the content exceeds the height of the object.
Tag: ownerdocument
Description: Set or get the document object associated with the node.
Tag: owningElement
Description: Get the next object in the HTML hierarchy.
Tag: padding
Description: Set or get the total space to be inserted between the object and its margins or, if present, the border.
Tag: paddingbottom
Description: Set or get the total amount of space to be inserted between the object's lower border and the content.
Tag: paddingleft
Description: Set or get the total amount of space to be inserted between the left border of the object and the content.
Tag: paddingright
Description: Set or get the total amount of space to be inserted between the right border of the object and the content.
Tag: paddingtop
Description: Set or get the total amount of space inserted between the object's upper border and content.
Tag: pagebreakafter
Description: Set or get the string indicating that a page break occurs after the object.
Tag: pagebreakbefore
Description: Set or get the string indicating that a page break occurred before the object.
Tag: palette
Description: Get the color palette used to embed the document.
Tag: parent
Description: Get the parent window in the object hierarchy.
Tag: parentElement
Description: Get the parent object in the object hierarchy.
Tag: parentNode
Description: Get the parent object in the document hierarchy.
Tag: parentStyleSheet
Description: Get the style sheet imported into the current style sheet.
Tag: parenttextedit
Description: Gets the container object in the document hierarchy that can be used to create a TextRange containing the original object.
Tag: parentwindow
Description: Get the reference to the window where the container object is located.
Tag: pathname
Description: Set or get the file name or path specified by the object.
Tag: pixelbottom
Description: Set or get the lower position of the object.
Tag: pixelheight
Description: Set or get the height of the object.
Tag: pixelleft
Description: Set or get the left position of the object.
Tag: pixelright
Description: Set or get the right position of the object.
Tag: pixeltop
Description: Set or get the upper position of the object.
Tag: pixelwidth
Description: Set or get the width of the object.
Tag: platform
Description: Get the user's operating system name.
Tag: posheight
Description: Set or get the height of the object in the unit specified by the height tag attribute.
Tag: position
Description: Set or get the positioning method used by the object.
Tag: posleft
Description: Set or get the left position of the object in the unit specified by the left tag attribute.
Tag: posright
Description: Set or get the right position of the object in the unit specified by the right tag attribute.
Tag: postop
Description: Set or get the position above the object in the unit specified by the top tag attribute.
Tag: poswidth
Description: Set or get the width of the object in the unit specified by the width tag attribute.
Tag: profile
Description: Set or get one or more URIs defined by the object's attributes and the legal values of these attributes.
Tag: propertyname
Description: Set or get the changed attribute name on the object.
Tag: protocol
Description: Set or get the protocol part of the URL.
Tag: pseudoclass
Description: Get the string identifying the pseudo-class of the page to which the @page rule applies.
Tag: pvevioussibling
Description: Gets a reference to the previous sibling object of this object.
Tag: qualifier
Description: Sets or gets the name of the data member provided by the data source object.
Tag:rccordset
Description: Sets or gets a reference to the default data set from the data source object.
Tag: readonly
Description: Get whether the rule or style sheet is defined on the page or imported.
Tag: readystate
Description: Get the current state of the object.
Tag: reason
Description: Set or get the data transmission result of the data source object.
Tag: recordnumber
Description: Get the original record of the generated object in the data set.
Tag: referrer
Description: Get the location URL that brings the user to the current page.
Tag: rel
Description: Set or get the relationship between the object and the link purpose.
Tag: repeat
Description: Get whether the onkeydown event is repeating.
Tag: returnValue
Description: Sets or gets the value returned from the modal dialog box.
Tag: rev
Description: Set or get the relationship between the object and the link purpose.
Tag:right
Description: Set or get the right coordinates of the rectangle surrounding the object content.
Tag: rightmargin
Description: Set or get the right margin of the entire body of the page, instead of the default margin.
Tag: rowindex
Description: Get the position of the object in the rows collection of the table.
Tag: rows
Description: Set or get the number of horizontal lines contained in the object.
Tag: rowspan
Description: Set or get how many rows of the table the cell should span.
Tag: rubyalign
Description: Set or get the position of the phonetic text specified by the rt object.
Tag: rubyoverhang
Description: Set or get the position of the phonetic text specified by the rt object.
Tag: rubyposition
Description: Set or get the position of the phonetic text specified by the rt object.
Tag: rules
Description: Set or get which dividers (inner borders) to display.
Tag: savetype
Description: Get the clipboard type when oncontentsave is triggered.
Tag: scheme
Description: Sets or gets the scheme used to interpret the property values specified for the object.
Tag: scope
Description: Set or get the target cell group applied to the object's information.
Tag: scopename
Description: Get the namespace defined for this element.
Tag: screenleft
Description: Get the x coordinate of the upper left corner of the browser client area relative to the upper left corner of the screen.
Tag: screentop
Description: Get the y coordinate of the upper left corner of the browser client area relative to the upper left corner of the screen.
Tag: screenX
Description: Set or get the x coordinate of the mouse pointer position relative to the user's screen.
Tag: screeny
Description: Set or get the y coordinate of the mouse pointer position relative to the user's screen.
Tag: scrollamount
Description: Set or get the number of text scrolling pixels between each subtitle drawing sequence.
Tag: scrollbar3dlightcolor
Description: Set or get the upper left color of the scroll button and scroll slider on the scroll bar.
Tag: scrollbararrowcolor
Description: Set or get the color of the scroll arrow.
Tag: scrollbarbasecolor
Description: Set or get the main color of the scroll bar, which contains the scroll button and scroll slider.
Tag: scrollbardarkshadowcolor
Description: Set or get the color of the slider on the scroll bar.
Tag: scrollbarshadowcolor
Description: Set or get the color of the lower right edge of the scroll box and scroll bar scroll arrow.
Tag: scrollbartrackcolor
Description: Set or get the color of the scroll bar track element.
Tag: scrolldelay
Description: Set or get the subtitle scrolling speed.
Tag: scrollheight
Description: Get the scroll height of the object.
Tag: scrolling
Description: Set or get whether the frame can be scrolled.
Tag: scrollleft
Description: Sets or gets the distance between the left edge of the object and the leftmost end of the currently visible content in the window.
Tag: scrolltop
Description: Set or get the distance between the top of the object and the top of the visible content in the window.
Tag: scrollwidth
Description: Get the scroll width of the object.
Tag: search
Description: Set or get the part following the question mark in the href attribute.
Tag: sectionrowindex
Description: Get the position of the object in the tBody, tHead, tFoot or rows collection.
Tag: security
Description: Gets a value indicating whether the source file of the frame or iframe has specific security restrictions applied.
Tag: selected
Description: Set or get whether the option in the list box is the default item.
Tag: selectedindex
Description: Set or get the position of the selected option in the select object.
Tag: selector
Description: Get the string identifying the page to which the @page rule applies.
Tag: selectortext
Description: Gets a string identifying the element to which the corresponding style sheet rule applies.
Tag: self
Description: Get a reference to the current window or frame.
Tag: shape
Description: Set or get the shape of the object.
Tag: shiftkey
Description: Set or get the status of the Shift key.
Tag: shiftleft
Description: Set or get the status of the left Shift key.
Tag: size (attribute) Discuss in the forum
Description: Set or get the font size of this object.
Tag: sourceindex (attribute) Discuss in the forum
Description: Get the sequential position of the object in source order, that is, the order in which the object appears in the all collection of document.
Tag: span (attribute) Discuss in the forum
Description: Set or get the number of columns in the group.
Tag: specified (attribute) Discuss in the forum
Description: Get whether this attribute is specified.
Tag: src (attribute) Discuss in the forum
Description: Set or get the URL of the sound to be played.
Tag: srcelement (attribute) Discuss in the forum
Description: Set or get the object that triggers the event.
Tag: srcfilter (attribute) Discuss in the forum
Description: Set or get the filter object that triggers the onfilterchange event.
Tag: srcurn (attribute) Discuss in the forum
Description: Get the Uniform Resource Name (URN) of the behavior that triggered the event.
Tag: standby (property) Discuss in the forum
Description: Sets or gets a string that can be used to implement your own standby functionality for the object.
Tag: start (attribute) Go to the forum to discuss
Description: Set or get the starting number of the numbered list.
Tag: status (attribute) Discuss in the forum
Description: Set or get the information in the status bar at the bottom of the window.
Tag: style (attribute) Discuss in the forum
Description: Set the inline style for this setting element.
Tag: stylefloat (attribute) Discuss in the forum
Description: Set or get the side of the object to which the text should be wrapped.
Tag: summary (attribute) Discuss in the forum
Description: Sets or gets the description and/or structure of the object.
Tag: systemlanguage (attribute) Discuss in the forum