link.md

July 6, 2016 · View on GitHub

  • links are the defining feature of the web because they allow you to move from one web page to another.
  • <a> is used to create a link
    • <a href="http:a//aleen42.github.io">ALEEN</a>
  • URL
    • relative URL is used for linking withing own website. It's effective.
  • Email
    • <a href="mailto:aleen42@vip.qq.com">aleen42@vip.qq.com</a>
  • When linking to a Specific Part, you can use id. After you click upon this <a> tag, url should be have a hash changed, and location.hash should be #arc_shot. We can use window.onhashchange to listen to hash changed events.
    • <a href="#arc_shot">Arc Shot</a>
    • <h1 id="arc_shot">Arc Shot</h1>

Appendix. Optional Attributes

  • target is the attribute for setting where to open links.
    • _blank: new window
      • <a href="http://aleen42.github.io" target="_blank"><\a>
    • _parent
    • _self
    • _top
  • download(HTML5): used to point where to download
  • type(HTML5): used to set MIME types
    • MINE types:
序号内容类型文件扩展名描述
1application/msworddocMicrosoft Word
2application/octet-streambin dms lha lzh exe class可执行程序
3application/pdfpdfAdobe Acrobat
4application/postscriptai eps psPostScript
5appication/powerpointpptMicrosoft Powerpoint
6appication/rtfrtfrtf 格式
7appication/x-compresszunix 压缩文件
8application/x-gzipgzgzip
9application/x-gtargtartar 文档 (gnu 格式 )
10application/x-shockwave-flashswfMacroMedia Flash
11application/x-tartartar(4.3BSD)
12application/zipzipwinzip
13audio/basicau sndsun/next 声音文件
14audio/mpegmpeg mp2Mpeg 声音文件
15audio/x-aiffmid midi rmfMidi 格式
16audio/x-pn-realaudioram raReal Audio 声音
17audio/x-pn-realaudio-pluginrpmReal Audio 插件
18audio/x-wavwavMicrosoft Windows 声音
19image/cgmcgm计算机图形元文件
20image/gifgifCOMPUSERVE GIF 图像
21image/jpegjpeg jpg jpeJPEG 图像
22image/pngpngPNG 图像