HTML Tutorial: Collection of commonly used HTML tags (5)

HTML Tutorial: Collection of commonly used HTML tags (5)

These introduced HTML tags do not necessarily fully conform to the XHTML specification. You should make some choices when making actual layout, for example: the B tag and the FONT tag are not in compliance with the XHTML specification.
Related articles: Beginners learn some HTML tags (4)
These introduced HTML tags do not necessarily fully conform to the XHTML specification. You should make some choices when making actual layout, for example: the B tag and the FONT tag are not in compliance with the XHTML specification.
81------------------------------------------------------------------------------
<TBODY
ALIGN=CENTER | LEFT | RIGHT
BGCOLOR=color
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE=css1-properties
TITLE=text
VALIGN=BASELINE | BOTTOM | CENTER | TOP
event = script
>
Description: Define a table body. The closing tag is optional.

82--------------------------------------------------------------------------
<TD
ALIGN=CENTER | LEFT | RIGHT
BACKGROUND=url
BGCOLOR=color
BORDERCOLOR=color
BORDERCOLORDARK=color
BORDERCOLORLIGHT=color
CLASS=classname
COLSPAN=n
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
NOWRAP
ROWSPAN=n
STYLE=css1-properties
TITLE=text
VALIGN=BASELINE | BOTTOM | CENTER | TOP
event = script
>
Description: Defines a cell (in a row) of a table. The closing tag is required.
83--------------------------------------------------------------------------------
<TEXTAREA
ACCESSKEY=key
ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE |
RIGHT | TEXTTOP | TOP
CLASS=classname
COLS=n
DATAFLD=colname
DATASRC=#ID
DISABLED
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
NAME=name
READONLY
ROWS=n
STYLE=css1-properties
TABINDEX=n
TITLE=text
WRAP=OFF | PHYSICAL | VIRTUAL
event = script
>
Description: Multi-line text input control. The closing tag is required.
84--------------------------------------------------------------------------------
<TFOOT
ALIGN=CENTER | LEFT | RIGHT
BGCOLOR=color
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE=css1-properties
TITLE=text
VALIGN=BASELINE | BOTTOM | CENTER | TOP
event = script
>
Description: Defines the footer of a table. The closing tag is optional.
85--------------------------------------------------------------------------------
<TH
ALIGN=CENTER | LEFT | RIGHT
BACKGROUND=url
BGCOLOR=color
BORDERCOLOR=color
BORDERCOLORDARK=color
BORDERCOLORLIGHT=color
CLASS=classname
COLSPAN=n
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
NOWRAP
ROWSPAN=n
STYLE=css1-properties
TITLE=text
VALIGN=BASELINE | BOTTOM | CENTER | TOP
event = script
>
Description: Defines the title of a row or column in a table, with the text displayed in bold. The closing tag is optional.
86--------------------------------------------------------------------------------
<THEAD
ALIGN=CENTER | LEFT | RIGHT
BGCOLOR=color
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE=css1-properties
TITLE=text
VALIGN=BASELINE | BOTTOM | CENTER | TOP
event = script
>
Description: Defines the table header. The closing tag is optional.
87--------------------------------------------------------------------------------
<TITLE
ID=value
TITLE=string
>
Description: Description document title. The closing tag is required.
88--------------------------------------------------------------------------------
<TR
ALIGN=CENTER | LEFT | RIGHT
BGCOLOR=color
BORDERCOLOR=color
BORDERCOLORDARK=color
BORDERCOLORLIGHT=color
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE=css1-properties
TITLE=text
VALIGN=BASELINE | BOTTOM | CENTER | TOP
event = script
>
Description: Defines a row in a table. The closing tag is required.
89--------------------------------------------------------------------------------
<TT
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE=css1-properties
TITLE=text
event = script
>
Description: Display text in a fixed-width font. The closing tag is required.

90--------------------------------------------------------------------------------
<U
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE=css1-properties
TITLE=text
event = script
>
Description: Displays underlined text. The closing tag is required.
Previous Page 1 2 Next Page Read Full Article

<<:  Mysql Chinese sorting rules description

>>:  15 lines of CSS code can cause Apple devices to crash, and the latest iOS 12 is not immune

Recommend

MySQL 5.7.18 Archive compressed version installation tutorial

This article shares the specific method of instal...

MySQL8.0.18 configuration of multiple masters and one slave

Table of contents 1. Realistic Background 2. Agre...

CentOS7 installation GUI interface and remote connection implementation

Use the browser (webdriver)-based selenium techno...

Can MySQL's repeatable read level solve phantom reads?

introduction When I was learning more about datab...

Nginx configuration location matching rules example explanation

The scope of nginx configuration instructions can...

HTML Basics: The basic structure of HTML

The basic structure of HTML hypertext documents is...

How to implement on-demand import and global import in element-plus

Table of contents Import on demand: Global Import...

How to submit the value of a disabled form field in a form Example code

If a form field in a form is set to disabled, the ...

How to expand the disk partition for centos system

Problem/failure/scenario/requirement The hard dis...

Summary of Nginx location and proxy_pass path configuration issues

Table of contents 1. Basic configuration of Nginx...

Analysis of Hyper-V installation CentOS 8 problem

CentOS 8 has been released for a long time. As so...

How to get the contents of .txt file through FileReader in JS

Table of contents JS obtains the .txt file conten...

Web page production TD can also overflow hidden display

Perhaps when I name this article like this, someon...