使用HTML語言和CSS開發商業網站(2)

來源:互聯網
上載者:User

標籤:架構   title   com   alt   src   列表   表格   center   res   

border:架構邊框大小 borderColor:邊框顏色
frameborder: 1(顯示邊框) 0:沒有邊框
noresize="no" 不可以調節大小
scrolling="no" 隱藏捲軸

 

頁面用框架組frameset 就沒有body了
列:cols="值1,值2,剩餘" *:剩餘大小
rows同cols

 

無序列表ul-li /有序列表ol-li / 有定義列表(dl-dt-dd)
ul中type:disc(實心圓) square(實心方) circle(空心圓)
ol中type:1(預設) a/A(字母) I/i(羅馬)

 

colspan:跨列
rowspan:跨行
align:內容水平方向對齊 left center right
valign:垂直方向對齊 top middle bottom
border:表格邊框寬度

 

target:_self(預設本頁面) _blank(新視窗)
_parent(父容器顯示) _top(頂級容器顯示)
架構名(顯示在指定架構中)

 

 

模板頁:

<!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>
</body>
</html>

 

 

使用HTML語言和CSS開發商業網站(2)

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.