时间:2022-05-29 08:09:02 | 来源:网络营销
时间:2022-05-29 08:09:02 来源:网络营销
一个好的网页制作要能充分吸引访问者的注意力,让访问者产生视觉上的愉悦感。因此在网页创作的时候就必须将网站的整体设计与网页设计的相关原理紧密结合起来。那么在网页制作过程中有哪些代码功能能使我们的网站更加的个性化呢?<Body Background="图片文件" bgproperties="fixed">2、让你的网页无法另存为
<noscript><iframe src=*></iframe></noscript>3、让IFRAME框架内的文档的背景透明
<iframe src="about:<body style=‘background:transparent‘>" allowtransparency></iframe>4、禁止右键
<body oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false"onmouseup="document.selection.empty()">5、进入页面后立即自动刷新
<meta http-equiv="refresh" content="120;url=http://www.mahaixiang.cn">6、打开窗口即最大化
<script language="JavaScript">7、隐藏IFRAME的滚动条的三种方法
<!-- Begin
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
// End -->
</script>
<bgsound src="mid/windblue[1].mid" loop="-1">只适用于IE
<embed src="music.mid" autostart="true" loop="true" hidden="true">对Netscape ,IE ,TT都适用
<iframe name="tt" src="http://www.mahaixiang.cn/seoyjy/1.html" width="500" height="280" scrolling="Auto" frameborder="0"></iframe>10、跳转
<meta http-equiv="refresh" content="3;URL=list.htm">11、滚动
<MARQUEE direction=up height=146 onmouseout=start() onmouseover=stop() scrollAmount=4></marquee>12、细线分隔线
<hr noshade size=0 color=#C0C0C0>13、过度方式
<meta http-equiv="Page-Exit" content="revealTrans(Duration=3,Transition=5)">Duration的值为网页动态过渡的时间,单位为秒。
<A href="mailto:Email@263.net?subject=主题">……</a>16、定义本网页关键字,可以在<Head></Head>中加入如下代码
<meta name="Keywords" content="seo博客,亿企邦,mahaixiang.cn">Content 中所包含的就是关键字,你可以自行设置。
<meta name="Keywords" content="seo博客,seo博客,seo博客">17、添加到收藏夹
<a href="javascript:window.external.addFavorite(‘http://www.mahaixiang.cn‘,‘说明‘);">添加到收藏夹</a>18、设为首页
<a href=# onclick=this.style.behavior=‘url(#default#homepage)‘;this.setHomePage(‘http://www.mahaixiang.cn‘);>设为首页</a>19、定制浏览器地址栏前的小图标
link rel="shortcuticon" href="http://www.mahaixiang.cn/icon.ico">其中 icon.ico 为16x16的图标文件,颜色不要超过16色。
在<body>中加dir=RTL,即<body dir=RTL>亿企邦点评:
关键词:功能,过程,中常