- <meta charset= "Utf-8"/> Set character sets
- <meta name= "description" content= "This is the page description information"/>
- <meta name = "keywords" content= "Web keyword"/>
- <link rel= "icon" href= "Img/img.jpg"/> This is the tab icon
The <pre> pre tag is a preformatted label that preserves space and line breaks in your code. </pre> <blockquote cite= "htttp://www.baidu.com" > Reference label, the overall indentation of two. </blockquote> <ul> List Tags <li> unordered list </li></ul> <ol> sequence table <li> sequence table </li>
</ol><dl> tags list <dt> title </dt> <dd> content </dd> </dl> <figure> Picture combo Tag <figcaption> Picture description Tags </figcaption></figure> < span> <em> Tilt Emphasis <strong> bold emphasis <i> tilt <b> Bold < reference tag ><blockquote> common reference </blockquote > Overall indent <q> short reference </q> quotes <cite> title reference </cite> tilt
- Src= "Img/icon.jpg"
- Title= "I see the text after the mouse is put on"
- alt= "text When a picture cannot be loaded"
- align= "arrangement relative to text" Top|bottom|center
</img> <a href= "a.html" >
- HREF attribute: Can write network address, can also write relative address, do not absolute path
- Title: text When the mouse is pointing
- Target:_self Self Page | _blank New Page
- Rel:prev Previous page |next next |prefetch pre-load claim relationship to the document in the upcoming jump
Rev: Declare the relationship between this file and the upcoming jump file, only the search engine-friendly, you can let the search engine crawl the page, you can clearly know the context of the page structure relationship. Special Applications: Functional links
- <a href= "Mailto://[email protected]" target= "_blank" > Send mail </a>
- <a href= "tencent://message/?uin=1184300194" target= "_blank" >
Click on Chat with designated QQ </a>
- <a href= "tel://18766560091" target= "_blank" > Phone-click to call </a>
- <a href= "message://18766560091" > Mobile SMS </a>
- <a href= "ftp://www.zou.com/img/a.jpg" > File upload Download protocol </a>
Anchor link this page | Other page anchor links <a name= "one" ></a> <a href= "#one" > this page link </a><a href= "A.html#one" > Links to other pages </a></a>
HTML tag _1