大雜燴

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">    
<html xmlns="http://www.w3.org/1999/xhtml">    
<head>    
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />    
<title>註冊表單</title>    
</head>    
<body>    
<form action="http://173.145.2.105:9090" method="get">    
	<table border="1"   bordercolor="#FF0000" cellpadding="10" cellspacing="0" width="600">    
		<tr>    
			<th colspan="2">註冊表單:</th>    
		</tr>    
		<tr>    
			<td>用戶名稱:</td>    
			<td><input type="text" name="user"/></td>    
		</tr>    
		<tr>    
			<td>用戶密碼:</td>    
			<td><input type="password" name="psw"/></td>    
		</tr>    
		<tr>    
			<td>確認密碼:</td>    
			<td><input type="password" name="repsw"/></td>    
		</tr>    
		<tr>    
			<td>選擇性別:</td>    
			<td><input type="radio" name="sex" value="man" checked="checked" />男    
			<input type="radio" name="sex" value="woman" />女</td>    
		</tr>    
		<tr>    
			<td>選擇技術:</td>    
			<td>    
			<input type="checkbox"  name="tech" value="java"/>JAVA    
		<input type="checkbox"  name="tech" value="html"/>HTML    
		<input type="checkbox"  name="tech" value="css"/>CSS    
			</td>    
		</tr>    
		<tr>    
			<td>選擇國家:</td>    
		<td>    
			<select>    
				<option value="none">--選擇國家--</option>    
				<option value="cn">中國</option>    
				<option value="am">美國</option>    
				<option value="en">英國</option>    
			</select>    
			</td>    
		</tr>    
		<tr>    
			<td>日期:</td>    
			<td>    
			2014-12-03			
    
			</td>    
		</tr>    
		<tr>    
			<th colspan="2"><input type="reset" value="清除數據" /> <input type="submit" value="提交數據" /></th>    
		</tr>    
	</table>    
</form><br />    
<marquee direction="down" behavior="alternate" height="100" bgcolor="#FF0000" >嘿嘿!看看我。</marquee>    
<marquee direction="up" behavior="alternate" height="100"  bgcolor="#00FF00" >嘿嘿!看看我。</marquee>    
<marquee direction="right" behavior="alternate" height="100" width="300" bgcolor="#0000FF">嘿嘿!看看我。</marquee>    
<marquee direction="left" behavior="alternate" bgcolor="#FFFF00">嘿嘿!看看我</marquee>    
</body>    
</html>
<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title></title>
</head>

<body onkeydown="show()"  oncontextmenu="false" onkeydown="show()">
<img src="img/haha.gif" border="0" id="ren">

<script>
    //獲取圖片名
 function basename(url){
        var loc=url.lastIndexOf("/")+1;

        return url.substr(loc);
    }
    //建立圖片都象
 var ren=document.getElementById("ren");

    function changetu(){
        if(basename(ren.src).charAt(6)=="i")
        {
            ren.src="img/20141117165842.gif";
        }else{
            ren.src="img/20140912095041.gif";
        }
    }
//    changetu();

 setInterval(function(){
        changetu();
    },1000);
</script>

<!--<div id="one" style="color: red; font-size: 250px; text-align: center">0</div>-->
<!--<script>-->
    <!--var one=document.getElementById("one");-->
    <!--var i=1;-->
    <!--var dt=null;-->
<!--//    var dt=setInterval(function(){-->
<!--//        one.innerText=i;-->
<!--//        i++;-->
<!--//    },100);-->

    <!--function stop(){-->
        <!--clearInterval(dt);-->
    <!--}-->

    <!--function start(){-->
        <!--dt=setInterval(function(){-->
            <!--one.innerText=i;-->
            <!--i++;-->
        <!--},100)-->
    <!--}-->
    <!--start();-->
<!--</script>-->

<!--<input type="button" onclick="stop()" value="stop">-->
<!--<input type="button" onclick="start()" value="start">-->

<div id="one" style="color: red; font-size: 10cm; text-align: center">0</div>
<script>
    var one=document.getElementById("one");
    var i=1;
    setInterval(function(){
        one.innerText=i;
        i++;
    },1000);
</script>

</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">    
<html xmlns="http://www.w3.org/1999/xhtml">    
<head>    
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />    
<title></title>    
<style type="text/css">    
	*{margin:0; padding:0; font-family: "新宋體"}    
	#header{width:100%; height:430px; background: url(images/big9.jpg) center; min-width:1000px}    
	#nav{width:100%; height:55px;margin:0 auto;}    
	#nav ul{margin-left:350px;}    
	#nav ul li{list-style-type:none; float:left; line-height:55px; margin-right:75px;}    
	#nav ul li a{color:#FFFFFF; text-decoration:none;}    
	#nav ul li a:hover{color:#339900;}    
	#info{width:1000px; height:142px; margin:220px auto 0;}    
	.logo{ width:142px; height:142px; float:left;}    
	.txt{width:350px; height:84px;float:left; margin:56px 140px 0 36px; color:#FFFFFF;}    
	.txt h2{ font-size:36px; font-weight:400;}    
	.txt p{font-size:14px;}    
	.download{width:194px; height:106px;float:left; margin-top:25px;}    
	.download a{color:#FFFFFF; text-decoration:none; width:197px; height:47px; background:#FF0000; display: block; text-align:center; line-height:47px; border-radius:8px;}    
	.download .a1{background:#00FFFF;}    
	.download .a2{background:#00FF00; margin-top:12px;}    
	.scan{width:120px; height:100px;float:right; margin-top:28px;}    
	.scan .sys{width:80px; height:80px; background:#FFFFFF; padding:10px;float:left;}    
	.scan p{ float:left; color: #000000; font-size:10px; width:12px; height:100px; line-height:20px}    
</style>    
</head>    
<body>    
	<!--盒子模型-->    
	<div id="header">    
		<!--導航開始-->    
		<div id="nav">    
			<ul>    
				<li><a href="http://www.baidu.com/" target="_blank">百度首頁</a></li>    
				<li><a href="http://www.sina.com.cn/" target="_blank">新浪網頁</a></li>    
				<li><a href="http://news.ifeng.com/mil/" target="_blank">軍事網頁</a></li>    
				<li><a href="http://sh.qihoo.com/" target="_blank">新聞網頁</a></li>    
			</ul>    
		</div>    
		<!--導航結束-->    
		<!--info 開始-->    
		<div id="info">    
			<!--logo-->    
			<div class="logo"><img src="images/s5.jpg" /></div>    
			<!--logo結束-->    
			<!--txt-->    
			<div class="txt">    
				<h2>東方閃電</h2>    
				<p>《地方》輔導費大概v發規範廣東方法得方廣日股份的</p>    
			</div>    
			<!--txt結束-->    
			<!--download-->    
			<div class="download">    
				<a href="" class="a1">IOS下載</a>    
				<a href="" class="a2">Android下載</a>    
			</div>    
		<!--scan-->    
		<div class="scan">    
			<div class="sys">    
				<img src="images/s6.jpg" />    
			</div>    
			<p>回覆剛恰好地方</p>    
		</div>    
		</div>    
		<!--info 結束-->    
	</div>    
</body>    
</html>
相關文章
相關標籤/搜索