導航:首頁 > 萬維百科 > HTML網頁設計

HTML網頁設計

發布時間:2020-07-29 04:49:05

1、用html設計一個頁面

在頁面內</title>後面 或者其他後面加入一下代碼把sp換一下

<script type="text/javascript"> 
onload=function(){ 
setInterval(go, 1000); 
}; 
var x=3; //利用了全局變數來執行 
function go(){ 
x--; 
if(x>0){ 
document.getElementById("sp").innerHTML=x; //每次設置的x的值都不一樣了。 
}else{ 
location.href='res.html'; 


</script>

2、html網頁製作代碼

3、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>
<title>3</title>
<script>
function r()
{

var username=document.getElementById("username");

var pass=document.getElementById("password");
if(username.value=="")
{
alert("請輸入用戶名");
username.focus();
return;
}
if(pass.value=="")
{
alert("請輸入密碼");
return;
}
return true;
}
</script>
</head>
<body>
<form>
<table width="350" bgcolor="#ccffcc" style="border-color" border="1">
<tr align=center>
<td>用戶名</td><td><input type="text" name="username" id="username"></td>
</tr>
<tr align=center><td>密 碼</td><td><input type="password" name="password" id="password"></td></tr>
<tr align=center><td>驗證碼</td><td><input type="text" name="yanzheng"></td></tr>
<tr align=center><td colspan="2"><input type="button" value="登 錄" onclick="r();"/>     <input type="reset" value="重 置"/></td></tr>

</table>
</form>
</body>
</html>

4、如何製作HTML頁面

1、首先我們需要在桌面上,新建一張記事本

2、然後我們需要打開記事本,編寫代碼

3、然後我們需要把記事本修改後綴名為.html

4、然後我們需要在桌面上就會有一張網頁,這一點很重要。

5、最後我們需要需要在瀏覽器上運行該網頁

與HTML網頁設計相關的知識