1.4.14 HTML tag of the link label

code show as below:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    <h4>友情链接</h4><hr>
    <a href="http://www.sina.com">新浪</a> <br/>
    <a href= "http://www.baidu.com" > Baidu </ A > < br > 
    < A the href = "internal links .html" > internal links </ A > < br > 
    
    Note: < br /> 
    . 1. the link must have a href attribute 
    2. link address, must with http: // 
    3. internal link just write the page name on it. Do not forget to add a suffix after ah. 
</ Body > 
</ HTML >

 

Guess you like

Origin www.cnblogs.com/Chamberlain/p/11105367.html