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

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

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

<<:  CSS warped shadow implementation code

>>:  Implementation of importing and exporting docker images

Recommend

JavaScript implements simple scroll window

This article example shares the specific code of ...

Sample code for implementing image drawer effect with CSS3

As usual, let’s first post the picture effect: Th...

Docker Compose installation and usage steps

Table of contents 1. What is Docker Compose? 2. D...

Use node-media-server to build a simple streaming media server

Record some of the processes of using node-media-...

Detailed explanation of the difference between alt and title

These two attributes are often used, but their di...

How to stop CSS animation midway and maintain the posture

Preface I once encountered a difficult problem. I...

Four completely different experiences in Apple Watch interaction design revealed

Today is still a case of Watch app design. I love...

How to deploy Redis 6.x cluster through Docker

System environment: Redis version: 6.0.8 Docker v...

Linux C log output code template sample code

Preface This article mainly introduces the releva...

Detailed steps for installing and configuring MySQL 8.0 on CentOS

Preface Here are the steps to install and configu...

CSS to achieve the small sharp corner effect of bubbles

Effect picture (the border color is too light, pu...

The phenomenon of margin-top collapse and the specific solution

What is margin-top collapse Margin-top collapse i...

Tutorial on installing MySQL 5.6 on CentOS 6.5

1. Download the RPM package corresponding to Linu...