網(wǎng)頁設(shè)計常用HTML代碼大全_第1頁
網(wǎng)頁設(shè)計常用HTML代碼大全_第2頁
網(wǎng)頁設(shè)計常用HTML代碼大全_第3頁
網(wǎng)頁設(shè)計常用HTML代碼大全_第4頁
網(wǎng)頁設(shè)計常用HTML代碼大全_第5頁
已閱讀5頁,還剩10頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)

文檔簡介

1、本文格式為Word版,下載可任意編輯 網(wǎng)頁設(shè)計常用HTML代碼大全 HTML是用來描述網(wǎng)頁的一種語言。下面yjbys我為大家共享HTML代碼,希望對大家學習html代碼有幫助! 忽略右鍵 body oncontextmenu=return false 或 body style=overflow-y:hidden 1.如何幾秒后轉(zhuǎn)到別的頁面? META HTTP-EQUIV=Refresh CONTENT=時間;URL=地址 2.點擊關(guān)閉窗口 a href=javascript:top.window.close();點擊關(guān)閉窗口/a! 3.請問如何去掉主頁右面的滾動條? body scroll=

2、no body style=overflow-y:hidden 4.請問如何做到讓一個網(wǎng)頁自動關(guān)閉. html head OBJECT id=closes type=application/x-oleobject classid=clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11 param name=Command value=Close /object /head body onload=window.setTimeout(closes.Click(),10000) 這個窗口會在10秒過后自動關(guān)閉,而且不會出現(xiàn)提醒. /body 如何在不刷新頁面的狀況下刷

3、新css? style button color:#000000; /style button onclick=document.styleSheets0.rules0.style.color=red點擊按鈕直接修改style標簽里button選擇符使按鈕改為紅色/button 請問如何讓網(wǎng)頁自動刷新? 在head部記入META HTTP-EQUIV=Refresh content=20其中20為20秒后自動刷新,你可以更改為任意值。 5.如何讓頁面自動刷新? 方法一,用refresh HTML 代碼片段如下: head meta http-equiv=refresh content=5 /h

4、ead 5表示刷新時間 Ctrl+A 全部選擇 提醒:你可先修改部分代碼,再按運行 方法二,使用setTimeout操縱 img src=/logo.gif script function rl() document.location.reload() setTimeout(rl,2000) /script 6.如何讓超鏈接沒有下劃線 在源代碼中的HEAD/HEAD之間輸入如下代碼: style type=text/css !- a text-decoration: none - /style 7.請問如何去掉IE的上下滾動條? body style=overflow:scroll;overf

5、low-y:hidden /body 8.怎樣才能把RealPlayer文件在網(wǎng)頁做一個試聽連接? embed height=25src=51js.rm type=audio/x-pn-realaudio-plugin width=50 autostart=false controls=PlayButton 9.如何用html實現(xiàn)瀏覽器上后退按鈕的功能? a href=java script:history.go(-1)點擊后退/a 或者 script history.back() /script 10.請問怎么在網(wǎng)頁中改變鼠標的箭頭外形? HTML 代碼片段如下: body a href=#

6、 style=cursor: auto;auto/abr a href=# style=cursor: crosshair crosshair /abr a href=# style=cursor: default default /abr a href=# style=cursor: hand hand /abr a href=# style=cursor: move move /abr a href=# style=cursor: e-resize e-resize /abr a href=# style=cursor: ne-resize ne-resize /abr a href=#

7、style=cursor: nw-resizenw-resize/abr a href=# style=cursor: n-resizen-resize/abr a href=# style=cursor: se-resizese-resize/abr a href=# style=cursor: sw-resizesw-resize/abr a href=# style=cursor: s-resizes-resize/abr a href=# style=cursor: w-resizew-resize/abr a href=# style=cursor: texttext/abr a h

8、ref=# style=cursor: waitwait/abr a href=# style=cursor: helphelp/abr /body 11.怎樣不使用頁面的緩存?即每一次開啟頁面時不是調(diào)用緩存中的東西 META HTTP-EQUIV=Pragma CONTENT=no-cache 12.頁面開啟時自動彈出一個窗口的代碼怎么寫? HTML 代碼片段如下: html head titleUntitled Document/title meta http-equiv=Content-Type content=text/html; charset=gb2312 script langu

9、age=B style=color:black;background-color:#A0FFFFjavascript/B !- function MM_openBrWindow(theURL,winName,features) /v2.0 window.open(theURL,winName,features); /- /script /head body bgcolor=#FFFFFF text=#000000 onLoad=MM_openBrWindow(http:/.35/,width=400,height=400) /body /html 13.如何讓我的頁面出現(xiàn)一個會講話的小人?Me

10、rlin HTML 代碼片段如下: HTML HEAD TITLE默林/TITLE META http-equiv=Content-Type content=text/html; charset=gb2312 /HEAD BODY pOBJECT id=sims classid=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F /OBJECT SCRIPT var MerlinID; var MerlinACS; sims.Connected = true; MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS)

11、; Merlin = sims.Characters.Character(MerlinID); Merlin.Show(); Merlin.Play(Surprised); Merlin.Speak(大家好); Merlin.Play(GestureLeft); Merlin.Think(我是默林!); Merlin.Play(Pleased); Merlin.Think(可愛嗎?); Merlin.Play(GestureDown); Merlin.Speak(哈哈!); Merlin.Hide(); function LoadLocalAgent(CharID, CharACS) Load

12、Req = sims.Characters.Load(CharID, CharACS); return(true); /SCRIPT /p p /p p看此效果必需裝有office2000!/p /BODY /HTML 14.在頁面中如何參與不是滿鋪的背景圖片,拉動頁面時背景圖不動 HTML 代碼片段如下: htmlhead STYLE body background-image:url(logo.gif); background-repeat:no-repeat; background-position:center /STYLE /head body bgproperties=fixed

13、/body /html Ctrl+A 全部選擇 提醒:你可先修改部分代碼,再按運行 background-repeat:no-repeat; 是讓背景圖不占滿整個頁面 body bgproperties=fixed 是拉動scroll時背景圖不動 15.文本輸入框什么屬性能實現(xiàn)不可輸入? HTML 代碼片段如下: input type=text name=textfield disabled 或者 input type=text name=textfield readonly 16.如何阻止自己的頁面在別人的框架里開啟? 把以下代碼加至你的head區(qū) script if (window.top

14、!=self) window.top.location=self.location /script 17.如何實現(xiàn)首頁全屏幕顯示? HTML 代碼片段如下: html bodyscript language=B style=color:black;background-color:#A0FFFFjavascript/B var coolw=642 var coolh=400 var coolhuang=window.open(http:/.35,coolhuang,width=+coolw+,height=+coolh+, fullscreen=1,toolbar=0,location=0,d

15、irectories=0,status=0,menubar=0,scrollbars=0,resizable=0) window.close() /script/body/html 18.如何監(jiān)聽一個窗口被關(guān)閉了? HTML 代碼片段如下: body onunload=alert(你關(guān)閉了這個窗口) 19.如何阻止Ctrl+N? HTML 代碼片段如下: body onkeydown=return(!(event.keyCode=78event.ctrlKey) 如何把頁面參與用戶的珍藏夾? HTML 代碼片段如下: a href=B style=color:black;background-

16、color:#A0FFFFjavascript/B:window.external.AddFavorite(http:/.35,無憂腳本)珍藏無憂腳本/a 如何在我的頁面中參與背景音樂? IE: bgsound src=*.mid loop=infinite NS:embed src=*.mid autostart=true hidden=true loop=true *.mid你的背景音樂的midi格式文件 關(guān)于頁面轉(zhuǎn)換效果 meta http-equiv=enter content=revealTrans(Duration=4,Transition=23) 或 meta http-equi

17、v=exit content=revealTrans(Duration=4,Transition=23) 說明:Transition=23是隨機效果,另可以選0-22任一數(shù)字固定某個效果 如何設(shè)定開啟頁面的大小 HTML 代碼片段如下: body onload=top.resizeTo(300,200);!-(width,height)- 怎樣雙擊滾屏,單擊中止? HTML 代碼片段如下: html head title新網(wǎng)頁1/title /head body script languageB style=color:black;background-color:#A0FFFFjavascr

18、ipt/B var currentpos,timer; function initialize() timer=setInterval(scrollwindow(),10); function sc() clearInterval(timer); function scrollwindow() currentpos=document.body.scrollTop; window.scroll(0,+currentpos); if (currentpos != document.body.scrollTop) sc(); document.onmousedown=sc document.ondb

19、lclick=initialize /script pa/ppa/ppa/ppaa/ppaa/ppaa/p paa/ppaa/ppaa/ppaa/ppaa/ppaa/p paa/ppaa/ppaa/ppaa/ppaa/ppaa/p paa/ppaa/ppaa/ppaa/ppa/p /body /html 如何讓body中的文字不被選中? HTML 代碼片段如下: body onselectstart=return false aaa/body 如何讓彈出的窗口不能關(guān)閉? 在新開的窗口中參與如下代碼 body onunload=open(location.href) /body 如何讓瀏覽器在保

20、存頁面時保存失??? HTML 代碼片段如下: NOSCRIPT B style=color:black;background-color:#ffff66IFRAME/B SRC=*.html /B style=color:black;background-color:#ffff66IFRAME/B /NOSCRIPT 表單中如何用圖片按鈕實現(xiàn) reset? html head script function aaa() document.forms0.reset() /script /head body form textarea rows=2 name=S1 cols=20/textarea input type=submit values=提交 name=B1 image src=logo.gif onclick=aaa() /form /body/html 進入網(wǎng)頁時彈出的信息對話框 body onLoad=window.alert(歡迎光臨本站) 關(guān)閉窗口后彈出對話框 body onUnload=window.alert(感謝你的光臨!歡迎下次再來!) 道別提醒 body onUnload= alert(再見,感謝你的訪問!) 右鍵菜單的制作 OBJECT id=menu type=application/x-oleobject classid=clsid

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論