search
HomeWeb Front-endHTML TutorialDHTML 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 AssistantMicrosoft® Internet Explorer 6 新增 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.
implementationMicrosoft® Internet Explorer 6 新增 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.
optGroupMicrosoft® Internet Explorer 6 新增 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/
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
使用PHP的json_encode()函数将数组或对象转换为JSON字符串使用PHP的json_encode()函数将数组或对象转换为JSON字符串Nov 03, 2023 pm 03:30 PM

JSON(JavaScriptObjectNotation)是一种轻量级的数据交换格式,已经成为Web应用程序之间数据交换的常用格式。PHP的json_encode()函数可以将数组或对象转换为JSON字符串。本文将介绍如何使用PHP的json_encode()函数,包括语法、参数、返回值以及具体的示例。语法json_encode()函数的语法如下:st

源码探秘:Python 中对象是如何被调用的?源码探秘:Python 中对象是如何被调用的?May 11, 2023 am 11:46 AM

楔子我们知道对象被创建,主要有两种方式,一种是通过Python/CAPI,另一种是通过调用类型对象。对于内置类型的实例对象而言,这两种方式都是支持的,比如列表,我们即可以通过[]创建,也可以通过list(),前者是Python/CAPI,后者是调用类型对象。但对于自定义类的实例对象而言,我们只能通过调用类型对象的方式来创建。而一个对象如果可以被调用,那么这个对象就是callable,否则就不是callable。而决定一个对象是不是callable,就取决于其对应的类型对象中是否定义了某个方法。如

使用Python的__contains__()函数定义对象的包含操作使用Python的__contains__()函数定义对象的包含操作Aug 22, 2023 pm 04:23 PM

使用Python的__contains__()函数定义对象的包含操作Python是一种简洁而强大的编程语言,提供了许多强大的功能来处理各种类型的数据。其中之一是通过定义__contains__()函数来实现对象的包含操作。本文将介绍如何使用__contains__()函数来定义对象的包含操作,并且给出一些示例代码。__contains__()函数是Pytho

使用Python的__le__()函数定义两个对象的小于等于比较使用Python的__le__()函数定义两个对象的小于等于比较Aug 21, 2023 pm 09:29 PM

标题:使用Python的__le__()函数定义两个对象的小于等于比较在Python中,我们可以通过使用特殊方法来定义对象之间的比较操作。其中之一就是__le__()函数,它用于定义小于等于比较。__le__()函数是Python中的一个魔法方法,并且是一种用于实现“小于等于”操作的特殊函数。当我们使用小于等于运算符(<=)比较两个对象时,Python

详解Javascript对象的5种循环遍历方法详解Javascript对象的5种循环遍历方法Aug 04, 2022 pm 05:28 PM

Javascript对象如何循环遍历?下面本篇文章给大家详细介绍5种JS对象遍历方法,并浅显对比一下这5种方法,希望对大家有所帮助!

Python中如何使用getattr()函数获取对象的属性值Python中如何使用getattr()函数获取对象的属性值Aug 22, 2023 pm 03:00 PM

Python中如何使用getattr()函数获取对象的属性值在Python编程中,我们经常会遇到需要获取对象属性值的情况。Python提供了一个内置函数getattr()来帮助我们实现这个目标。getattr()函数允许我们通过传递对象和属性名称作为参数来获取该对象的属性值。本文将详细介绍getattr()函数的用法,并提供实际的代码示例,以便更好地理解。g

使用Python的isinstance()函数判断对象是否属于某个类使用Python的isinstance()函数判断对象是否属于某个类Aug 22, 2023 am 11:52 AM

使用Python的isinstance()函数判断对象是否属于某个类在Python中,我们经常需要判断一个对象是否属于某个特定的类。为了方便地进行类别判断,Python提供了一个内置函数isinstance()。本文将介绍isinstance()函数的用法,并提供代码示例。isinstance()函数可以判断一个对象是否属于指定的类或类的派生类。它的语法如下

PHP代码封装技巧:如何使用类和对象封装可重复使用的代码块PHP代码封装技巧:如何使用类和对象封装可重复使用的代码块Jul 29, 2023 pm 11:19 PM

PHP代码封装技巧:如何使用类和对象封装可重复使用的代码块摘要:在开发中,经常遇到需要重复使用的代码块。为了提高代码的可维护性和可重用性,我们可以使用类和对象的封装技巧来对这些代码块进行封装。本文将介绍如何使用类和对象封装可重复使用的代码块,并提供几个具体的代码示例。使用类和对象的封装优势使用类和对象的封装有以下几个优势:1.1提高代码的可维护性通过将重复

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools