发新话题   
打印

合乎

合乎

<!像本行这样,两个方括号括起来,前面加个!号,这就是注释语句,注释语句不影响程序的执行,
下面就要用注释语句给您进行讲解>


<!您现在看到的是html和javescript语言编写的程序,这种语言最基本的特征就是命令用方括号,
或者叫小于大于号括起来>


<!下面几行设置程序开始和采用gb2312汉字等>
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html&#59; charset=gb2312">


<!下面一行设置本网站的标题,使用后会在浏览器左上角显示>
<TITLE>欢迎光临新中网</TITLE>


<!下面几行设置cc1到cc4字体规格、行距、颜色等>
<style type="text/css">
.cc1 {font:26pt/38pt "楷体_GB2312"&#59;font-style:italic&#59;font-family:Georgia&#59;}
.cc2 {font:10.5pt/13.5pt "宋体"}
.cc4 {font:9pt/12pt "宋体"}
A{text-transform: none&#59;text-decoration: none&#59;}
a{text-decoration:none}
a:hover{color: "#ff3322"}
</style></HEAD>


<!下面这一行是正文开始,还有省缺方式字体颜色等>
<body bgcolor=00c0c0 text=000000 LINK=306030 VLINK=308030 ALINK=ff3333>


<!下面是设置一个边线为0的框,如果你把边线设为1,就能看到这个框,不过那样不太好看>
<table border=0 width=588 align=center>


<!下面是在这个框的第一行显示“欢迎光临 新中网站”的文字>
<tr><td align=center class=cc1>
<BR>欢迎光临新中网</BR>

<BR><a http://mail.sina.com.cn/cgi-bin/redirect.cgi?http://62533.xilubbs.com/</a>
<a http://61.133.87.165/chatroom/</a>
<a http://hkchat.8u8.com/</a>
<a href=http://mail.sina.com.cn/cgi-bin/redirect.cgi?http://62533.xilubbs.com/>新中论坛</a>
<a href=http://www.cnoicq.net/>音乐在线听</a>
 <td width=110 align=center valign=bottom>
<a href=http://v.8U8.com/y365><img src=http://v.8u8.com/y365/logo.gif border=0></a>
</td></tr></table>


<table><tr><td><form action="http://xian.xilu.com/cgi-bin/newchat/newroom" method="POST">
<input type="hidden" name="room" value="62533">
姓名<input type="text" size="10" maxlength="10" name="nickname">
密码<input type="password" size="10" maxlength="10" name="passwd">
<input style=’FONT-SIZE: 9pt’ type="submit" value="进入"><INPUT style=’FONT-SIZE: 9pt’ type=’button’ value=’注册’ onclick=javascript:window.open(’http://data.xilu.com/cgi-bin/personal/register’)>
</form></td></tr></table>

或用含在线人员的代码:
<script language = "javascript" src="http://xian.xilu.com/cgi-bin/newchat/lproom1?room=62533&list=0 "></script>
<BR>WELCOME TO <script>document.write(location.hostname)&#59;</script>
</td></tr>



<!下面是在框的第二行显示时间>
<tr><td align=center class=cc4>
现在时间:<script>
<!--
v=new Date()&#59;v.toLocaleString&#59;document.write(v)&#59;
//-->
</script>
</td></tr>


<!下面是在框的第三行显示正文,用tr,td,/td,/tr命令包含起来的就是框中的一行,BR命令是换行>
<tr><td class=cc2>
<BR>
<BR> 
<BR>  
<BR> 
<BR>  <a href=http://mail.sina.com.cn/cgi-bin/redirect.cgi?http://62533.xilubbs.com新中站务讨论 </a>。
</td></tr>
<!下面是在框中显示常去站点的连接,里面有一个小框,用于划分文字/站长的名字左右位置><BR><table width=100% cellpadding=0cellspacing=0><tr><td><br><br >-----------------------------------------------------------------<br><marquee width=90% behavior=alternate scrollamount=3><table width=255 style="filter:glow(color=pink,strength=2)"><tr><td>新中神龙:欢迎给我留言我的信箱是epw62533849@sian.com,QQ87683834~</td></tr></table></marquee><marquee width=90%   

<!下面是在框中显示常去站点的连接,里面有一个小框,用于划分文字/图片左右位
心情评论

TOP

合乎

这是什么啊!~!~!

TOP

发新话题