1、用html如何製作一個簡單的網頁代碼?
1、首先,在計算機桌面上創建一個新文件夾,然後在該文件夾中創建一個新的文本文檔。

2、然後雙擊打開帶有記事本的文本文檔,如下圖所示,我們編寫一個簡單的html代碼。

3、單擊「另存為」的功能選項,顯示默認保存為編碼為ANSI。

4、我們將更改編碼和文件名,將其更改為如圖所示的圖像並保存。

5、然後返回到新創建的文件夾,發現有一個額外的html文件。

6、最後,使用瀏覽器打開html文件,效果如圖所示,簡單的網頁被成功編寫。

2、HTML網頁設計:一個簡單的登錄界面可以連接到資料庫記錄的代碼
如下參考:
1.首先,在您的計算機桌面上創建一個新文件夾,然後在該文件夾中創建一個新的文本文檔。

2.然後用記事本雙擊打開文本文檔,如下圖所示,然後編寫一個簡單的HTML代碼。

3.點擊「另存為」功能選項,顯示默認的「另存為」代碼為ANSI。

4.我們將把編碼和文件名更改回圖中所示的圖像並保存它。

5.然後回到新創建的文件夾,找到一個額外的HTML文件。

6.最後,使用瀏覽器打開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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>單選框網頁實例</title>
</head>
<body>
<p> </p>
<p align="center"><b><font size="6" color="#0000FF">基於</font><font face="Times New Roman" size="6" color="#0000FF">uClinux</font><font size="6" color="#0000FF">的</font><font face="Times New Roman" size="6" color="#0000FF">Web</font><font size="6" color="#0000FF">伺服器控制三個</font><font face="Times New Roman" size="6" color="#0000FF">LED</font><font size="6" color="#0000FF">的測試</font></b></p>
<p></p>
<table width="651" height="230" border="1" align="center">
<tr>
<td width="670" height="200">
<p align="center">通過下面的選項,你可以控制開發板上的led了。</p>
<form action="/cgi-bin/cgi_test">
<p align="center">
<input type="radio" name="R1" value="V1" checked="checked" />1開
<input type="radio" name="R2" value="V1" checked="checked" />2開
<input type="radio" name="R3" value="V1" checked="checked" />3開</p>
<p align="center">
<input type="radio" name="R1" value="V2" />1關
<input type="radio" name="R2" value="V2" />2關
<input type="radio" name="R3" value="V2" />3關</p>
<p align="center">
<input type="submit" value="確認" name="B1" />
</p></td>
</form>
</tr>
</table>
<p></p>
<p align="center">說明:這個是基於s3c44b0的uClinux(linux 2.4 kernel)系統設計的 </p>
<p> </p>
</body>
</html>
4、web前端課程,求個人網頁設計的代碼,簡單點
你可以到網上下載現成的建站系統來做的,例如:pageadmin和dede都是不錯的、簡單、方便,直接,。下載就能輕松建站。
5、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>
6、網頁設計求代碼,需求比較簡單
嗯,使用frame框架,分成兩列,一個用來放導航頁,一個用來放內容頁。在導航頁設置超鏈接指向內容頁。具體操作在dreamweaver的幫助中也可以找到。希望可以幫到你!
7、我需要一個網頁的設計代碼,HTML網頁設計,設計一個網頁,一個完整的源代碼
<html><head><title>帥哥的個人主頁</title></head><body>我是XXX,男,XX年X月X日出生,XX省XX市人,長得很帥!<br>李嘉誠理財名言:世界上並非每一件事情,都是金錢可以解決的,但是確實有很多事情需要金錢才能解決。 </body></html>
把上面的代碼用記事本存為index.html文件打開就行。
怎麼樣,這個夠簡單了吧。純手工書寫。
如需更好的,可以說明具體要求。
8、html求製作一個簡單網頁代碼,只需要一些文字加張圖片
完整的代碼如下:
<html>
<head>
<title>簡單網頁製作練習</title>
</head>
<body>
<p>1.文字內容,直接輸入文字即可。。。。。如果想設置其相關屬性可以使用font標簽
<font size="18" color="red" >紅色18號文字</font> </p>
<p> 2.添加圖片 <img src="圖片名稱.屬性" id=「圖片簡介」>
<img src="1.jpg" id=" 加入圖片練習"> </p>
</body>
</html>
樓主,如果不明白可以HI聯系我。。。。
9、就簡單簡單網頁代碼
昨天晚上新寫的
給你吧
<!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" >
#bodydiv{ position:relative; margin-left:95px; margin-right:95px;}
#body{ background-color:#FF8080;
margin-top:auto;
color: #996600;
font-family: "黑體";
;
}
#bannerdiv{ position:relative;}
#bannertable{}
#centerdiv{ position:relative; padding-left:3px;}
#centertable{ }
#rootdiv{ margin-top:11px;}
</style>
</head>
<body id="body" >
<div id="bodydiv">
<div id="bannerdiv">
<table align="center" id="bannertable">
<tr>
<td>
<img src="banner.gif" width="770" height="170">
</td>
</tr>
</table>
</div>
<div id="centerdiv">
<table id="centertable" border="0" cellpadding="7px" >
<tr>
<td>
<table border="0" style=" height:24px; width:200px;"background="divbg.gif" >
<tr><td align="center"></td></tr></table>
<table border="0" style="height:170px; width:200px; background-color:#FF814f" cellpadding="0" cellspacing="0">
<tr><td align="center"><img src="headimg.jpg" width="200" height="170" /></td></tr></table> </td>
<td rowspan="2">
<table border="0" style=" height:24px; width:373px;"background="divbg.gif" >
<tr><td align="center">日誌</td></tr></table>
<table border="0" style="height:380px; width:373px; background-color:#FF814f" cellpadding="0" cellspacing="0">
<tr><td></td></tr></table> </td>
<td rowspan="2">
<table border="0" style=" height:24px; width:160px;"background="divbg.gif" >
<tr><td align="center">網站導航</td></tr></table>
<table border="0" style="height:380px; width:160px; background-color:#FF814f" cellpadding="0" cellspacing="0">
<tr><td></td></tr></table> </td>
</tr>
<tr>
<td>
<table border="0" style=" height:24px; width:200px;"background="divbg.gif" >
<tr><td align="center">心情</td></tr></table>
<table border="0" style="height:170px; width:200px; background-color:#FF814f" cellpadding="0" cellspacing="0">
<tr><td></td></tr></table>
</td>
</tr>
<tr>
<td>
<table border="0" style=" height:24px; width:200px;"background="divbg.gif" >
<tr><td align="center">頭像31</td></tr></table>
<table border="0" style="height:170px; width:200px; background-color:#FF814f" cellpadding="0" cellspacing="0">
<tr><td></td></tr></table>
</td>
<td>
<table border="0" style=" height:24px; width:373px;"background="divbg.gif" >
<tr><td align="center">頭像32</td></tr></table>
<table border="0" style="height:170px; width:373px; background-color:#FF814f" cellpadding="0" cellspacing="0">
<tr><td></td></tr></table>
</td>
<td>
<table border="0" style=" height:24px; width:160px;"background="divbg.gif" >
<tr><td align="center">頭像33</td></tr></table>
<table border="0" style="height:170px; width:160px; background-color:#FF814f" cellpadding="0" cellspacing="0">
<tr><td></td></tr></table>
</td>
</tr>
</table>
</div>
<div id="rootdiv">
<table align="center">
<tr>
<td align="center">
<img src="rootimg.gif" height="60" width="190" />
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>