A. 這段網站的HTML代碼是什麼意思呢
style內部定義span標簽的樣式,具體代碼對應的效果為:
border-bottom: 0px:下邊線為0,也就是沒有底部沒有描邊。
border-left: 0px;:左邊線為0.
padding-bottom: 0px:底部內填充為0。
widows: 2;:當元素內部發生分頁時必須在頁面頂部保留的最少行數
text-transform: none:默認值,定義帶有小寫字母和大寫字母的標準的文本
background-color: rgb(255,255,255);:背景色為白色,可改寫為#fff
text-indent: 0px:文本縮進為0
margin: 0px;:間距為0
padding-left: 0px;:左填充為0
padding-right: 0px:右填充為0
font: 12px/26px 宋體, simsun, sans-serif, arial:字體樣式為12號、行高26、宋體和simsun,sans-serif, arial字體。
white-space: normal;:定義文本換行的樣式,默認空白會被瀏覽器忽略
orphans: 2;設置或檢索對象內容內一定要留在一頁范圍底端以內的行的最少數量為2。
letter-spacing: normal:定義增加或減少字元間的空白,默認字元間沒有額外的空間
color: rgb(51,51,51):定義字體顏色為深灰色,可寫為#333;
border-top: 0px; 上邊線為0
border-right: 0px; 右邊線為0
word-spacing: 0px; 增加或減少字間隔,默認單詞間的標准空間
padding-top: 0px:上填充為0
-webkit-text-size-adjust: auto:針對webkit內核的瀏覽器,防止在堅屏轉向橫屏時放大文字
-webkit-text-stroke-width: 0px:針對webkit內核的瀏覽器,文本描邊寬度為0.
打字不易,請採納
B. 求html購物車代碼,,效果如圖顯示
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/>
<title>修改訂單</title>
<styletype="text/css">
body{
font-size:13px;
line-height:25px;
}
table{
border-top:1pxsolid#333;
border-left:1pxsolid#333;
width:400px;
}
td{
border-right:1pxsolid#333;
border-bottom:1pxsolid#333;
text-align:center;
}
.title{
font-weight:bold;
background-color:#cccccc;
}
inputtext{
width:100px;
}
</style>
<scripttype="text/javascript">
functionaddRow(){
//行的長度
varrowlength=document.getElementById("order").rows.length;
//得到整個表格對象
varorder=document.getElementById("order").insertRow(rowlength-1);
order.id=rowlength-1;
//插入列
varcel1=order.insertCell(0).innerHTML="游戲光碟";
varcel2=order.insertCell(1).innerHTML="34";
varcel3=order.insertCell(2).innerHTML="¥58.40";
varcel4=order.insertCell(3).innerHTML="<inputtype="button"value="刪除"onclick="delRow('"+(rowlength-1)+"')"/>"+"<inputtype="button"value="修改"onclick="editRow('"+(rowlength-1)+"')"/>"
}
functiondelRow(qwe){
varewq=document.getElementById(qwe).rowIndex;
document.getElementById("order").deleteRow(ewq);
}
functioneditRow(rowID){
varrow=document.getElementById(rowID);
varcel=row.cells;
vartext=cel[1].innerHTML;
cel[1].innerHTML="<inputtype='text'value='"+text+"'style='width:40px;'>"
cel[3].lastChild.value="確定";
cel[3].lastChild.setAttribute("onclick","update('"+rowID+"')");
}
functionupdate(qwe){
varrow=document.getElementById(qwe);
varcel=row.cells;
vartext=cel[1].lastChild.value;
cel[1].innerHTML=text;
cel[3].lastChild.value="修改";
cel[3].lastChild.setAttribute("onclick","editRow('"+qwe+"')");
}
/*
functionadd(){
vara=document.getElementById("order").rows.length;
varb=document.getElementById("order").insertRow(a-1);
varone1=b.insertCell(0).innerHTML="123";
}
*/
</script>
</head>
<body>
<tableborder="0"cellspacing="0"cellpadding="0"id="order">
<trclass="title">
<td>商品名稱</td>
<td>數量</td>
<td>價格</td>
<td>操作</td>
</tr>
<trid="1">
<td>防滑真皮休閑鞋</td>
<td>12</td>
<td>¥568.50</td>
<td><inputname="rowdel"type="button"value="刪除"onclick='delRow("1")'/>
<inputid="edit1"type="button"value="修改"onclick='editRow("1")'/></td>
</tr>
<tr>
<tdcolspan="4"style="height:30px;">
<inputname="addOrder"type="button"value="增加訂單"onclick="addRow()"/></td>
</tr>
</table>
</body>
</html>
這個是我原來上學的時候練習的代碼,練習的是基礎的jsDOM操作,不過建議以後用Jquery 比較方便 有什麼不懂得可以問我
http://only.nzn.cn/ ONLY的衣服很酷很牛仔~~
http://www.chinapp.com/web/SiteHTML/102/102_1.htm E—land 紅色..蘭色...格子...透著青春的氣息(http://women.buyest.com/category/2_25_1_6_0_1_0.html)
三-sprit 也不錯哦~~~隨便一搜就有哦
D. 怎麼用html製作簡單得網頁代碼
用html製作簡單的網頁的步驟:
1、整體形象設計:企業確定要搭建網站,那麼首先就需要確定企業的整體形象,這個形象包括企業的logo設計,整個站點的色彩搭配,網頁流程設計,版面設計,甚至包括哪些地方本使用動態效果,哪些地方搭配文字信息,又或者需要布局哪些模塊等等,這個都需要納入到整體形象設計當中。
網頁的本質就是超級文本標記語言,通過結合使用其他的Web技術(如:腳本語言、公共網關介面、組件等),可以創造出功能強大的網頁。因而,超級文本標記語言是萬維網(Web)編程的基礎,也就是說萬維網是建立在超文本基礎之上的。超級文本標記語言之所以稱為超文本標記語言,是因為文本中包含了所謂「超級鏈接」點。
E. 用HTML代碼編寫一個網上花店主頁!
. HTML 入門例子
HTML 入門例子示例 -- 可以嘗試編輯
* 在網頁中輸入文字
* 定義一個段落
* 定義多個段落
* 在一個段落中換行
* 為網頁加上水平分割線
* 定義文字的顏色
* 定義網頁的背景顏色
* 嘗試鏈接到網路和google
* 點擊圖片就可以鏈接到你想去的地方
好通過上面的演練有點感覺了吧?下面開始詳細學習:)
<1>打開記事本:點擊"開始"--選擇"程序"--選擇"附件"--選擇"記事本"
<2>輸入下面代碼(直接拷貝過去就可以啦)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
<html>
<head>
<title> 歡迎來到夢之都 </title>
</head>
<body>
<p>這是我的第一個網頁,在這里
<a href="http://www.dream.com/xhtml/">
盡情學習HTML吧!
</a>吧!
</p>
</body>
</html>
<3>點擊"文件"--選擇"保存"--選擇文件類型為"所有文件"--文件名輸入"dream.html"並選擇文件保存地址.(記住一定要把文件的後綴存為.html或.htm,否則網頁無法顯示)
<4>現在我們可以雙擊這個文件.看看效果吧 .
現在解釋一下上面的例子:
* HTML文件就是一個文本文件.文本文件的後綴名是.txt,而HTML的後綴名是.html.
* <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd ">代表文檔類型,大致的意思就是:遵循嚴格的XHTML1的格式書寫.具體文檔類型後面有介紹(見文檔類型),現在只要照寫就形.
* HTML文檔中,第一個標簽是<html>.這個標簽告訴瀏覽器這是HTML文檔的開始(見html標簽).
* HTML文檔的最後一個標簽是</html>,這個標簽告訴瀏覽器這是HTML文檔的終止.
* 在<head>和</head>標簽之間的文本是頭信息.在瀏覽器窗口中,頭信息是不被顯示在頁面上的(見head標簽).
* 在<title>和</title>標簽之間的文本是文檔標題,它被顯示在瀏覽器窗口的標題欄(見title標簽).
* 在<body>和</body>標簽之間的文本是正文,會被顯示在瀏覽器中(見body標簽).
* 在<p>和</p>標簽代表段落(見p標簽).
* <a>和</a>定義了一個超鏈接,用戶只要點擊了"盡情學習",就可以鏈接到http://www.dream.com網站(見a標簽).
引用網址:http://www.dream.com/xhtml/novice/
F. 商品描述模板HTML代碼,高分!
太大的 發不上來...
發一部分給你吧.
<html><head>
<!--eBay V3- msxml 4.0 XXXXXXXXXXXXXXXXXXXXXXXXXX-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="description" content="eBay: Find BRAND NEW COLORFUL SQUARES HAMMOCK HAMMOCKS SALE in the Home Garden , Yard, Garden Outdoor Living , Patio Garden Furniture , Hammocks category on eBay."><meta name="keywords" content="BRAND NEW COLORFUL SQUARES HAMMOCK HAMMOCKS SALE, Home Garden, Yard, Garden Outdoor Living, Patio Garden Furniture, Hammocks"><title>BRAND NEW COLORFUL SQUARES HAMMOCK HAMMOCKS SALE - eBay (item 140261481011 end time Aug-26-08 22:00:49 PDT)</title><!--srcId: ViewItem--><meta http-equiv="Pragma" content="no-cache"><meta name="Arg1" content="uu.rpn276"><script><!--
var iframeApproved = true;var nodefaultcss = true;
//--></script><script language="javascript" src="http://include.ebaystatic.com/js/e551/us/features/viewitem/view_item_e5511us.js"> </script><style type="text/css"><!--
.ebay{font-family:Arial,Helvetica,sans-serif;}
.ebay{font-family:Arial,Helvetica,sans-serif;}
.ebay .standard,.ebay p,.ebay td,.ebay div,.ebay span,.ebay ul,.ebay ol,.ebay dl{font-size:x-small;font-family:Arial}
.ebay .standard1{font-size:x-small;font-family:Arial;}
.ebay a:active,.ebay a:link,.ebay a:visited{color:#0000CC;}
.ebay a:visited{color:#990099;}
.ebay pre{font-family:"Courier New",Courier,monospace;font-size:x-small;}
.ebay h1,.ebay .pagetitle{font-size:medium;font-weight:bold;}
.ebay h1,.ebay .itemTitle{font-family:Arial,Helvetica,sans-serif;font-size:medium;font-weight:bold;margin-bottom:2px;}
.ebay h2,.ebay .sectiontitle{font-size:small;font-weight:bold;}
.ebay .givingBarSectiontitle{font-size:small;font-weight:bold; color:#999999;}
.ebay .givingBarSectionSubTitle{font-family:verdana;font-size:10px;color:#999999;}
.ebay h2,.ebay .itemSpecifics{font-family:Arial,Helvetica,sans-serif;font-size:x-small;font-weight:bold;margin-bottom:0px;}
html>body .ebay .itemSpecifics{font-size:small !important}
.ebay h3,.ebay th,.ebay .standardtitle{font-weight:bold;}
.ebay .emphasized{color:#009900;font-weight:bold;}
.ebay .error{color:#FF0000;}
.ebay .help{color:#666666;}
.ebay .pipe{color:#9999FF;}
.ebay .button,.ebay .navigation{font-family:Verdana;font-size:xx-small;}
.ebay .textbox{font-family:Verdana;font-size:xx-small;color:#000000;}
.ebay .textboxhelp{font-family:Verdana;font-size:xx-small;color:#666666;}
.ebay .nomargin{margin:0px;}
.ebay .cssMessage{display:none;}
.ebay .optInLayer{color:#999999; text-align:right; border:1px solid #CCCCCC; padding:5px 5px 5px;}
.ebay .hrthick{ text-align: right; width: 100%; height: 2px; border: solid #9999CC 1px; background: #9999CC}
.ebay .hrthin{ text-align: right; width: 100%; height: 2px; border: solid #DCDCFE 1px; background: #DCDCFE}
.ebay .hrwhite{ text-align: right; width: 100%; height: 2px; background: #ffffff; border: 1px solid #ffffff;}
.ebay .hrgray{ text-align: right; width: 100%; height: 1px; background: #bbbbbb; border: 1px solid #bbbbbb;}
.ebay .titleRow{ border-top:2px solid #9999cc; border-bottom:2px solid #9999cc; margin-top:4px;}
.ebay .titleColumn{border-top:1px solid #9999cc; background-color:#eeeef8}
.ebay .borderLeft{border-left:1px solid #9999cc; background-color:#eeeef8}
.ebay .borderRight{border-right:1px solid #9999cc; background-color:#eeeef8}
.ebay .borderBottom{border-bottom:1px solid #9999cc; background-color:#eeeef8}
.ebay .borderLeftBottom{border-bottom:1px solid #9999cc; border-left:1px solid #9999cc; background-color:#eeeef8}
.ebay .borderRightBottom{border-bottom:1px solid #9999cc; border-right:1px solid #9999cc; background-color:#eeeef8}
.RetroStyle2 {font: Terminal;font-family: Terminal;color: #00FF00;background-color: #000000;font-size: 22px;}
.BasicStyle {font: Tahoma;font-family: Tahoma;color: #5F8F8F;background-color: Black;font-size: 20px;}
.titlePadding {padding-top:4px;padding-bottom:4px}
.ebay .shipFootNote{font-family:verdana;font-size:10px;color:#999999; padding-bottom:20px;}
.ebay .shipFootNote1{font-family:verdana;font-size:10px;color:#999999; padding:0 15px 20px 15px;}
.ebay .grayOut{font-family:arial;font-size: 13px;color:#cccccc;}
.ebay .grayText{font-family:arial;font-size: 13px;color:#999999;}
.ebay .insuranceText{ font-family:arial; font-size: 10px; color:#999999;}
.ebay .titlePurchase{color:#515151;}
.ebay .shipPadding { padding-top:5px; padding-bottom:5px;}
.ebay .shipPadding1 { padding:20px 15px 10px 15px;}
.ebay .shipHeaderFont { font-family:arial; font-size: 13px; padding-bottom:4px;}
.ebay .shipSecFont{ font-family:arial; font-size: 13px; padding-left:4px;}
.ebay .indentation{ padding-left:8px;}
.ebay .LessIndentation{ padding-left:4px;}
.ebay .extraIndentation{padding-left:12px;}
.ebay .ViShipSecBorder{border-bottom:0px solid #cccccc;border-left:1px solid #cccccc;border-right:1px solid #cccccc;border-top:0px; padding:0px;}
.ebay .ViShipSecHeaderBorder{border-width: 1px; border-color: #cccccc; border-style: solid; padding:8px;}
.ebay .ViShipSecTdBorder{border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-top:0px solid #e5e5e5; padding:5px;font-family:arial; font-size: 13px; text-align:left;}
.ebay .ViShipSecThBorder{border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-top:0px; padding:5px;font-family:arial; font-size: 13px; text-align:left;}
.ebay .ViShipSecTdRightBorder{border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-right:0px solid #e5e5e5;border-top:0px solid #e5e5e5; padding:5px;font-family:arial; font-size: 13px; text-align:left;}
.ebay .ViShipSecTdLeftBorder{border-bottom:1px solid #e5e5e5;border-left:0px solid #e5e5e5;border-right:1px solid #e5e5e5;border-top:0px solid #e5e5e5; padding:5px;font-family:arial; font-size: 13px; text-align:left;}
.ebay .ViMessageSecHeaderBorder{border-width: 1px; border-color: #cccccc; border-style: solid;}
.refreshlinkText{font-family:Verdana;font-size:xx-small;color:#FFFFFF;padding-left:3px;padding-right:4px;}
#divrefresh a:active{font-family:Verdana;font-size:xx-small;text-decoration:underline;color:#FFFFFF;}
#divrefresh a:visited{font-family:Verdana;font-size:xx-small;text-decoration:none;color:#FFFFFF;}
#divrefresh a:link{font-family:Verdana;font-size:xx-small;text-decoration:none;color:#FFFFFF;}
#divrefresh a:hover{font-family:Verdana;font-size:xx-small;text-decoration:underline;color:#FFFFFF;}
.greyboldsmall{font:bold small Arial, Helvetica, sans-serif;color:#666666;}
.overlay {background:transparent;position:absolute;}
.overlay .contentbox {width:100%;position: relative;}
.overlay .contentbox .content { padding:5px; border:1px solid #666;background: #fff;border-width: 0 1px;}
.overlay .contentbox *, .overlay .shadowbox * {position:relative;}
.overlay .shadowbox {width:100%;position:absolute;top:7px;left: 7px;opacity:.15;filter: "alpha(opacity=15)";-moz-opacity:0.15;}
.overlay .shadowbox .content {background: #000;padding:10px;}
.overlay .contentbox .n { border-top:1px solid #666;margin: 0 5px;background: #fff;}
.overlay .contentbox .s { border-bottom:1px solid #666; margin: 0 5px;background: #fff;position:relative;}
.overlay .shadowbox .n, .overlay .shadowbox .s {margin: 0 5px;background: #000; }
.cn, .scn {margin:0;padding:0;height:5px;display:block;font-size:0;line-height:0%;}
.cn {background: transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayCorners.gif) no-repeat;}
.scn {background: transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayShade.gif) no-repeat;}
.overlay .n .cn .cn, .overlay .n .scn .scn { background-position:0 0;width:5px;margin-left: -5px;}
.overlay .n .cn, .overlay .n .scn { background-position:100% -20px; margin-right: -5px;}
.overlay .s .cn, .overlay .s .scn { background-position:100% -30px; margin-right: -5px;}
.overlay .s .cn .cn, .overlay .s .scn .scn { background-position:0 -10px;width:5px;margin-left: -5px;}
.overlayPos {position:absolute;margin-left:190px;_margin-left:-80px;margin-top:-15px;_margin-top:-2px;}
.arrowTL, .arrowTR, .arrowBL, .arrowBR {background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayPoints.gif) no-repeat; width:22px; height:25px; position:absolute}
.arrowTL {top:12px; left:-21px; background-position:0px 0px}
.arrowTR {top:12px; right:-21px; background-position:100% -30px}
.arrowBL {bottom:12px; left:-21px; background-position:0px -60px}
.arrowBR {bottom:12px; right:-21px; background-position:100% -90px}
G. 比較購物網站中比較代碼如何實現
很簡單啊,分別用來兩個記錄集打開兩種商品,最後把它們每個欄位的數據在網頁上顯示出來就行了。
H. 網站上的html代碼是什麼意思這個代碼在哪裡
網站上的html代碼就是網站上網頁里的代碼,查看網頁HTML代碼:把滑鼠放在網頁上點擊滑鼠右鍵,有一個查看源文件,那就是網頁的HTML代碼
I. 網站首頁HTML代碼在哪裡找到
你是要得到某個頁面的HTML代碼嗎?如果是的話,那很簡單,你可以直接保存該頁面,保存後再到保存該頁面的文件夾裡面去找帶有瀏覽器圖標的文件用記事本打開就行了,更快的方法則是直接在瀏覽器的相關選項中查看源文件,例如我的是IE8,步驟就是「頁面」--「查看源文件」!
J. 1688店鋪的網站首頁HTML代碼在哪裡找
教你兩個方法:1、打個那個店鋪的頁面,在頁面上單擊滑鼠右鍵,有個查看頁面原代碼的選項就可查看。2、下個網站抓取精靈V3.0(就是扒網軟體)用它扒一下那個網頁就行了。希望幫到你:)