Beginners learn some HTML tags (2)

Beginners learn some HTML tags (2)

Beginners can learn HTML by understanding some HTML tags. The introduction can help beginners learn HTML, or it can be used as a reference for friends who have already started! Related article: Beginners learn some HTML tags (1)
Beginners can learn HTML by understanding some HTML tags. The introduction can help beginners learn HTML, or it can be used as a reference for friends who have already started!
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.
twenty one----------------------------------------------------------------------
< COL
ALIGN=CENTER|LEFT|RIGHT
CLASS=classname
ID=value
SPAN=n
STYLE=css1-properties
TITLE=text
VALIGN=BASELINE|BOTTOM|MIDDLE|TOP
WIDTH=n
>
Description: Defines the properties of a column in TABLE. No closing tag is required.
twenty two--------------------------------------------------------------------------------
< COLGROUP
ALIGN=CENTER|LEFT|RIGHT
CLASS=classname
ID=value
SPAN=n
STYLE=css1-properties
TITLE=text
VALIGN=BASELINE|BOTTOM|MIDDLE|TOP
WIDTH=n
>
Description: Used to define a column group in a TABLE. No closing tag is required.
twenty three--------------------------------------------------------------------------------
< COMMENT
ID=value
LANG=language
TITLE=text
>
Description: Comment mark, not recommended. It is recommended to use <!---->.

twenty four--------------------------------------------------------------------------------
< DD
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Explains a term in the list, displayed on the right. The closing tag is optional.
25--------------------------------------------------------------------------------
< DEL
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Indicates that text has been removed from the document. The closing tag is required.
26--------------------------------------------------------------------------------
< DFN
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Define a term. The closing tag is required.
27--------------------------------------------------------------------------------
< DIR
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Represents a series of short entries. The text that follows must begin with LI and must not exceed 20 characters.
28--------------------------------------------------------------------------------
< DIV
ALIGN=CENTER|LEFT|RIGHT
CLASS=classname
DATAFLD=colname
DATAFORMATAS=HTML|TEXT
DATASRC=#ID
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Describes elements of different natures in a document, such as chapters, paragraphs, summaries, etc. The closing tag is required.
29--------------------------------------------------------------------------------
< DL
CLASS=classname
COMPACT
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Represents a list. DT and DD are used to define the items in the list. The closing tag is required.
30--------------------------------------------------------------------------------
< DT
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Defines a term in the list, displayed in the left column. The closing tag is optional.
Previous Page 1 2 Next Page Read Full Article

<<:  Docker Compose one-click ELK deployment method implementation

>>:  How to realize vertical arrangement of text using CSS3

Recommend

MySQL query specifies that the field is not a number and comma sql

Core SQL statements MySQL query statement that do...

Websocket+Vuex implements a real-time chat software

Table of contents Preface 1. The effect is as sho...

dl, dt, dd list label examples

The dd and dt tags are used for lists. We usually...

Detailed explanation of HTML style tags and related CSS references

HTML style tag style tag - Use this tag when decl...

Detailed examples of replace and replace into in MySQL into_Mysql

MySQL replace and replace into are both frequentl...

Detailed explanation of Vue development website SEO optimization method

Because the data binding mechanism of Vue and oth...

About WSL configuration and modification issues in Docker

https://docs.microsoft.com/en-us/windows/wsl/wsl-...

Detailed explanation of putting common nginx commands into shell scripts

1. Create a folder to store nginx shell scripts /...

Detailed explanation of creating stored procedures and functions in mysql

Table of contents 1. Stored Procedure 1.1. Basic ...

Why should the number of rows in a single MySQL table not exceed 5 million?

Today, let’s discuss an interesting topic: How mu...

HTML drag and drop function implementation code

Based on Vue The core idea of ​​this function is ...

Implementing a shopping cart with native JavaScript

This article shares the specific code of JavaScri...

Docker Swarm from deployment to basic operations

About Docker Swarm Docker Swarm consists of two p...