


DHTML object (common attributes of various HTML objects)_HTML/Xhtml_Web page production
!DOCTYPE | Specifies the document type definition (DTD) that the HTML document follows. |
a | Indicate the starting or destination location of the hyperlink. |
acronym | Indicate abbreviations. |
address | Specific information such as address, signature, author, originator of this document. |
applet | Place executable content on the page. |
area | Define a client-side image that maps the shape, coordinates and associated URL of a hyperlinked area in . |
attribute | Represents the tag attribute or attribute of an HTML element in the form of an object. |
b | Specifies that text should be rendered in bold. |
base | Specify a display URL used to resolve links and references to external sources, such as images and stylesheets. |
baseFont | Set the base font value used as the default font when rendering text. |
bdo | Allows authors to disable bidirectional rules for selected text fragments. |
bgSound | Allow pages to have background sounds or create audio tracks. |
big | Specifies that the included text should be displayed in a slightly larger font than the current font. |
blockQuote | Set a quote in the text. |
body | Specify the beginning and end of the document body. |
br | Insert a newline character. |
button | Specifies that the HTML contained within it should be rendered as a button. |
caption | Specify a brief description of the form. |
center | Center the following text and images. |
cite | Indicate quotes in italics. |
clientInformation | Contains information about web browsers. |
clipboardData | Provides access to predefined clipboard formats for use in editing operations. |
code | Specify code examples. |
col | Specify column-based table default properties. |
colGroup | Specify the default properties of a column or a group of columns in the table. |
comment | Mark invisible comments. |
currentStyle | represents object formats and styles specified in global style sheets, inline styles, and HTML tag attributes. |
custom | represents a user-defined element. |
dataTransfer | Provides access to predefined clipboard formats for use in drag operations. |
dd | Indicate the definition in the definition list. Definitions are usually indented in definition lists. |
defaults | Programmatically set default attributes for element behavior. |
del | indicates that the text has been removed from the document. |
dfn | Indicates a definition instance of the term. |
Dialog Help Assistant![]() |
Provides access to color dialogs and block formatting and font collections. |
dir | Cause directory listing. |
div | Specify the container for rendering HTML. |
dl | Causes a list of definitions. |
document | represents the HTML document in a given browser window. |
dt | Indicate defining terms in the definition list. |
em | Emphasized text, usually rendered in italics. |
embed | Allows embedding in any document. |
event | represents event status, such as the element on which the event occurred, keyboard status, mouse position and mouse button status. |
external | Allows access to additional object models provided by the Microsoft ® Internet Explorer browser component hosting application. |
fieldSet | Draws a box around the text and other elements contained in the fieldset. |
font | Specify the new font, size, and color used to render the contained text. |
form | Specifies that the included controls function in the form. |
frame | Specify a single frame within a FRAMESET element. |
frameSet | Specify a frameset for organizing multiple frames and nested framesets. |
head | Provides an unordered collection of information about a document. |
history | Contains information about the URLs the user has browsed. |
hn | Render text in title style. |
hr | Draw a horizontal line. |
html | Indicates that the document contains HTML elements. |
HTML comments | Prevents any embedded text or HTML source code from being processed and displayed in the browser window. |
i | Specifies that text should be rendered in italics, if available. |
iframe | Create inline floating frames. |
img | Embed an image or video clip in your document. |
implementation![]() |
contains information about the modules supported by the object . |
IMPORT | Import tag definitions from element behaviors. |
input | Create various form input controls. |
input type=button | Create a button control. |
input type=checkbox | Create a checkbox control. |
input type=file | Create a file upload control with a text box and a browse button. |
input type=hidden | Transmit status information about client/server interactions. |
input type=image | Create an image control that when clicked will cause the form to be submitted immediately. |
input type=password | Creates a single-line text input control similar to the INPUT type=text control, but does not display the content entered by the user. |
input type=radio | Create a radio button control. |
input type=reset | Create a button that when clicked will reset the form controls to their default values. |
input type=submit | Create a button that when clicked will submit the form. |
input type=text | Create a single-line text input control. |
ins | Specifies text to be inserted into the document. |
isIndex | Causes the browser to display a dialog box prompting the user to enter a single line of text. |
kbd | Renders text in a fixed-width font. |
label | Specify tags for other elements on the page. |
legend | Insert a title within the box drawn by the fieldSet object. |
li | Causes an item in the list. |
link | Allows connections between the current document and external documents. |
listing | Render text in fixed font. |
location | Contains information about the current URL. |
map | Contains coordinate data for client image mapping. |
marquee | Create a scrolling text subtitle. |
menu | Create an unordered list of items. |
meta | Conveys hidden information about the document to servers and clients. |
namespace | Dynamicly import an element behavior into the document. |
navigator | Contains information about web browsers. |
nextID | Create a unique identifier that editing software can read. |
noBR | Renders text without wrapping. |
noFrames | Contains HTML for use by browsers that do not support the FRAMESET element. |
noScript | Specify HTML to be displayed in browsers that do not support scripts. |
object | Insert objects into HTML pages. |
ol | Draws a numbered list of text. |
optGroup![]() |
Allows authors to logically group options within the select element. |
option | causes an option in the SELECT element. |
p | Cause a paragraph. |
page | represents a @page rule in styleSheet. |
param | Set the initial attribute value of the APPLET, EMBED or OBJECT element. |
plainText | Renders text in a fixed-width font and does not handle tags. |
popup | 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. |
pre | Renders text in a fixed-width font. |
q | Isolate quotes from text. |
rt | Specifies the phonetic text of the RUBY element. |
ruby | Specifies annotations or pronunciation guides to be placed above or embedded in the text string. |
rule | represents a style in Cascading Style Sheets (CSS) consisting of a selector and one or more declarations. |
runtimeStyle | represents the formatting and styling of objects above those specified by global style sheets, inline styles, and HTML tag attributes. |
s | Render text in strikethrough font. |
samp | Specify code examples. |
screen | Contains information about the customer's screen and rendering capabilities. |
script | Specifies a script to be interpreted by the script engine. |
select | Causes a list box or drop-down box. |
selection | represents the currently active selection, that is, the highlighted text block, and/or other elements in the document where the user can perform certain operations. |
small | Specifies that the included text should be displayed in a slightly smaller font than the current font. |
span | Specify an inline text container. |
strike | Render text in strikethrough font. |
strong | Render text in bold. |
style | represents the current setting of all possible inline styles for a given element. |
style | Specify the style sheet of the page. |
styleSheet | represents a single style sheet in the document. |
sub | Specifies that the included text should be displayed as a subscript, usually slightly smaller than the current font size. |
sup | Specifies that the included text should be displayed as a superscript, usually slightly smaller than the current font. |
table | Specifies a table whose content is to be organized into rows and columns. |
tBody | Specifies the row as the body of the table. |
td | Specify the cell in the table. |
textArea | Specify a multi-line text input control. |
TextNode | Represent text strings as nodes in the document hierarchy. |
TextRange | represents text in an HTML element. |
TextRectangle | Specifies a rectangle containing a line of text within an element or TextRange object. |
tFoot | Specifies the row as the footer of the table. |
th | Specify the title column. The title column will be centered in the cell and bold. |
tHead | Specify the row as the header. |
title | Contains the title of the document. |
tr | Specify a row in the table. |
tt | Renders text in a fixed-width font. |
u | Render text with underline. |
ul | Draw a bulleted list of text. |
userProfile | Provides methods that allow scripts to request read access to user configuration information and perform read operations. |
var | Define programming variables. Usually rendered in italics. |
wbr | Insert a soft line break into a block of NOBR text. |
window | represents an open window in the browser. |
xml | Define an XML data island on an HTML page. |
xmp | Renders the example font as a fixed-width font. |
For more information, please refer to http://www.jb51.net/shouce/dhtml/

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

JSON (JavaScriptObjectNotation) is a lightweight data exchange format that has become a common format for data exchange between web applications. PHP's json_encode() function can convert an array or object into a JSON string. This article will introduce how to use PHP's json_encode() function, including syntax, parameters, return values, and specific examples. Syntax The syntax of the json_encode() function is as follows: st

Use Python's __contains__() function to define the containment operation of an object. Python is a concise and powerful programming language that provides many powerful features to handle various types of data. One of them is to implement the containment operation of objects by defining the __contains__() function. This article will introduce how to use the __contains__() function to define the containment operation of an object, and give some sample code. The __contains__() function is Pytho

Here's how to convert a MySQL query result array into an object: Create an empty object array. Loop through the resulting array and create a new object for each row. Use a foreach loop to assign the key-value pairs of each row to the corresponding properties of the new object. Adds a new object to the object array. Close the database connection.

Wedge We know that objects are created in two main ways, one is through Python/CAPI, and the other is by calling a type object. For instance objects of built-in types, both methods are supported. For example, lists can be created through [] or list(). The former is Python/CAPI and the latter is a calling type object. But for instance objects of custom classes, we can only create them by calling type objects. If an object can be called, then the object is callable, otherwise it is not callable. Determining whether an object is callable depends on whether a method is defined in its corresponding type object. like

PHP functions can encapsulate data into a custom structure by returning an object using a return statement followed by an object instance. Syntax: functionget_object():object{}. This allows creating objects with custom properties and methods and processing data in the form of objects.

Title: Using Python's __le__() function to define a less than or equal comparison of two objects In Python, we can define comparison operations between objects by using special methods. One of them is the __le__() function, which is used to define less than or equal comparisons. The __le__() function is a magic method in Python and is a special function used to implement the "less than or equal" operation. When we compare two objects using the less than or equal operator (<=), Python

In C++, there are three points to note when a function returns an object: The life cycle of the object is managed by the caller to prevent memory leaks. Avoid dangling pointers and ensure the object remains valid after the function returns by dynamically allocating memory or returning the object itself. The compiler may optimize copy generation of the returned object to improve performance, but if the object is passed by value semantics, no copy generation is required.

In PHP, an array is an ordered sequence, and elements are accessed by index; an object is an entity with properties and methods, created through the new keyword. Array access is via index, object access is via properties/methods. Array values are passed and object references are passed.
