1. 程式人生 > >html css 知識點

html css 知識點

第一天:

瞄點連結案例:

 <a href="#two">第2集</a><br />  

<h3 id="two">第2集</h3>

base作用       target="_bank"   另起一頁開啟連結  相反的是  target="_self"

<base  target="_blank" />     <!-- 把所有的連線 都預設新增 target="_blank" -->

<a href="http://www.baidu.com">百度</a>     <a href="http://www.baidu.com">新浪</a>     <a href="http://www.baidu.com">搜狐</a>     <a href="http://www.baidu.com" target="_self">谷歌</a>