Home  >  Article  >  Web Front-end  >  Summary of practical experience in html knowledge points_HTML/Xhtml_Web page production

Summary of practical experience in html knowledge points_HTML/Xhtml_Web page production

WBOY
WBOYOriginal
2016-05-16 16:40:041415browse

1. The table label is table, tr is the row, td is the cell, cellspacing is the distance between cells, cellpadding is the inner margin, caption is the title of the table, colspan is the merged column, rowspan is and parallel, table tbody
are all default. If you add multiple tdody, you can solve the problem of page display.

2. Hyperlink email link mailto: abc@shouhu.com
3.Can be long-distanced
4.lable can set shortcut keys
5.ini is simple Configuration information description, xml is a complex information description

6. Regular expression is a rule specially used to operate strings
It is represented by some symbols to simplify string operations
Common The operations are
match: matches
find: pattern, and macther object
cut: split
replace: replaceAll
web crawler: read the source file through the network as well as io, and pass the rules Get the numbers that match the rules in the web page
The meaning of the group in the regular expression: encapsulate part of the rules for reuse. Direction reference group

7.html is a hypertext markup language. The html language is composed of tags. The data in html will be packaged in tags, because the packaged content can be modified by changing the attribute value in the tag. Data is operated on.
Determine the html code range.
In this scope, China can define two parts, one is the header and the other is the body.
Tag features: To encapsulate data, there are start tags and end tags, but there are also some identifiers It only has one function, so there is no need for an end tag. The specification requires that tags must end, so such tags end internally

8. Common tags .
Title tags


List tags:
Both
Upper-level items:

Lower-level items:

items Symbol tags:
    is unsigned
    is signed
    Both list items have
  1. wrapper
    Image tags: Summary of practical experience in html knowledge points_HTML/Xhtml_Web page production
    Table tags: It is composed of rows and rows of cells. There is a default tbody tag in the table
    The table formats the table.
    Hyperlink tag: Sina website target
    When clicked, the engine's corresponding parsing program
    will be launched to find the specified host.
    One of the functions of hyperlinks: positioning tag
    Form tag: This tag can interact with the server.
    There are 10 major types: text, password, file, checkbox, radio, hidden, button, submit, reset, image
    Image all has the submission function

    Drop-down menu:

    Text area:

Statement:
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