2010年4月15日 星期四

常用的HTML 語法

 

HTML 連結寫法

 

基本連結的 HTML

<a href="http://URL">文字  </a>

另外開新視窗來做連結

<a href="http://URL" target="_blank">文字</a>

連結到信箱

<a href="mailto:myaddress@example.com">

寄給我!</a>

0 意見: