iT邦幫忙

2018 iT 邦幫忙鐵人賽
DAY 14
0
自我挑戰組

資工的日常系列 第 14

HTML Links 連結 (續)

  • 分享至 

  • xImage
  •  

學習網址:https://www.w3schools.com/html/html_links.asp
上一篇:https://ithelp.ithome.com.tw/articles/10195337

External Paths外部連結(跳頁)
指定完整URL路徑

 <a href="https://www.w3schools.com/html/default.asp">HTML tutorial</a>

指定另一頁面:
這裡也可以寫成./html/default.asp。指定在同個目錄下(./為所在目錄),名稱是html的資料夾內的default.asp。

 <a href="/html/default.asp">HTML tutorial</a> 

在同個資料夾或目錄內可以直接指定

 <a href="default.asp">HTML tutorial</a> 

另一頁:
HTML File Paths
https://www.w3schools.com/html/html_filepaths.asp
../可以追到上上個資料夾

<img src="../picture.jpg">

以下四種資源皆須用到link
1.Web pages
2.Images
3.Style sheets(寫在外部的style碼)
4.JavaScripts(在外部的javaScripts)

Absolute File Paths:
絕對路徑,完整的URL

 <img src="https://www.w3schools.com/images/picture.jpg" alt="Mountain"> 

上一篇
HTML Links 連結
下一篇
HTML Bootstrap 3 Grids RWD 響應式頁面1
系列文
資工的日常30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言