相对路径 Site --aboutus H---index. html ---contactus. html -employment index html --jobs. html services index html H---photos. html <a href ="/aboutus /contactus html > Contact us</A>
相对路径 <A href = "../aboutus/contactus.html">Contact us</A> ---Site |---aboutus |---index.html |---contactus.html |---employment |---index.html |---jobs.html |---services |---index.html |---photos.html
内部链接 <html> <body> <A name="top ></A> Rest of page content goes here <A href=#top">Back to Top</A> </body> </html>
内部链接 <html> <body> <A name="top"></A> …Rest of page content goes here… <A href="#top">Back to Top</A> </body> </html>
内部链接 <html> C Example. Anchor- windows Internet Explorer <body> <A name=12.HRP-49-0v4.9. Rest of p i 4r eEtanple_Anchor School of Engineering By creating, developing, organizing, and managing complex techn play a crucial role mbuti t of human <a href=#t Seeking solutions to the most difficult challenges of our day economic, human, political, legal, and cultural realities makes </body> exciting endeavo In a world increasingly influenced by scient engineers can provide important leadersh p to soclety </html> Technology s enormous influence on society has created a large not only to enter the professional practice of engineering, but engineering education to related fields such as law, medicine have the challenges and opportunities for careers in engineeri
内部链接 <html> <body> <A name="top"></A> …Rest of page content goes here… <A href="#top">Back to Top</A> </body> </html>
其他链接类型 链接类型hre值 范例代码 电子邮件 mailto name@|< a href==" mailto: name@ emailaddress emailaddress. com com">Email Me!</A> <A href="mailto: name@emailaddress Com?Subject=Hello! &anothername@ emailaddress. com">Email mel</A> Ftpt#ftp://sitename.com<ahref="ftp://sitename.com/filename 文件 filename pc pdf >Download from FTP site</A> 新闻组 ewsgroup name< A href=" news alt. htm"> Visit the html newsgroup</A> <a href="news: 12345.6789@news com">view this news article </A>
其他链接类型 news:group.name ftp://sitename.com / filename.pdf mailto:name@ emailaddress.com href值 <A href="news:alt.html">Visit the HTML newsgrous</A> <A href="news:12345.6789@news. com">View this news article</A> 新闻组 <A href="ftp://sitename.com/filename. pdf">Download from FTP site</A> FTP下载 文件 <A href="mailto:name@emailaddress. com" >Email Me!</A> <A href="mailto:name@emailaddress. Com?Subject=Hello!&anothername@ emailaddress.com">Email Me!</A> 电子邮件 链接类型 范例代码
BASE元素 <html> <head> <title> My Web Page</title> <basehref=http://www.sitename.com> </head> <body> <a href ="/aboutus/index html">About us</A <A href ="/employment/jobs. html">Jobs</A> <a href =services /index html> services</A> </body> </html>
BASE元素 <html> <head> <title>My Web Page</title> <base href="http://www.sitename.com"> </head> <body> <A href ="/aboutus/index.html">About us</A> <A href ="/employment/jobs.html">Jobs</A> <A href ="/Services/index.html">Services</A> </body> </html>