1、你有關於美食設計網站代碼嗎?
美食設計網站的代碼我沒有,但是我覺得你可以去參考一下別人的美食網站,這樣會給你一些很好的啟發
2、跪求一份HTML網頁成品代碼 主題是世界各地美食
沒得現成的,之前給別人做過自己愛吃的特產,而且做多少頁,老師應該都發了要求的吧,要做的話得另外做
3、求大神有沒有dreamweaver製作以美食主題的成品網頁源代碼
這個我有
我的是個美食網,在大學里做的,不能外傳,所以我就不能上傳壓縮包。
我發你郵箱吧。
滿意望採納啊
4、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>
5、html網頁模板代碼
。。。。
border-width: 0px;
邊的寬度為0
border-style
邊的類型
vertical-align: top
垂直居上
6、求一個html網頁設計的代碼
這個好簡單,去菜鳥網站認真學兩天,基本能做的出來了。
7、請問有沒有以美食為主題的網頁設計的代碼?急用。謝謝啊
這個我有
我的是個美食網,在大學里做的,不能外傳,所以我就不能上傳壓縮包。
我發你郵箱吧。
滿意望採納啊