html常用標籤

電子郵件的鏈接
<a href="mailto:[email protected]">顯示電子郵件的地址</a>
去掉鏈接下滑下線
<a href ="鏈接地址" style="text-decoration:none"></a>
文字滾動
<marquee>啦啦啦,我會移動耶!</marquee>
<marquee direction=left>啦啦啦,我從右向左移!</marquee>
<marquee direction=right>啦啦啦,我從左向右移!</marquee>
<marquee behavior=scroll>啦啦啦,我一圈一圈繞着走!</marquee>
<marquee behavior=slide>啦啦啦,我只走一次就歇了!</marquee>
<marquee behavior=alternate>啦啦啦,我來回走耶!</marquee> 
<marquee loop=3 width=50% behavior=scroll>啦啦啦,我只走 3 趟喲!</marquee>
<marquee loop=3 width=50% behavior=slide>啦啦啦,我只走 3 趟喲!</marquee>
<marquee loop=3 width=50% behavior=alternate>啦啦啦,我只走 3 趟喲!</marquee>
<marquee scrollamount=20>啦啦啦,我走得好快喲!</marquee>
<marquee scrolldelay=500 scrollamount=100>啦啦啦,我走一步,停一停!</marquee>
加載圖片是在圖片的位置顯示文字
     <img src="g.gif" alt="文字">
從本機上傳東西
     <input type="file" name ="qwe">
框架
<frameset rows="50%,50%">
<frame src="a.html"scrolling="yes/no">
當是yes是可以上下滾動,有滾動條;但爲no時沒有滾動條。
發佈了14 篇原創文章 · 獲贊 0 · 訪問量 5萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章