Home >Web Front-end >HTML Tutorial >Summary of practical experience in html knowledge points_HTML/Xhtml_Web page production
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