Home Web Front-end HTML Tutorial Beginners get in touch with HTML and learn about some HTML tags (1)_HTML/Xhtml_Web page production

Beginners get in touch with HTML and learn about some HTML tags (1)_HTML/Xhtml_Web page production

May 16, 2016 pm 04:45 PM
class learn scholar mark Finish illustrate

Beginners are exposed to HTML and understand some HTML tags. They are introduced one after another. It can help beginners learn HTML, or it can be used as a reference for friends who have already started!                   ​ Beginners come into contact with HTML and understand some HTML tags. They are introduced one after another. It can help beginners learn HTML, or it can be used as a reference for friends who have already started
​                   ​​​​​​​​​​​​​​                  
Beginners are introduced to HTML and learn some HTML tags. It can help beginners learn HTML, or it can be used as a reference for friends who have already started!
The HTML tags introduced may not fully comply with the XHTML specification. You should make some choices when making the actual layout. For example, B tags and FONT tags do not comply with XHTML specifications.
1---------------------------------------------- ----------------------------------

Note: Comment mark, the content between "" will not be displayed in the browser.
2------------------------------------------------- --------------------------

Description: describes the HTMLDTD that the file conforms to, which is used to briefly explain the compatibility of the file.
3------------------------------------------------- --------------------------
<A
ACCESSKEY= key
CLASS=classname
DATAFLD=colname
DATASRC=#ID
HREF=url
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
METHODS=http-method
NAME=name
REL="stylesheet"
REV="stylesheet"
STYLE=css1-properties
TABINDEX=n
TARGET=window_name |_blank|_parent|_self|_top
TITLE=text
URN=urn
event=script
>
Description: Describe the starting position or target of the hyperlink. It is required that the herf= or name= attribute must be defined. A closing tag is required.

4---------------------------------------------- -------------------------------------
<ACRONYM
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Describe an abbreviation. This flag does not affect the display of text in the browser. Requires closing tag
5---------------------------------------------- -------------------------------------
<ADDRESS
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Commonly used to describe address, signature and author information. A closing tag is required.
6------------------------------------------------ ----------------------------------
<APPLET
ALIGN=ABSBOTTOM|ABSMIDDLE|BASELINE|BOTTOM|LEFT|MIDDLE|
RIGHT|TEXTTOP|TOP
ALT=text
CLASS=classname
CODE=filename
CODEBASE= url
DATAFLD=colname
DATASRC=#ID
HEIGHT=n
HSPACE=n
ID=value
NAME=name
SRC=url
STYLE=css1 -properties
TITLE=text
VSPACE=n
WIDTH=n
event=script
>
Description: Place executable content in the page. A closing tag is required.
7------------------------------------------------ ----------------------------------
<AREA
ALT=text
CLASS=classname
COORDS=coordinates
HREF=url
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
NOHREF
SHAPE=CIRC|CIRCLE|POLY|POLYGON|RECT|RECTANGLE
STYLE=css1-properties
TABINDEX=n
TARGET=window_name|_blank|_parent|_self|_top
TITLE=text
event=script
>
Description: Describe the outline shape of the hyperlink hotspot in the client image mapping MAP. No closing tag is required.
8------------------------------------------------ ----------------------------------
<B
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event =script
>
Instructions: Display text in bold. A closing tag is required.
9------------------------------------------------ ----------------------------------
<BASE
HREF=url
TARGET=window_name|_blank|_parent|_self|_top
>
Description: Describes the basic address of the document, and the browser converts the relative address accordingly. Can only be used in HEAD tags, no closing tag is required.

10------------------------------------------------- ----------------------------------
<BASEFONT
CLASS=classname
COLOR=color
FACE=font
ID=value
LANG=language
SIZE=n
>
Description: Describe the basic font type, Text used to display the default font. Can be used in the HEAD tag, no closing tag is required.                                                                                         #p#
​                   ​​​​​​​​​​​​​​                  
11------------------------------------------------ ----------------------------------
<BGSOUND
BALANCE=n
CLASS=classname
ID=value
LANG=language
LOOP=n
SRC=url
TITLE=text
VOLUME=n
>
Instructions: Add background music to the page. Can be used in HEAD tag, closing tag is optional.
12------------------------------------------------ ----------------------------------
<BIG
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event =script
>
Description: Display text in a slightly larger font than the currently used font. A closing tag is required.
13------------------------------------------------ ----------------------------------
<BLOCKQUOTE
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event =script
>
Note: Quoting content from other resources may be indented and italicized, usually with blank lines above and below. A closing tag is required.
14------------------------------------------------ ----------------------------------
<BODY
ALINK=color
BACKGROUND=url
BGCOLOR=color
BGPROPERTIES=FIXED
BOTTOMMARGIN=pixels
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
LEFTMARGIN=pixels
LINK=color
RIGHTMARGIN=pixels
SCROLL=YES|NO
STYLE=css1-properties
TEXT =color
TITLE=string
TOPMARGIN=n
VLINK=color
event=script
>
Description: Describe the beginning and end of the document body. A closing tag is required.
15------------------------------------------------ ----------------------------------
<BR
CLASS=classname
CLEAR=ALL|LEFT|RIGHT
ID=value
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
>
Description: Line break mark.
16------------------------------------------------ ----------------------------------
<BUTTON
ACCESSKEY=string
CLASS=classname
DATAFLD=colname
DATAFORMATAS=HTML|TEXT
DATASRC=#ID
DISABLED
ID=value
LANG= language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
TYPE=BUTTON|RESET|SUBMIT
event=script
>
Description: Set a button. A closing tag is required.

17------------------------------------------------ -------------------------------------
<CAPTION
ALIGN=BOTTOM|CENTER|LEFT|RIGHT|TOP
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
VALIGN=BOTTOM|TOP
event=script
>
Description: Add a title to TABLE. A closing tag is required.
18------------------------------------------------ ----------------------------------
<CENTER
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event =script
>
Description: Arrange the content in the center. A closing tag is required.

19------------------------------------------------ ---------------------------------------
<CITE
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Briefly describe a quote, and the content is in italics. A closing tag is required.
20------------------------------------------------ ----------------------------------
<CODE
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT|JSCRIPT|VBSCRIPT|VBS
STYLE=css1-properties
TITLE=text
event=script
>
Description: Display a piece of code in a fixed-width font. A closing tag is required.                                                                                                                                          

Statement of this Website
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

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to use classes and methods in Python How to use classes and methods in Python Apr 21, 2023 pm 02:28 PM

Concepts and instances of classes and methods Class (Class): used to describe a collection of objects with the same properties and methods. It defines the properties and methods common to every object in the collection. Objects are instances of classes. Method: Function defined in the class. Class construction method __init__(): The class has a special method (construction method) named init(), which is automatically called when the class is instantiated. Instance variables: In the declaration of a class, attributes are represented by variables. Such variables are called instance variables. An instance variable is a variable modified with self. Instantiation: Create an instance of a class, a specific object of the class. Inheritance: that is, a derived class (derivedclass) inherits the base class (baseclass)

How to mark minesweeper? -How to change the difficulty of Minesweeper? How to mark minesweeper? -How to change the difficulty of Minesweeper? Mar 18, 2024 pm 06:34 PM

How to mark minesweeper? First, we need to familiarize ourselves with the marking method in Minesweeper. Normally, there are two common marking methods in Minesweeper games: flag marking and question mark marking. The flag mark is used to indicate that there are mines in the block and is a deterministic mark; while the question mark mark indicates that there may be mines in the block, but it is not deterministic. These two marking methods play an important role in the game, helping players to infer which blocks may contain mines, so as to effectively proceed to the next step. Proficient use of these marking methods can improve the player's success rate in the minesweeper game and reduce the risk of stepping on mines. Therefore, when playing the minesweeper game, if the player has mastered the flag mark and question mark mark, when the player is not sure whether there is a mine in a certain square, he can use the question mark mark to mark it.

How to mark multiple locations on Baidu Maps How to mark multiple locations How to mark multiple locations on Baidu Maps How to mark multiple locations Mar 15, 2024 pm 04:28 PM

There are many functions above, especially for maps that can mark multiple places. When we know some places, we will definitely use some punctuation functions, so that we can bring you a variety of different aspects. Some of the functions you mark will produce distance differences, that is, you can know how far away they are. Of course, some names and detailed information of the above places will also be displayed. However, many netizens may not be familiar with some of the above. The content information is not very clear, so in order to allow everyone to make better choices in various aspects, today the editor will bring you some choices in various aspects, so friends who are interested in ideas, If you are also interested, come and give it a try. Standard

Learn about TRedis caching technology Learn about TRedis caching technology Jun 19, 2023 pm 08:01 PM

TRedis caching technology is a high-performance memory caching technology that can improve the performance and response speed of a website or application. In this article, we will introduce the basic concepts of TRedis caching technology and how to use it in your applications. What is TRedis caching technology? TRedis is a memory caching technology that stores frequently used data in memory, thereby increasing the speed of accessing this data. The main idea of ​​this technique is to reduce the load on the database or disk by using in-memory caching

Learn about ECache caching technology Learn about ECache caching technology Jun 20, 2023 am 08:10 AM

ECache is a Java caching framework that provides a simple yet powerful way to reduce the response time of computer applications. It enables applications to respond to client requests faster and improves system throughput by storing data in memory. In this article, we will introduce some basic knowledge of ECache caching technology, including its advantages, installation and usage, etc. 1. Advantages of ECache Improve system performance: ECache stores cache data in memory, which means that applications

How to mark strikethrough text in HTML? How to mark strikethrough text in HTML? Aug 25, 2023 pm 10:45 PM

To mark strikethrough text in HTML, use the <strike>…</strike> tag. It will render a strikethrough text. This tag has been deprecated by HTML and should not be used in HTML5. As an alternative, you can use the CSS text-decoration property. To use CSS properties, use the style attribute. The style attribute specifies inline styles for the element. This attribute can be used with the HTML <p> tag. Keep in mind that HTML5 does not support the <strike> tag, so CSS styling should be used. Example you can try running the following

When will Teamfight Tactics S11 end? When will Teamfight Tactics S11 end? Mar 18, 2024 pm 03:16 PM

Each season of Teamfight Tactics lasts about three months. Currently, the US test server of Teamfight Tactics S11 season will be updated and launched on March 7. Teamfight Tactics and Golden Shovel will be updated and launched on March 21. It is speculated that the S11 season It will probably end in early July. When will TFT S11 end? Answer: Early July. 1. It is speculated that the S11 season will end in early July. The specific end date needs to wait for the official announcement. 2. Each season of Teamfight Tactics lasts about three months. 3. The US test server of Teamfight Tactics S11 season will be updated and launched on March 7, and Teamfight Tactics and Golden Shovel will be updated and launched on March 21. 4. A new gameplay mechanism will be added to the S11 season, and more than 20 new Ornn artifacts will be added.

How to mark on Baidu map - specific operations of marking on Baidu map How to mark on Baidu map - specific operations of marking on Baidu map Mar 04, 2024 pm 08:46 PM

Are you also using Baidu map software on your computer? But do you know how to mark Baidu map? The following article brings you the specific operation of Baidu map mark. Let us take a look below. After entering the Baidu map, click on the upper right corner to select the region, as shown in the figure. After selecting the region, select the tool in the map, as shown in the figure. Select the mark in the map, as shown in the figure. Mark the map you want to mark. Here we use the front of Xicheng District, Beijing. Take No. 33 Qingchang Hutong as an example. Just select and save as shown in the picture.

See all articles