页面杂耍_1

页面杂技_11、form action methodget nameform1 :form中action为null或者为?表示提交到本页

页面杂技_1

1、<form action="" method="get" name="form1"> :form中action为"null"或者为"?"表示提交到本页2、<welcome-file-list><welcome-file>index.jsp</welcome-file><welcome-file>Login.jsp</welcome-file></welcome-file-list>配置为欢迎页面,取相对路径下的文件3、加粗字体:font-weight:bold;4、设置透明度:filter:Alpha(opacity=40);5、让<a>单击之后不动代码:   <a href="javascript:void(0)">fsafs</a>

?

二、添加背景音乐

??

<body background="image/img23.jpg" onLoad="genZhong()">   <embed src="miuse/lang.mp3" width="0" height="0" loop="true"></embed> </body>

?