簡單網(wǎng)頁模板html
提問問題
列表
-
用HTML設(shè)計一個自我介紹的網(wǎng)頁 感謝
查看答案>>
-
誰有網(wǎng)頁制作模板啊?簡單的div+css的?急求~最好是個人風采展示或自我介紹一類的
查看答案>>
-
那里有比較好的html靜態(tài)網(wǎng)頁模板下載嗎?
查看答案>>
-
需要一個HTML模板,用來做簡單的表單數(shù)據(jù)錄入
查看答案>>
-
初學html5者適合仿哪個網(wǎng)站練習做簡單網(wǎng)頁
查看答案>>
-
求html靜態(tài)頁面的代碼,簡單點的?
查看答案>>
用HTML設(shè)計一個自我介紹的網(wǎng)頁 感謝
123456789101112131415161718192021222324<style>.content>.name{font-size:16px; color:blue}.home{font-size:18px; color:red}#address{font-size:20px; color:gray}.btn>a,.btn>input{color:green;display:block;width:120px;height:60px}.btn>a:hover,.btn>input:hover{color:yellow;} </style> <DIV class="content" style="background:url('img.jpg')"><div class="name">我叫XXX</div><div class="home">我的家鄉(xiāng)XXX</div><div id="address">我在xxxx</div><div class="btn"><a>確定</a><input type="button" value="確定"/></div></DIV>1
那里有比較好的html靜態(tài)網(wǎng)頁模板下載嗎?
推薦葡萄家園素材網(wǎng),他們網(wǎng)頁模板欄目有個HTML模板,很多靜態(tài)源碼。應(yīng)該是你所需要的。
需要一個HTML模板,用來做簡單的表單數(shù)據(jù)錄入
<!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" xml:lang="en" lang="en"><head> <title> - PHP2WORD 郵件與信封生成 - </title> <meta http-equiv="Content-Type" content="text/html; charset=gbk" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <style type="text/css"> body{ font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif; font-size:15px; } p, h1, form, button{border:0; margin:0; padding:0;} .spacer{clear:both; height:1px;} /* ———– My Form ———– */ .myform{ margin:0 auto; width:400px; padding:14px; } /* ———– stylized ———– */ #stylized{ border:solid 2px #b7ddf2; background:#ebf4fb; } #stylized h1 { font-size:16px; font-weight:bold; margin-bottom:8px; } #stylized p{ font-size:12px; color:#666666; margin-bottom:20px; border-bottom:solid 1px #b7ddf2; padding-bottom:10px; } #stylized label{ display:block; font-weight:bold; text-align:right; width:140px; float:left; } #stylized .small{ color:#666666; display:block; font-size:11px; font-weight:normal; text-align:right; width:140px; } #stylized input{ float:left; font-size:15px; padding:4px 2px; border:solid 1px #aacfe4; width:200px; margin:2px 0 20px 10px; } #stylized .sub{ clear:both; margin-left:150px; width:120px; height:32px; line-height:20px; border:1px solid #8b9c56; background:url("../images/bt_bg.gif") 0px -64px; text-align:center; color:#336600; font-size:15px; font-weight:bold; cursor:pointer; } .red{ color:#ff0000; } .blue{ color:#0000FF; } </style></head><body><div id="stylized" class="myform"> <form id="form" name="form" method="post" action="index.php"> <h1>表單標題</h1> <p>副標題以及需要<span class="red">注意的 </span> 和 <span class="blue">醒目的 </span>事項</p> <label>用戶名 <span class="small">就當他是用戶名好了</span> </label> <input type="text" name="name" id="name" value="" /> <label>郵件地址 <span class="small">其他類似這樣哦</span> </label> <input type="text" name="num" id="num" value="" /> <input class="sub" type="button" value="提交"/> <div class="spacer"></div> </form></div></body></html>
初學html5者適合仿哪個網(wǎng)站練習做簡單網(wǎng)頁
初學者應(yīng)該做一個一個模塊,實現(xiàn)各種新功能,把這些做好了再想網(wǎng)頁的布局吧。不可急功近利。
嗯,你說的那個已經(jīng)看網(wǎng)上的視頻學習一遍了,現(xiàn)在想具體實踐一下,你有什么好的建議嗎
自己寫個小游戲,比如連連看,坦克大戰(zhàn)等練練,這比你寫幾十個網(wǎng)頁更有提高
求html靜態(tài)頁面的代碼,簡單點的?
<html><head> <title>滾動字幕</title> </head><body text=#ff0000 bgcolor=#ccff99><marquee>請進入音樂休閑屋</marquee><marquee direction=left>看我還會動呢,并且是從右向左移動</marquee> <p><marquee direction =right behavior=scroll>我從左向右一圈一圈的移動</marquee > <p><marquee scrollamount=18>我是不是移動的比較快?</marquee> <P><marquee loop=3 bgcolor=blue>我的底色是藍的,我循環(huán)三次即停止移動</marquee > <p></body> </html>
熱門問答