HTML tags explained

HTML tags explained
HTML tags explained
1. HTML tags
Tag: !DOCTYPE
Description: Specifies the Document Type Definition (DTD) that the HTML document complies with.

Tags: a
Description: Indicates the starting or destination location of the hyperlink.

Tag: acronym
Note: Indicate abbreviations.

Tag: address
Description: Specific information such as address, signature, author, and originator of this document.

Tags: applet
Description: Places executable content on the page.

Tag: area
Description: Defines the shape, coordinates, and associated URL of a hyperlink area in a client-side image map.

Tag: attribute
Description: Represents the tag attributes or properties of an HTML element in the form of an object.

Tags: b
Description: Specifies that text should be rendered in bold.

Tag: base
Description: Specifies an explicit URL for resolving links and references to external resources, such as images and style sheets.

Tag: basefont
Description: Sets the base font value used as the default font when rendering text.

Tags: bdo
Description: Allows authors to disable bidirectional rules for selected text fragments.

Tag: bgsound
Description: Allows the page to have background sound or create a soundtrack.

Tags: big
Description: Specifies that the included text should be displayed in a font slightly larger than the current font.

Tag: blockquote
Description: Set a quotation in the text.
Tag: body
Description: Specifies the start and end of the document body.

Tags: br
Description: Inserts a line break.

Tags: button
Description: Specifies that the contained HTML is to be rendered as a button.

Tags: caption
Description: Specify a brief description of the table.

Tag: center
Description: Center the following text and images.

Tag: cite
Note: Quotations are indicated in italics.

Tag: clientinformation
Description: Contains information about the web browser.

Tags: clipboarddata
Description: Provides access to predefined clipboard formats for use in editing operations.

Tags: code
Description: Specifies a code example.

Tags: col
Description: Specifies the default properties of a table based on columns.

Tag: colgroup
Description: Specifies the default properties for a column or a group of columns in a table.

Tags: comment
Note: Indicates invisible comments.

Tag: currentStyle
Description: Represents the object format and style specified in the global style sheet, inline style, and HTML tag attributes.

Tags: custom
Description: Represents a user-defined element.

Tag: datatransfer
Description: Provides access to predefined clipboard formats for use in drag operations.
Tags: dd
Description: Indicates a definition in a definition list. Definitions are usually indented within definition lists.

Tag: defaults
Description: Programmatically set the default properties of an element's behavior.

Tags:
Description: Indicates that the text has been deleted from the document.

Tags: dfn
Description: Indicates an example of a definition of a term.

Tag: dir
Description: Causes a directory listing.

Tags:div
Description: Specifies the container for rendering HTML.

Tags: dl
Description: Invokes a definition list.

Tag: document
Description: Represents the HTML document in a given browser window.

Tags: dt
Description: Indicates the definition term in a definition list.

Tags: em
Description: Emphasized text, usually rendered in italics.

Tag: embed
Description: Allows embedding of any document.

Tags: event
Description: Represents the event status, such as the element where the event occurred, keyboard status, mouse position, and mouse button status.

Tags: external
Description: Allows access to the additional object model provided by the Microsoft Internet Explorer browser component host application.

Tag: fieldset
Description: Draws a box around the text and other elements contained in the fieldset.

Tags: font
Description: Specifies a new font, size, and color for rendering the contained text.

Tag: frame
Description: Specifies a single frame within a FRAMESET element.

Tag: frameset
Description: Specifies a frameset, which is used to organize multiple frames and nested framesets.

Tags: from
Description: Specifies that the contained controls function in the form.

Tag: head
Description: Provides an unordered collection of information about a document.

Tags: history
Description: Contains information about URLs that the user has browsed.

Tags: hn
Description: Renders text in a title style.

Tags: hr
Description: Draw a horizontal line.

Tags: html
Description: Indicates that the document contains HTML elements. New in Microsoft Internet Explorer 6 When you specify standards-compliant mode using the !DOCTYPE declaration, this element represents the canvas—the entire surface onto which the document contents will be rendered.

Tags: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: Creates a check box control.

Tag: input type=file
Description: Creates 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: Creates an image control that, when clicked, causes the form to be submitted immediately.

Tag: input type=password
Description: Creates a single-line text input control similar to the INPUT type=text control, but does not display the user input.

Tag: input type=radio
Description: Create a radio button control.

Tag: input type=reset
Description: Creates a button that, when clicked, resets the form controls to their default values.

Tag: input type=submit
Description: Creates a button that submits the form when clicked.

Tag: input type=text
Description: Create a single-line text input control.

Tags: ins
Description: Specifies the text to be inserted into the document.

Tag: isindex
Description: Causes 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.

Tags: label
Description: Specifies labels for other elements on the page.

Tags: legend
Description: Insert a title into the box drawn by the fieldSet object.

Tags:li
Description: Raises an item in a list.

Tags: link
Description: Allows a connection to be established between the current document and an external document.
Tags: listing
Description: Render text in a fixed font.

Tag: location
Description: Contains information about the current URL.

Tag: map
Description: Contains the coordinate data for the client-side image map.

Tag: marquee
Description: Create a scrolling text subtitle.

Tags: menu
Description: Creates 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: Creates a unique identifier that can be read by editing software.

Tags: nobr
Description: Render text without wrapping.

Tag: noframes
Description: Contains HTML for browsers that do not support the FRAMESET element.

Tag: noscript
Description: Specifies the HTML to be displayed in browsers that do not support scripting.

Tag: object
Description: Insert an object into an HTML page.

Tags: ol
Description: Draw a numbered list of text.

Tag: optgroup
Description: Allows authors to logically group options within a select element.
Tag: option
Description: Invokes an option in a select element.

Tags: p
Description: Causes a paragraph.

Tag: page
Description: Represents a @page rule in styleSheet.

Tag: param
Description: Sets the initial value of an attribute of an 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.

Tags: pre
Description: Renders text in a fixed-width font.

Tags: q
Instructions: Isolate quotations from text.

Tags: rt
Description: Specifies the phonetic text of the ruby ​​element.

Tags: ruby
Notes: Indicates annotations or pronunciation guides to be placed above or inline with the text string.

Tag: rule
Description: Represents a style in a Cascading Style Sheet (CSS) consisting of a selector and one or more declarations.

Tag: runtimestyle
Description: Represents the format and style of the object above the format and style specified by the global style sheet, inline styles, and HTML tag attributes.

Tags:
Description: Renders text in a strikethrough font.

Tags: samp
Description: Specifies a code example.

Tags: screen
Description: Contains information about the client's screen and rendering capabilities.

Tags: script
Description: Specifies 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 selection, i.e. the highlighted text block, and/or other elements in the document on which the user can perform certain operations.

Tag: small
Description: Specifies that the included text should be displayed in a font that is slightly smaller than the current font.

Tag: span
Description: Specifies an inline text container.

Tags: strike
Description: Renders text in a strikethrough font.

Tags: strong
Description: Renders 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 a document

Tags: sub
Description: Specifies that the included text should be displayed in subscript format, usually slightly smaller than the current font.

Tags: sup
Description: Specifies that the included text should be displayed in superscript, usually slightly smaller than the current font.

Tags: table
Description: Specifies a table whose contents are to be organized into rows and columns.

Tag: tbody
Description: Specifies the row as the table body.

Tags: td
Description: Specifies a cell in a table

Tag: textarea
Description: Specifies a multi-line text input control.

Tag: textnode
Description: Represents a text string as a node in the document hierarchy.

Tag: textrange
Description: Represents the text in an HTML element.

Tag: textrectangle
Description: Specifies the rectangle that contains a line of text in an element or TextRange object.

Tag: tfoot
Description: Specifies the row as the table footer.

Tags:
Description: Specifies the title column. The header column will be centered in the cell and appear in bold.

Tags: thead
Description: Specifies the row as the table header.

Tag: title
Description: Contains the title of the document.

Tags: tr
Description: Specifies a row in a table.

Tags: tt
Description: Renders text in a fixed-width font.

Tags: u
Description: Renders text with underline.

Tags:ul
Description: Draws a bulleted list of text.

Tag: userprofile
Description: Provides methods that allow scripts to request read access to and perform read operations on user configuration information.

Tags: var
Description: Define programming variables. Usually rendered in italics.

Tags: wbr
Description: Inserts a soft line break into a block of nobr text.

Tag: window
Description: Represents an open window in the browser.

Tags: xml
Description: Define an XML data on an HTML page.

Tags: xmp
Description: Fonts used as examples in fixed width font rendering.


2. HTML tag attributes

Tag: !important
Description: Increases the importance of a specific rule.

Tags: :active
Description: Sets the style of the a element when the link is activated.

Tags::first-letter
Description: Applies one or more styles to the first character of an object.

Tags: :hover
Description: Sets the style of the a element when the user hovers the mouse pointer over the link.

Tags: :link
Description: Sets the style of the a element when the link has not been visited recently.

Tags: :visited
Description: Sets 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: Sets the font to be embedded in HTML documents.

Tag: @import
Description: Imports an external style sheet.

Tags: @media
Description: Sets the media type for a set of rules in a styleSheet object.
Tag: @page
Description: Sets the size, orientation and margins of the page box in the styleSheet.

Tags: abbr
Description: Set or get the abbreviated text of the object.

Tag: accelerator
Description: Sets or gets a string indicating whether the object contains shortcut keys.

Tag: accept
Description: Set or get a comma-separated list of content types.

Tag: acceptcharset
Description: Sets or retrieves the character encodings that the server that processes the form must accept for input data.

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: Gets the object that gets the focus when the parent document has the focus.

Tag: align
Description: Sets or gets how the object is aligned with respect to its adjacent text.

Tag: alink
Description: Sets or gets the color of all activated links in an element.

Tag: alinkcolor
Description: Set or get the color of all activated links in an element.

Tag: allowtransparency
Description: Set or get whether the object can be transparent.

Tag: additive
Description: Sets or gets a 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: Sets an optional replacement HTML script to be executed if the object fails to load.
Tag: altkey
Description: Set or get the state of the Alt key.

Tag: altleft
Description: Set or get the state 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), thereby exempting it from the browser's security model.

Tag: appminorversion
Description: Gets the minor version value of the application.

Tag: appname
Description: Get the name of the browser.

Tag: appversion
Description: Get the platform and version of the browser.

Tag: archive
Description: Sets or gets a string that can be used to implement your own archive functionality for the object.

Tag: atomicselection
Description: Specifies whether the element and its contents must be uniformly selected in one invisible unit.

Tag: autocomplete
Description: Set or get the auto-complete state of an object.

Tag: availheight
Description: Gets the height of the working area of ​​the system screen, excluding the Microsoft Windows taskbar.

Tag: availwidth
Description: Gets the width of the system screen's working area, excluding the Windows taskbar.

Tag: axis
Description: Sets or gets a comma-separated list of concept categories associated with the object.

Tags: background
Description: Sets or gets up to five independent background properties of an object.

Tags: backgroundattachment
Description: Sets or gets how the background image is attached to an object in a document.
Tag: backgroundcolor
Description: Set or get the color behind the object content.

Tags: backgroundimage
Description: Set or get the background image of the object.

Tags: backgroundposition
Description: Set or get the position of the object background.

Tag: backgroundrepeat
Description: Sets or gets how the backgroundImage property of an 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.

Tags: banner
Description: Use the event object to get the banner content of an item in an Advanced Stream Redirector (ASX) file.

Tags: bannerabstract
Description: Gets the BannerAbstract content of an ASX file item.

Tag: basehref
Description: Gets the URL string where the object label can be found. This is usually the href of the document in which the object resides, or a value set by the base element.

Tags: behavior
Description: Set or get how the text scrolls in the subtitle

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: Gets a value indicating the wrapping direction of the content of a block element, from left to right or from right to left.

Tag: border
Description: Sets or gets the properties of the border around the drawn object.

Tag: borderbottom
Description: Set or get the properties of the bottom border of an object.

Tag: borderbottomcolor
Description: Set or get the color of the bottom border of the object.

Tags: borderbottomstyle
Description: Set or get the style of the bottom border of an object.

Tag: borderbottomwidth
Description: Set or get the width of the bottom border of the object.

Tag: bordercollapse
Description: Sets or gets whether the table row and cell borders are combined into a single border or separated as in standard HTML.

Tag: bordercolor
Description: Set or get the border color of an object.

Tags: bordercolordark
Description: Sets or gets one of the two colors used to draw the 3D border of the object.

Tags: bordercolorlight
Description: Sets or gets one of the two colors used to draw the 3D border of the object.

Tag: borderleft
Description: Set or get the properties of the left border of an 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 an 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.

Tags: borderrightcolor
Description: Set or get the color of the right border of the object.

Tags: 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 top, bottom, left, and right borders of an object.

Tag: bordertop
Description: Set or get the properties of the top border of an object.

Tags: bordertopcolor
Description: Set or get the color of the top border of an object.

Tags: bordertopstyle
Description: Set or get the style of the top border of an object.

Tag: bordertopwidth
Description: Set or get the width of the top border of an object.

Tag: borderwidth
Description: Set or get the width of the top, bottom, left and right borders of the object.

Tags: bottom
Description: Set or get the bottom coordinates of the rectangle surrounding the object content.

Tags: bottom
Description: bottom sets or gets the position of an 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: Gets the height of the rectangle to which the TextRange object is bound.

Tag: boundingleft
Description: Gets the distance between the left edge of the rectangle to which the TextRange object is bound and the left side of the containing TextRange object.

Tag: boundingtop
Description: Gets the distance between the top edge of the bound TextRange object and the top edge of the containing TextRange object.

Tag: boundingwidth
Description: Gets the width of the rectangle to which the TextRange object is bound.

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 color of the off-screen bitmap buffer.
Tags: button
Description: Set or get the mouse button pressed by the user.

Tag: cancelbubble
Description: Set or get whether the current event is to bubble up in the event handler.

Tags: canhavechildren
Description: Gets a value indicating whether the object can contain child objects.

Tag: canhavehtml
Description: Gets a value indicating whether the object can contain rich HTML tags.

Tags: 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: Sets or gets the total amount of space between the cell border and the cell content.

Tag: cellspacing
Description: Sets or gets the total amount of space between cells in a table.

Tags:ch
Description: Sets or gets a string that can be used to implement your own ch functionality for the object.

Tag: charset
Description: Set or get the character set used to decode the object.

Tags: checked
Description: Set or get the state of a check box or radio button.

Tags: choff
Description: Sets or gets a string that can be used to implement your own chOff functionality for the object.

Tag: cite
Description: Set or get reference information about an object.

Tag: classid
Description: Set or get the class identifier of an object.

Tag: classname
Description: Set or get the class of an object.
Tag: clear
Description: Sets or gets whether the object allows floating objects to be placed on its left, right, or both sides to prevent the next paragraph of text from being displayed on the floating object.

Tag: clientheight
Description: Get the height of the object, excluding any margins, borders, and scroll bars, but including the padding of the object.

Tag: clientleft
Description: Gets the distance between the offsetLeft property and the actual left edge of the client area.

Tag: clienttop
Description: Gets the distance between the offsetTop property and the actual top of the client area.

Tag: clientwidth
Description: Get the width of the object, excluding any margins, borders, and scroll bars, but including the padding of the object

Tag: clientx
Description: Sets or gets the x coordinate of the mouse pointer relative to the window's client area, where the client area does not include the window's own controls and scroll bars.

Tag: clienty
Description: Sets or gets the y coordinate of the mouse pointer relative to the client area of ​​the window, where the client area does not include the controls and scroll bars of the window itself.

Tags: clip
Description: Set or get which part of the positioned object is visible.

Tags: clipbottom
Description: Get the bottom coordinates of the object clipping area.

Tag: clipleft
Description: Get the left coordinate of the object clipping area.

Tags: clipright
Description: Get the right coordinates of the object clipping area.

Tags: cliptop
Description: Get the top edge coordinates of the object clipping area.

Tag: closed
Description: Gets whether the reference window is closed.

Tags: 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 associated with the code.

Tag: color
Description: Sets or gets the container text color of the mpc behavior.

Tag: colordepth
Description: Gets the number of color bits per pixel used for the destination setting or buffer.

Tag: cols
Description: Set or get the width of the object.

Tag: colspan
Description: Sets or gets 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 compacted by removing extra whitespace between list objects.

Tag: compatmode
Description: Sets or gets a value indicating whether this object applies standards-compliant mode.

Tag: complete
Description: Gets whether the object is fully loaded.

Tag: content
Description: Set or get the resource information associated with HTTP-EQUIV or NAME.

Tag: contenteditable
Description: Sets or gets a string indicating whether the user can edit the object's contents.

Tag: contentoverflow
Description: Gets 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.

Tags: cookies
Description: Set or get the string value of a cookie.

Tags: cookieenabled
Description: Gets whether the client's permanent cookies are enabled in the browser. Persistent cookies are stored on the client computer.

Tags: coords
Description: Set or get the coordinates of an object.

Tag: count
Description: Gets the number of available block formatting tags.

Tag: cpuclass
Description: Gets a string indicating the CPU class.

Tag: csstext
Description: Set or get the permanent representation of the style rule.

Tag: ctrlkey
Description: ctrlKey sets or gets the state of the Ctrl key.

Tag: ctrlleft
Description: Set or get the state of the left Ctrl key.

Tag: cursor
Description: Sets or gets the mouse pointer used when the mouse pointer points to an object.

Tags: data
Description: Set or get the URL that references the object data.

Tag: datafld
Description: Sets or gets the field of the given data source specified by the dataSrc property that is bound to the specified object.

Tags: 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: Sets or gets the data source used for data binding.

Tag: datetime
Description: Sets or gets the date and time when an object was modified.

Tag: declare
Description: Sets or gets a string that can be used to implement your own declare functionality for an object.
Tag: defaultcharset
Description: Get the default character set from the current locale.

Tag: defaultchecked
Description: Sets or gets the state of a check box or radio button.

Tag: defaultselected
Description: Set or get the status of an option.

Tag: defaultstatus
Description: Sets or retrieves the default information to be displayed on the status bar at the bottom of the window.

Tag: defaultvalue
Description: Sets or gets the initial content of the object.

Tag: defer
Description: Set or get the status of the script.

Tag: designmode
Description: Sets or gets a value indicating whether the document can be edited.

Tag: devicexdpi
Description: Set or get the horizontal dots per inch (DPI) value of the system screen.

Tag: dialogarguments
Description: Sets or gets the variable or array of variables passed to the modal dialog window.

Tag: dialogheight
Description: Sets or gets the height of the modal dialog box.

Tag: dialogleft
Description: Sets or gets 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 text scrolling direction.
Tag: disabled
Description: Set or get the state of the control.

Tag: display
Description: Set or get whether the object should be rendered.

Tag: doctype
Description: Gets 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
Description: Set or get the security domain name of the document.

Tag: dropeffect
Description: Sets or gets 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: effect allowed
Description: Sets or gets the source element to which the data transfer operation can be applied.

Tag: encoding
Description: Set or get the MIME encoding of the form.

Tag: enctype
Description: Sets or gets the Multipurpose Internet Mail Extensions (MIME) encoding of the form.

Tags: event
Description: Sets or gets the event that the script is used for.

Tag: expando
Description: Sets or gets a value indicating whether any variable can be created within the object.

Tag: face
Description: Set or get the current font family.

Tag: fgcolor
Description: Sets or gets the foreground (text) color of the document.
Tag: fielddelim
Description: Specifies the character used to mark the end of a data field.

Tag: filecreateddate
Description: Get the date the file was created.

Tag: filemodifieddate
Description: Gets the date a file was last modified.

Tag: filesize
Description: Get the file size.

Tag: fileupdateddate
Description: Gets the date a file was last updated.

Tags: filter
Description: Set or get the filter or filter collection applied to the object.

Tag: firstchild
Description: Gets a reference to the first child object in the object's childNodes collection.

Tags: font
Description: Sets or gets up to six independent font properties of an 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: Gets whether the user has enabled the option to round the corners of screen fonts in the display settings of the Control Panel.

Tag: fontstyle
Description: Sets or gets the font style of an object, such as italic, regular, or oblique.

Tag: fontvariant
Description: Sets or gets whether the object text is displayed in small capital letters.

Tag: fontweight
Description: Set or get the font width of the object.

Tag: form
Description: Gets a reference to the form in which the object is embedded.
Tag: frame
Description: Sets or gets the way the border around the table is displayed.

Tag: frameborder
Description: Set or get whether to display the frame border.

Tag: frameelement
Description: Get the window of the parent document where the frame or iframe object is located.

Tag: framespacing
Description: Sets or gets the total amount of additional space between frames.

Tag: fromelement
Description: Sets or gets the object that is activated or about to be left by the mouse when the event occurs.

Tags:galleryimg
Description: Sets or gets whether the My Picture Support Image Toolbar is visible for the current image.

Tags: hash
Description: Sets or gets the segment after the pound sign "#" in the href attribute.

Tag: haslayout
Description: Gets a value indicating whether the object has a layout.

Tags: headers
Description: Sets or gets the title cell that provides information for the object.

Tag: height
Description: Get the vertical resolution of the screen.

Tags: hidden
Description: Sets or gets a value indicating whether the embedded object is visible.

Tags: hidefocus
Description: Sets or retrieves a value indicating whether the object has explicit focus.

Tag: host
Description: Set or get the hostname and port number of the location or URL.

Tag: hostname
Description: Sets or gets the host name portion of a location or 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 content of the META tag to the HTTP response header.

Tag: id
Description: Gets the string that identifies the object.

Tag: imemode
Description: Sets or gets the state of the Input Method Editor (IME).

Tags: implementation
Description: Get the implementation object of the current document.

Tag: indeterminate
Description: Sets or gets whether the user has changed the state of the check box.

Tags: index
Description: Set or get the ordinal position of the options in the list box.

Tag: innerhtml
Description: Set or get the HTML inside the start and end tags of the object.

Tag: innertext
Description: Set or get the text between the start and end tags of the object.

Tag: iscontenteditable
Description: Gets a value indicating whether the user can edit the contents of the object.

Tag: isdisabled
Description: Gets a value indicating whether the user can interact with this object.

Tags: ismap
Description: Sets or gets whether the image is a server-side image map.
Tag: ismultiline
Description: Gets a value indicating whether the object's contents consist of one or more lines.

Tag: isopen
Description: Gets a value indicating whether the pop-up window is open.

Tag: istextedit
Description: Gets whether this object can be used to create a TextRange object.

Tags: keycode
Description: Sets or gets the Unicode key code associated with the key that caused the event.

Tags: label
Description: Set or get the label of the option group.

Tag:lang
Description: Sets or gets the language to use.

Tag: language
Description: Set or get the language used for writing the current script.

Tag: lastchild
Description: Get the reference of the last child object in the childNodes collection of this object

Tag: lastmodified
Description: Gets the date the page was last modified, if available.

Tags: layoutflow
Description: Set or get the orientation and wrapping direction of the object content.

Tag: layoutgrid
Description: Sets or gets the combined document rule attributes of the specified text character layout.

Tags: layoutgridchar
Description: Sets or gets the character grid size used to render the text content of an element.

Tags: layoutgridline
Description: Sets or gets the grid line value used to render the text content of an element.

Tag: layoutgridmode
Description: Set or get whether the text layout grid uses two dimensions.

Tags: layoutgridtype
Description: Sets or gets the grid type used to render the text content of an element.
Tag: left
Description: Sets or gets the position of an object relative to the left edge 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.

Tags: letterspacing
Description: Sets or gets the total amount of additional space between characters of an object.

Tag: linebreak
Description: Set or get the line breaking rules for Japanese text.

Tag: lineheight
Description: Set or get the distance between two lines of an object.

Tags: link
Description: Sets or gets the color of the object document link.

Tag: linkcolor
Description: Set or get the color of the object document link.

Tag: liststyle
Description: Sets or gets up to three independent listStyle properties of the object.

Tag: liststyleimage
Description: Sets or retrieves the list bullet image to be applied to the object.

Tag: liststyleposition
Description: Sets or gets how to draw bullets relative to the object content.

Tag: liststyletype
Description: Set or get the predefined bullet type of the object.

Tags: logicalxdpt
Description: Get the general value of the horizontal dots per inch (DPI) of the system screen.

Tags: logicalydpi
Description: Get the general 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 object's long description.
Tag: loop
Description: Set or get the number of subtitle playbacks.

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 top and bottom margin heights 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 width of the left and right margins before displaying the text in the frame.

Tag: maxlength
Description: Sets or gets the maximum number of characters that the user can enter in the text control.

Tags: 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.

Tags: methods
Description: Set or get the list of HTTP methods supported by this object.

Tag: minheight
Description: Sets or gets the minimum height of an element.
Tags: moreinfo
Description: Gets the MoreInfo content of the item banner in the Advanced Stream Redirector (ASX) file through the event object.

Tags: multiple
Description: Sets or gets 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: Gets 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: Gets 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 the required node.

Tag: nodevalue
Description: Set or get the value of a node.

Tag: nohref
Description: Sets or gets whether clicking in this area causes an action.

Tag: noresize
Description: Set or get whether the frame can be scaled by the user.

Tags: noshade
Description: Set or get whether to draw 3D shadows on the horizontal line.

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.
Tags: offsetheight
Description: Gets the height of the object relative to the layout or the parent coordinate specified by the offsetParent property.

Tag: offsetleft
Description: Gets the calculated left position of the object relative to the layout or the parent coordinates specified by the offsetParent property.

Tag: offsetparent
Description: Gets a reference to the container object that defines the object's offsetTop and offsetLeft properties.

Tag: offsettop
Description: Gets the calculated top position of the object relative to the layout or the parent coordinates specified by the offsetTop property.

Tag: offsetwidth
Description: Gets the width of the object relative to the layout or the parent coordinates specified by the offsetParent property.

Tag: offsetX
Description: Sets or retrieves the x coordinate of the mouse pointer relative to the object that triggered the event.

Tag: offsetY
Description: Sets or retrieves the y coordinate of the mouse pointer relative to the object that triggered the event.

Tags: online
Description: Gets a value indicating whether the system is in global offline mode.

Tag: opener
Description: Sets or gets the reference to the window that created the current window.

Tag: outerhtml
Description: Set or get the HTML form of the object and its contents.

Tag: outerText
Description: Sets or gets the text of an object.

Tag: overflow
Description: overflow Sets or gets a value indicating how to manage the contents of an object when the contents exceed the height or width of the object.

Tag: overflowX
Description: Sets or gets how to manage the object content when the content exceeds the object width.

Tag: overflowY
Description: Sets or gets how to manage the object content when the content exceeds the object height.

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: Sets or gets the total space to be inserted between the object and its margins or, if a border exists, between the object and its border.

Tag: paddingbottom
Description: Sets or gets the total amount of space to be inserted between the bottom border of an object and its content.

Tag: paddingleft
Description: Sets or retrieves the total amount of space to be inserted between the object's left border and its content.

Tag: paddingright
Description: Sets or gets the total amount of space to be inserted between the object's right border and its content.

Tag: paddingtop
Description: Sets or gets the total amount of space inserted between the top border and content of an object.

Tag: pagebreakafter
Description: Sets or retrieves a string indicating that a page break occurs after an object.

Tag: pagebreakbefore
Description: Sets or gets a string indicating that a page break occurs before an object.

Tag: palette
Description: Gets the color palette used for embedded documents.

Tag: parent
Description: Gets the parent window in the object hierarchy.

Tag: parentElement
Description: Gets 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 a container object in the document hierarchy that can be used to create a TextRange that contains the original object.


Tag: parentwindow
Description: Get the reference of 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 bottom 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 top 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: Sets or gets the object height 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: Sets or gets the left position of the object in the unit specified by the left tag attribute.

Tags: posright
Description: Sets or gets the right position of the object in the unit specified by the right tag attribute.

Tags: postop
Description: Set or get the top position of the object in the unit specified by the top tag attribute.

Tag: poswidth
Description: Set or get the object width in the unit specified by the width tag attribute.
Tag: profile
Description: Sets or gets the properties of an object and one or more URIs defined by the legal values ​​of those properties.

Tag: propertyname
Description: Sets or gets the name of the property that has changed on the object.

Tag: protocol
Description: Set or get the protocol portion of the URL.

Tags: pseudoclass
Description: Gets a string identifying the pseudo-class of the page to which the @page rule applies.

Tags: 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 dataset from a data source object.

Tag: readonly
Description: Gets 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 transfer result of the data source object.

Tag: recordnumber
Description: Get the original records of the generated objects in the dataset.

Tag: referrer
Description: Gets the URL that introduced the user to the current page.

Tags: rel
Description: Set or get the relationship between the object and the link destination.

Tag: repeat
Description: Gets whether the onkeydown event is repeating.

Tag: returnValue
Description: Sets or gets the value returned from a modal dialog box.
Tags: rev
Description: Set or get the relationship between the object and the link destination.

Tags: right
Description: Set or get the right coordinates of the rectangle surrounding the object content.

Tag: rightmargin
Description: Sets or gets 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: Sets or gets the number of horizontal lines contained in the object.

Tag: rowspan
Description: Set or get the number of rows a cell spans across the table.

Tag: rubyalign
Description: Sets or gets the position of the phonetic text specified by the rt object.

Tag: rubyoverhang
Description: Sets or gets 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.

Tags: rules
Description: Set or get which separator lines (internal 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 value specified for the object.

Tag: scope
Description: Sets or gets the cell group to which the object's information applies.

Tag: scopename
Description: Gets 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: Sets or gets the x coordinate of the mouse pointer relative to the user's screen.

Tag: screeny
Description: Sets or gets the y coordinate of the mouse pointer position relative to the user's screen.

Tag: scrollamount
Description: Sets or gets the number of pixels to scroll the text between each subtitle drawing sequence.

Tags: scrollbar3dlightcolor
Description: Set or get the upper left color of the scroll button and scroll slider on the scroll bar.

Tags: scrollbararrowcolor
Description: Set or get the color of the scroll arrow mark.

Tag: scrollbarbasecolor
Description: Sets or gets the main color of the scroll bar, which includes the scroll button and the scroll thumb.

Tags: scrollbardarkshadowcolor
Description: Set or get the color of the scroll bar's chute.

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.

Tags: scrolling
Description: Set or get whether the frame can be scrolled.

Tag: scrollleft
Description: Sets or gets the distance between the left border of the object and the leftmost end of the currently visible content in the window.

Tag: scrolltop
Description: Sets or gets 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: Sets or gets the part following the question mark in the href attribute.

Tag: sectionrowindex
Description: Gets 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 a frame or iframe has specific security restrictions applied to it.

Tags: selected
Description: Set or get whether the option in the list box is the default item.

Tag: selectedindex
Description: Sets or gets the position of the selected option in the select object.

Tag: selector
Description: Gets a 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: Gets a reference to the current window or frame.

Tag: shape
Description: Sets or gets the shape of the object.

Tags: shiftkey
Description: Sets or gets the state of the Shift key.

Tag: shiftleft
Description: Sets or gets the status of the left Shift key.

Tag: size (attribute) Go to forum discussion
Description: Set or get the font size of the object.

Tag: sourceindex (attribute) Go to forum discussion
Description: Get the object's position in the source sequence, that is, the order in which the object appears in the all collection of the document.

Tag: span (attribute) Go to forum discussion
Description: Sets or gets the number of columns in a group.
Tag: specified (attribute) Go to forum discussion
Description: Gets whether this attribute is specified.

Tag: src (attribute) Go to forum discussion
Description: Sets or gets the URL of the sound to be played.

Tag: srcelement (attribute) Go to forum discussion
Description: Set or get the object that triggers the event.

Tag: srcfilter (attribute) Go to forum discussion
Description: Set or get the filter object that triggers the onfilterchange event.

Tag: srcurn (attribute) Go to forum discussion
Description: Gets the uniform resource name (URN) of the behavior that triggered the event.

Tag: standby (attribute) Go to forum discussion
Description: Sets or gets a string that can be used to implement your own standby functionality for the object.

Tag: start (attribute) Go to forum discussion
Description: Set or get the starting number of the numbered list.

Tag: status (attribute) Go to forum discussion
Description: Set or get the information of the status bar at the bottom of the window.

Tag: style (attribute) Go to forum discussion
Description: Set the inline style for this setting element.

Tag: stylefloat (attribute) Go to forum discussion
Description: Set or get the side of the object to which the text will wrap.

Tag: summary (attribute) Go to forum discussion
Description: Sets or gets the description and/or structure of an object.

Tag: systemlanguage (attribute) Go to forum discussion
Description: Gets the default language applicable to the operating system.

Tag: tabindex (attribute) Go to forum discussion
Description: Set or get the index that defines the tab order of the object.

Tag: tablelayout (properties) Go to forum discussion
Description: Sets or gets a string indicating whether the table layout is fixed.

Tag: tabstop (attribute) Go to forum discussion
Description: Sets or gets whether the element behavior can receive focus and participate in the tab sequence.
Tag: tagname (attribute) Go to forum discussion
Description: Get the tag name of the object.

Tag: tagurn (attribute) Go to forum discussion
Description: Sets or gets the Uniform Resource Name (URN) specified in a namespace declaration.

Tag: target (attribute) Go to forum discussion
Description: Set or get the window or frame in which the target content is to be displayed.

Tag: text (attribute) Go to forum discussion
Description: Sets or gets the text contained in the range.

Tag: text (attribute) Go to forum discussion
Description: Sets or gets the text contained in the range.

Tag: textalign (attribute) Go to forum discussion
Description: Sets or gets whether the text in the object is left-aligned, right-aligned, centered, or justified.

Tag: textalignlast (attribute) Go to forum discussion
Description: Set or get how to arrange the last row or the only row of an object.

Tag: textautospace (attribute) Go to forum discussion
Description: Sets or gets the narrow space width adjustment for automatic margin and text.

Tag: textdecoration (attribute) Go to forum discussion
Description: Set or get whether the text in the object has a flashing, strikethrough, overline, or underline style.

Tag: textdecorationblink (attribute) Go to forum discussion
Description: Sets or gets a Boolean value indicating whether the object's textDecoration attribute contains "blink".

Tag: textdecorationlinethrough (attribute) Go to forum discussion
Description: Sets or gets a Boolean value indicating whether the text in the object has a strikethrough.

Tag: textdecorationnone (attribute) Go to forum discussion
Description: Sets or gets a Boolean value indicating whether the object's textDecoration property is set to none.

Tag: textdecorationoverline (attribute) Go to forum discussion
Description: Sets or gets a Boolean value indicating whether the text in the object is overlined.

Tag: textdecorationunderline (attribute) Go to forum discussion
Description: Sets or gets the Boolean value of whether the text in the object is underlined.

Tag: textindent (attribute) Go to forum discussion
Description: Set or get the indent of the text in the object.

Tag: textjustify (attribute) Go to forum discussion
Description: Sets or gets the alignment type used for text within an object.

Tag: textkashidaspace (attribute) Go to forum discussion
Description: Sets or gets the kashida expansion ratio of the space expansion used when aligning text lines within an object.

Tag: textoverflow (attribute) Go to forum discussion
Description: Sets or retrieves a value indicating whether to display ellipsis to indicate text overflow.

Tag: texttransform (attribute) Go to forum discussion
Description: Set or get the text rendering method in the object.

Tag: textunderlineposition (attribute) Go to forum discussion
Description: Sets or gets the position of the underline set in the textDecoration property of the object.

Tag: tfoot (attribute) Go to forum discussion
Description: Get the table's tFoot object.

Tag: thead (attribute) Go to forum discussion
Description: Get the table's tHead object.

Tag: title (attribute) Go to forum discussion
Description: Set or get the consulting information (tooltip) of the object.

Tag: toelement (attribute) Go to forum discussion
Description: Sets or gets a reference to the object to which the user wants to move the mouse pointer.

Tag: top (attribute) Go to forum discussion
Description: Sets or gets the position of an object relative to the top edge of the next positioned object in the document hierarchy.

Tag: topmargin (attribute) Go to forum discussion
Description: Set or get the top margin of the page.

Tag: truespeed (attribute) Go to forum discussion
Description: Sets or gets whether the subtitle position is calculated using the scrollDelay and scrollAmount properties, and the actual time elapsed comes from the clock timing.

Tag: type (attribute) Go to forum discussion
Description: Set or get the style of the list.

Tag: typedetail (attribute) Go to forum discussion
Description: Get the name of the selected area type.

Tag: unicodebidi (attribute) Go to forum discussion
Description: Sets or gets the embedding level for bidirectional rules.

Tag: uniqueid (attribute) Go to forum discussion
Description: Gets a unique identifier that is automatically generated for the object.

Tag: units (attribute) Go to forum discussion
Description: Set or get the height and width units of the embed object.

Tag: unselectable (attribute) Go to forum discussion
Description: Specifies that the element cannot be selected.

Tag: updateinterval (attribute) Go to forum discussion
Description: Set or get the screen update interval.

Tag: URL (attribute) to forum discussion
Description: Set or get the URL of the current document.

Tag: URLUnencoded (attribute) Go to forum discussion
Description: Get the URL of the document, removing all character encodings.

Tag: urn (attribute) Go to forum discussion
Description: Set or get the URN of the target document.

Tag: useMap (attribute) Go to forum discussion
Description: Sets or gets the URL used for a client-side image map, usually with a bookmark extension (#name).

Tag: useragent (attribute) Go to forum discussion
Description: Gets a string equivalent to the HTTP User-Agent request header.

Tag: userlanguage (attribute) Go to forum discussion
Description: Gets the natural language setting of the operating system.

Tag: valign (attribute) Go to forum discussion
Description: Set or get whether the title is above or below the table.

Tag: value (attribute) Go to forum discussion
Description: Gets or sets the text in the textArea element field.

Tag: value (attribute) Go to forum discussion
Description: Get the default or selected value of a control.

Tag: value (attribute) Go to forum discussion
Description: Set or get the value of a list item.

Tag: value (attribute) Go to forum discussion
Description: Set or get the value returned to the server when the form control is submitted.

Tag: value (attribute) Go to forum discussion
Description: Set or get the display value of the control object. This value will be returned to the server when the control object is submitted.

Tag: value (attribute) Go to forum discussion
Description: Get the file name of the input object after the text is set via user input.

Tag: valuetype (attribute) Go to forum discussion
Description: Set or get the data type of the value tag attribute.

Tag: vcard_name (attribute) Go to forum discussion
Description: Sets or gets the vCard value of the object to be used in the auto-complete box.

Tag: version (attribute) Go to forum discussion
Description: Sets or gets the document type definition (DTD) version that manages the current document.

Tag: verticalalign (attribute) Go to forum discussion
Description: Set or get the vertical arrangement of the object.

Tag: viewinheritstyle (attribute) Go to forum discussion
Description: Sets or retrieves a value indicating whether the document fragment inherits the CSS styles set in the main document.

Tag: viewlink (attribute) Go to forum discussion
Description: Set or get the document object that provides content for the main element.

Tag: viewmastertab (properties) Go to forum discussion
Description: Sets or gets a value indicating whether the main element of the viewlink is included in the tab sequence of the main document.

Tag: visibility (attribute) Go to forum discussion
Description: Set or get whether the content of the object is displayed.

Tag: vlink (attribute) Go to forum discussion
Description: Set or get the color of visited links in an object.

Tag: vlinkcolor (attribute) Go to forum discussion
Description: Set or get the color of links that the user has visited.

Tag: volume (attribute) Go to forum discussion
Description: Set or get the sound volume setting.

Tag: vspace (attribute) Go to forum discussion
Description: Set or get the vertical margin of an object.

Tag: wheeidelta (attribute) Go to forum discussion
Description: Set or get the scroll distance and direction of the scroll wheel button.

Tag: whitespace (attribute) Go to forum discussion
Description: Set or get whether to automatically wrap lines in the object.

Tag: width (attribute) Go to forum discussion
Description: Get the vertical resolution of the screen.

Tag: wordbreak (attribute) Go to forum discussion
Description: Set or get the line breaking behavior within a word, especially when there are multiple languages ​​in the object.

Tag: wordspacing (attribute) Go to forum discussion
Description: Sets or gets the total amount of additional space between words in an object.

Tag: wordwrap (attribute) Go to forum discussion
Description: Set or get whether to break the content when it exceeds the boundary of its container.

Tag: wrap (attribute) Go to forum discussion
Description: Sets or gets how to handle automatic line wrapping in an object.

Tag: writingmode (attribute) Go to forum discussion
Description: Sets or gets the direction and wrap of the object content.

Tag: x (attribute) Go to forum discussion
Description: Sets or gets the x pixel coordinate of the mouse pointer position relative to the parent document.

Tag: xmldocument (attribute) Go to forum discussion
Description: Gets a reference to the XML Document Object Model (DOM) exposed by the object.

Tag: xmlns (attribute) Go to forum discussion
Description: Declare the namespace of custom tags in HTML documents.

Tag: xsldocument (attribute) Go to forum discussion
Description: Get a reference to the top-level node of the XSL document.

Tag: y (attribute) Go to forum discussion
Description: Sets or gets the y pixel coordinate of the mouse pointer position relative to the parent document.

Tag: zindex (attribute) Go to forum discussion
Description: Set or get the stacking order of positioned objects.

Tag: zoom (attribute) Go to forum discussion
Description: Set or get the magnification ratio of the object.


3. HTML tag events


Tags: onabort
Description: Fired when the user interrupts the download of an image.

Tag: onactivate
Description: Fired when the object is set as the active element.

Tag: onafterprint
Description: Fired on an object immediately after the document it is associated with is printed or print previewed.

Tag: onafterupdate
Description: Triggered on the data-bound object when the associated object in the data source object is successfully updated.

Tag: onbeforeactivate
Description: Fires immediately before the object is set as the current element.

Tag: onbeforecopy
Description: Fired on the source object before the selected area is copied to the system clipboard.

Tag: onbeforecut
Description: Fired on the source object before the selected area is deleted from the document.

Tag: onbeforedeactivate
Description: Fired immediately before activeElement changes from the current object to another object in the parent document.

Tag: onbeforeeditfocus
Description: Triggered before an object contained in an editable element enters the user interface active state or before the editable container becomes the control selection area.

Tag: onbeforepaste
Description: Triggered on the target object before the selected area is pasted from the system clipboard to the document.

Tags: onbeforeprint
Description: Triggered on an object before its associated document is printed or print previewed.

Tag: onbeforeunload
Description: Triggered before the page is unloaded.

Tag: onbeforeupdate
Description: Triggered on the data-bound object before the associated object in the data source object is successfully updated.

Tag: onblur
Description: Triggered when the object loses input focus.

Tag: onbounce
Description: Triggered when the behavior property of the marquee object is set to "alternate" and the content of the subtitle reaches one side of the window.

Tag: oncellchange
Description: Triggered when data in the data provider changes.

Tag: onchange
Description: Triggered when the content of the object or selected area changes.

Tag: onclick
Description: Triggered when the user clicks the object with the left mouse button.

Tag: oncontextmenu
Description: Triggered when the user right-clicks the client area to open the context menu.

Tag: oncontrolselect
Description: Triggered when the user is about to make a control selection for the object.

Tags: oncopy
Description: Fired on the source element when the user copies an object or selection and adds it to the system clipboard.

Tag: oncut
Description: Fires on the source element when an object or selection is removed from the document and added to the system clipboard.

Tag: ondataavailable
Description: Triggered whenever data arrives from the data source object that transmits data asynchronously.

Tag: ondatasetchanged
Description: Triggered when the data set corresponding to the data source object changes.

Tag: ondatasetcomplete
Note: Once triggered, it indicates that all data in the data source object is available.

Tag: ondblclick
Description: Triggered when the user double-clicks the object.
Tag: ondeactivate
Description: Triggered when the activeElement changes from the current object to another object in the parent document.

Tag: ondrag
Description: Fires continuously on the source object while a drag operation is in progress.

Tag: ondragend
Description: Fired on the source object when the user releases the mouse after the drag operation ends.

Tag: ondragenter
Description: Triggered on the target element when the user drags an object to a valid drag target.

Tags: ondragleave
Description: Fired on the target object when the user moves the mouse out of a legal drag target during a drag operation.

Tag: ondragover
Description: When the user drags the object over a legal drag target, it is triggered continuously on the target element.

Tag: ondragstart
Description: Triggered on the source object when the user starts dragging the text selection area or selecting the object.

Tag: ondrop
Description: Fires on the target object when the mouse button is released during a drag operation.

Tag: onerror
Description: Triggered when an error occurs during object loading.

Tag: onerrorupdate
Description: Triggered on a data-bound object when an error occurs in updating the associated data in a data source object.

Tag: onfilterchange
Description: Fired when a visual filter changes state or completes a transition.

Tag: onfinish
Description: Triggered when the subtitle loop is completed.

Tag: onfocus
Description: Fired when the object gains focus.

Tag: onfocusin
Description: Fired just before an element is set to focus.

Tag: onfocusout
Description: Fires on the currently focused element immediately after moving focus to another element.
Tag: onhelp
Description: Triggered when the user presses the F1 key while the browser is the current window.

Tag: onkeydown
Description: Triggered when the user presses a keyboard key.

Tag: onkeypress
Description: Fired when the user presses a literal key.

Tag: onkeyup
Description: Triggered when the user releases a keyboard key.

Tag: onlayoutcomplete
Description: Triggered when the print or print preview layout process completes filling the current LayoutRect object with the content from the source document.

Tag: onload
Description: Fires immediately after the browser finishes loading the object.

Tag: onlosecapture
Description: Triggered when the object loses mouse capture.

Tag: onmousedown
Description: Fired when the user clicks the object with any mouse button.

Tag: onmouseenter
Description: Fired when the user moves the mouse pointer into the object.

Tag: onmouseleave
Description: Fired when the user moves the mouse pointer out of the object's boundaries.

Tag: onmousemove
Description: Triggered when the user moves the mouse over the object.

Tag: onmouseout
Description: Fired when the user moves the mouse pointer out of the object's boundaries.

Tag: onmouseover
Description: Fired when the user moves the mouse pointer into the object.

Tag: onmouseup
Description: Fired when the user releases the mouse button while the mouse is over the object.

Tag: onmousewheel
Description: Fired when the mouse wheel button is rotated.

Tag: onmove
Description: Triggered when the object moves.

Tag: onmoveend
Description: Triggered when the object stops moving.

Tag: onmovestart
Description: Triggered when the object starts moving.

Tag: onpaste
Description: Fired on the target object when the user pastes data to transfer data from the system clipboard to the document.

Tag: onpropertychange
Description: Fired when a property change occurs on an object.

Tag: onreadystatechange
Description: Triggered when the object state changes.

Tag: onreset
Description: Fired when the user resets the form.

Tag: onresize
Description: Fired when the object is about to change its size.

Tag: onresizeend
Description: Triggered when the user changes the size of the object in the selected area of ​​the control.

Tag: onresizestart
Description: Triggered when the user starts to change the size of the object in the selected area of ​​the control.

Tags: onrowenter
Description: Triggered to indicate that the current row has been changed in the data source and new data values ​​are available on the object.

Tag: onrowexit
Description: Fired before the data source control changes the current row of the object.

Tag: onrowsdelete
Description: Triggered when a row is about to be deleted from the recordset.

Tag: onrowsinserted
Description: Triggered when a new row is inserted into the current recordset.

Tag: onscroll
Description: Triggered when the user scrolls the object's scroll bar.

Tag: onselect
Description: Triggered when the current selection changes.

Tag: onselectionchange
Description: Triggered when the selection state of the document changes.

Tag: onselectstart
Description: Triggered when an object is about to be selected.

Tag: onstart
Description: Fired at the beginning of each loop of the marquee object.

Tag: onstop
Description: Triggered when the user clicks the Stop button or leaves the web page.

Tag: onsubmit
Description: Triggered when the form is about to be submitted.

Tag: onunload
Description: Fired immediately before an object is unloaded.

<<:  Detailed explanation of the use of cloud native technology kubernetes scheduling unit pod

>>:  Detailed explanation of Json format

Recommend

Native js to achieve star twinkling effect

This article example shares the specific code of ...

Getting Started: A brief introduction to HTML's basic tags and attributes

HTML is made up of tags and attributes, which are...

Connector configuration in Tomcat

JBoss uses Tomcat as the Web container, so the co...

Detailed explanation of the 4 codes that turn the website black, white and gray

The 2008.5.12 Wenchuan earthquake in Sichuan took...

The difference and usage of Ctrl+z, Ctrl+c and Ctrl+d in Linux commands

What does Ctrl+c, Ctrl+d, Ctrl+z mean in Linux? C...

CSS scroll bar style modification code

CSS scroll bar style modification code .scroll::-...

SQL serial number acquisition code example

This article mainly introduces the sql serial num...

Implementation of check constraints in MySQL 8.0

Hello everyone, I am Tony, a teacher who only tal...

How to use CSS to display multiple images horizontally in the center

Let me first talk about the implementation steps:...

Detailed Example of MySQL InnoDB Locking Mechanism

1. InnoDB locking mechanism The InnoDB storage en...

Specific use of MySQL global locks and table-level locks

Table of contents Preface Global Lock Table lock ...