;Department name < /dl> Effect: Label corresponding to the bullet in the list : numeric label (a A 1 i I)
: symbol tag (○●■)
: specific project content tag. This tag is only valid in
. Change the bullets through the type attribute. If you want to make a better list, such as black dots represented by pictures, use CSS.
Image td>
5. Image tag: Example: align: attribute defines the arrangement of the image, and border is used to set the border of the image. Src Connect a file 6. Image map:
, generally format the first row or column of the table, which is displayed in bold. Not commonly used. Row label:
Cell label:
, load inside the row label. It can be simply understood as, there are rows first, and cells are added in the rows. Format:
;th>Name
Age
>
Zhang San
🎜>
Effect:
Personal information
Zhang San
>
Effect: Each table can have a header, a footer and One or more table bodies (i.e. text), represented by THEAD, TFOOT and TBODY elements respectively. THEAD, TFOOT contain information about table columns. The function of TBODY is to control the downloading of table branches, thereby increasing the download speed. (The web page is opened after all the contents of the table are downloaded before it is displayed. For branch downloads, part of the content can be displayed first, which will reduce the user's waiting time.) The purpose of using TBODY is to make these include The code included does not need to be displayed together after the entire table is parsed. That is to say, if there are multiple rows, then if a TBODY row is obtained, one row can be displayed first. The TBODY tag can control the downloading of tables in separate rows. It is more practical when the table content is large. Add
……. Return to mark position Note: When using positioning tags Be sure to add the # tag name at the beginning of the href value.
框 架
9. 框架标签:
Frame
9. Frame tag: Note: The frame tag cannot be placed in . Generally, for the sake of code readability, it will Between and . Example: <🎜> ; ; This code will Requires 3 existing html pages, namely: 1.html, 2, html, 3.html Effect: Note: When the frame size does not want to be To change by dragging the mouse, you can add the noresize attribute to the frame tag. This attribute has no attribute value and is called the mark attribute. If added, it is fixed. In the XHTML specification, all attributes must have attribute values, so the attribute value of the mark attribute is itself, such as: noresize=”noresize” 10. Picture-in-picture tag:
name 属性:网页的描述信息。当取keywords时,content属性的内容就作为搜索引擎的关键字进行搜索。
http-equiv 属性:模拟HTTP协议的响应消息头。
例:
表示打开此页面3秒后自动转到新浪页面。
15. :
rel 属性:描述目标文档与当前文档的关系。
type 属性:文档类型。
media:指定目标文档在哪种设备上起作用。
例:
øTable Singleø
11. Form tag:
Header tag
tr>
Head tags are placed between the header parts. Includes: title base meta link 12. : Specifies the content displayed in the title bar of the browser. 13. : href attribute: Specifies the directory of all hyperlinks in the web page. It can be a local directory or a network directory. Note that the directory must be represented by / at the end. Only works on hyperlinked files with relative paths. target attribute: Specifies how to open a hyperlink. For example, _blank means that all hyperlinks are opened and displayed in new windows. 14. : name attribute: description information of the web page. When keywords are retrieved, the content of the content attribute is used as the search engine's keywords for searching. http-equiv attribute: simulates the response header of the HTTP protocol. Example: means that you will automatically be redirected to the Sina page after 3 seconds of opening this page. 15. : rel attribute: describes the relationship between the target document and the current document. type attribute: document type. media: Specifies which device the target document will work on. Example:
Other
16.
XHTML XML td>
XHTML is Extensible HyperText Markup Language. l XHTML was launched by the w3c organization in 2000 to enhance HTML. It was originally intended to replace HTML, but it was found that there were too many web pages written in HTML on the Internet, so it failed! It can be understood that it is an upgraded version of HTML (HTML4.01). l XHTML has a more rigorous code structure and is an application based on XML. XML is Extensible Markup Language (Extensible Markup Language) l XML is a description of data information. HTML is the description of the data display. l XML code regulations are more strict. For example, if the tag does not end, it is considered an error. l The XML specification can be interpreted by more applications and will become a universal data exchange language. l Each server and framework uses XML as a configuration file.
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