Beginners learn some HTML tags (3)

Beginners learn some HTML tags (3)

Beginners who are exposed to HTML learn some HTML tags.
Related articles: Beginners learn some HTML tags (2)
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.
41--------------------------------------------------------------------------
< HTML
TITLE=text
>
Description: HTML text start element, notifying the browser that the document is an HTML document. Knot marking is required.
42------------------------------------------------------------------------------
< I
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Displays text in italics. The closing tag is required.
43--------------------------------------------------------------------------------
< IFRAME
ALIGN=ABSBOTTOM|ABSMIDDLE|BASELINE|BOTTOM|LEFT|MIDDLE|
RIGHT|TEXTTOP|TOP
BORDER=pixels
BORDERCOLOR=color
CLASS=classname
DATAFLD=colname
DATASRC=#ID
FRAMEBORDER=NO|YES|0|1
FRAMESPACING=pixels
HEIGHT=n
HSPACE=pixels
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
MARGINHEIGHT=pixels
MARGINWIDTH=pixels
NAME=window_name|_blank|_parent|_self|_top
NORESIZE=NORESIZE|RESIZE
SCROLLING=AUTO|NO|YES
SRC=url
STYLE=css1-properties
TITLE=text
VSPACE=pixels
WIDTH=n
>
Description: Embed a floating frame in the document. The closing tag is required.
44--------------------------------------------------------------------------------
< IMG
ALIGN=ABSBOTTOM|ABSMIDDLE|BASELINE|BOTTOM|LEFT|MIDDLE|
RIGHT|TEXTTOP|TOP
ALT=text
BORDER=n
CLASS=classname
DATAFLD=colname
DATASRC=#ID
DYNSRC=url
HEIGHT=n
HSPACE=n
ID=value
ISMAP
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
LOOP=n
LOWSRC=url
NAME=name
SRC=url
STYLE=css1-properties
TITLE=text
USEMAP=url
VSPACE=n
WIDTH=n
event=script
>
Description: Insert an image or a video into a document.
45--------------------------------------------------------------------------------
< INPUT
ACCESSKEY=key
ALIGN=LEFT|CENTER|RIGHT
ALT=text
CLASS=classname
DISABLED
DYNSRC=url
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
LOWSRC=url
MAXLENGTH=n
NAME=name
READONLY
SIZE=n
SRC=url
STYLE=css1-properties
TABINDEX=n
TITLE=text
TYPE=BUTTON|CHECKBOX|FILE|HIDDEN|IMAGE|PASSWORD|RADIO|
RESET|SUBMIT|TEXT
VALUE=value
event=script
>
Description: Set the input control in FORM. The TYPE attribute indicates the control type. NAME needs to be set. No end tag.
46--------------------------------------------------------------------------------
< INS
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Indicates the text content of the newly added document. The closing tag is required.
47--------------------------------------------------------------------------------
< ISINDEX
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
PROMPT=text
>
Description: Notifies the browser that this document is an index file. Users can search the document by keywords.

48--------------------------------------------------------------------------------
< KBD
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Indicates the text that the user should enter using the keyboard, usually displayed in a monospaced font. The closing tag is required.
49--------------------------------------------------------------------------------
< LABEL
ACCESSKEY=key
CLASS=classname
DATAFLD=colname
DATAFORMATAS=HTML|TEXT
DATASRC=#ID
FOR=ID
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Describes a label. Not nestable. The closing tag is required.
Previous Page 1 2 Next Page Read Full Article

<<:  Research on the value of position attribute in CSS (summary)

>>:  Implementation of Docker packaging image and configuration modification

Recommend

Docker installation of MySQL (8 and 5.7)

This article will introduce how to use Docker to ...

Example code for CSS pseudo-classes to modify input selection style

Note: This table is quoted from the W3School tuto...

Detailed explanation of Vue's TodoList case

<template> <div id="root"> ...

js implements single click to modify the table

Pure js implements a single-click editable table ...

Pay attention to the use of HTML tags in web page creation

This article introduces some issues about HTML ta...

Application of mapState idea in vuex

Table of contents 1. Map method 2. Application ba...

Web development tutorial cross-domain solution detailed explanation

Preface This article mainly introduces the cross-...

How to write asynchronous tasks in modern JavaScript

Preface In this article, we'll explore the ev...

DHTML objects (common properties of various HTML objects)

!DOCTYPE Specifies the Document Type Definition (...

A brief summary of basic web page performance optimization rules

Some optimization rules for browser web pages Pag...

Linux /etc/network/interfaces configuration interface method

The /etc/network/interfaces file in Linux is used...

Detailed steps to install python3.7 on CentOS6.5

1. Download Python 3 wget https://www.python.org/...

Detailed explanation of the core concepts and basic usage of Vuex

Table of contents introduce start Install ① Direc...