標題 [WebFund]筆記-XHTML-Part1
時間 2007/12/16 Sun 14:28:35
───────────────────────────────────────
XHTML = Extensible HyperText Markup Language
CSS = Cascading Style Sheets
W3C = World Wide Web Consortium
1.基本主體
<html>
<head>
<title>網頁名稱</title>
</head>
<body>
<p>網頁內容</p> //paragraph tags 段落標籤
</body>
</html>
2.Headers 標題
<h1>標題(大)</h1> ~ <h6>標題(小)</h6>
3.Linging 連結
<strong>粗體字</strong>
<p><a href = "網址or電子郵件">顯示的字</a></p>
4.Images 圖片
<img src = "圖片檔名.副檔名" height = "圖片高度" width = "圖片寬度"
alt = "圖片敘述" />
5.Nested and Ordered Lists
<ul>
<li> //第一層
<ul>
<li> //第二層
<ol>
<li> //第三層
</li>
</ol>
</li>
</ul>
</li>
</ul>
6.Other
<br/> 換行
<hr/> 加上水平線
& = &
< = <
¼ = 1/4 (一個字元的寬度)
<del>文字</del> //刪除線
<sup>文字</sup> //文字置上
<sub>文字</sub> //文字置底
--
身高不是距離
技巧不是問題
只要有"心"
人人都可 定‧三‧米
--
▅◣ Origin: 謠 言 報 bbs.csie.fju.edu.tw
▋◤ Author: ie945167 從 61-64-175-54-adsl-tpe.dynamic.so-net.net.tw 發表
沒有留言:
張貼留言