• yam天空
  • 天空部落
  • 新聞
  • 登入 註冊 網誌隨便逛
  • 加入天空部落
  • 冬至必吃暖暖湯圓

網誌 相簿 影音 PK吧! Honda嬉遊趣
即時新聞 影音新聞 新聞專輯 政治新聞 財經新聞 娛樂新聞 運動新聞 兩岸新聞 科技新聞
管理介面 發表網誌 發表日記 上傳相片 上傳影音 管理留言
推薦這個部落格: 2

Lian's House

Guten Morgen! Ich bin Lilian Lin.

網誌 |影音 |相簿 |好友 |留言板
| 主頁 | 20080321_人際關係
March 25, 2008
HTML Tag list for 商店網頁設計與製作以文找文
lian1001 在天空部落發表於09:50:10 | 未分類
鼓勵此網誌:0 


商店網頁設計與製作. 使用Dreamware, Flash. 共60hrs.
今天可以學到:

Ordered by Function

DTD: indicates in which XHTML 1.0 DTD the tag is allowed. S=Strict, T=Transitional, and F=Frameset 

Start tagPurposeDTD
     
Basic Tags    
<!DOCTYPE>  Defines the document type STF
<html> Defines an html document STF
<body> Defines the body element STF
<h1> to <h6> Defines header 1 to header 6 STF
<p> Defines a paragraph STF
<br> Inserts a single line break STF
<hr> Defines a horizontal rule STF
<!--...--> Defines a comment STF
     
Char Format    
<b> Defines bold text STF
<font> Deprecated. Defines text font, size, and color TF
<i> Defines italic text STF
<em> Defines emphasized text  STF
<big> Defines big text STF
<strong> Defines strong text STF
<small> Defines small text STF
<sup> Defines superscripted text STF
<sub> Defines subscripted text STF
<bdo> Defines the direction of text display STF
<u> Deprecated. Defines underlined text TF
     
Output    
<pre> Defines preformatted text STF
<code> Defines computer code text STF
<tt> Defines teletype text STF
<kbd> Defines keyboard text STF
<var> Defines a variable STF
<dfn> Defines a definition term STF
<samp> Defines sample computer code STF
<xmp> Deprecated. Defines preformatted text  
     
Blocks    
<acronym> Defines an acronym STF
<abbr> Defines an abbreviation STF
<address> Defines an address element STF
<blockquote> Defines a long quotation STF
<center> Deprecated. Defines centered text TF
<q> Defines a short quotation STF
<cite> Defines a citation STF
<ins> Defines inserted text STF
<del> Defines deleted text STF
<s> Deprecated. Defines strikethrough text TF
<strike> Deprecated. Defines strikethrough text TF
     
Links    
<a> Defines an anchor STF
<link> Defines a resource reference STF
     
Frames    
<frame> Defines a sub window (a frame) F
<frameset> Defines a set of frames F
<noframes> Defines a noframe section TF
<iframe> Defines an inline sub window (frame) TF
     
Input    
<form> Defines a form  STF
<input> Defines an input field STF
<textarea> Defines a text area STF
<button> Defines a push button STF
<select> Defines a selectable list STF
<optgroup> Defines an option group STF
<option> Defines an item in a list box STF
<label> Defines a label for a form control STF
<fieldset> Defines a fieldset STF
<legend> Defines a title in a fieldset STF
<isindex> Deprecated. Defines a single-line input field TF
     
Lists    
<ul> Defines an unordered list STF
<ol> Defines an ordered list STF
<li> Defines a list item STF
<dir> Deprecated. Defines a directory list TF
<dl> Defines a definition list STF
<dt> Defines a definition term STF
<dd> Defines a definition description STF
<menu> Deprecated. Defines a menu list TF
     
Images    
<img> Defines an image STF
<map> Defines an image map  STF
<area> Defines an area inside an image map STF
     
Tables    
<table> Defines a table STF
<caption> Defines a table caption STF
<th> Defines a table header STF
<tr> Defines a table row STF
<td> Defines a table cell STF
<thead> Defines a table header STF
<tbody> Defines a table body STF
<tfoot> Defines a table footer STF
<col> Defines attributes for table columns  STF
<colgroup> Defines groups of table columns STF
     
Styles    
<style> Defines a style definition STF
<div> Defines a section in a document STF
<span> Defines a section in a document STF
     
Meta Info    
<head> Defines information about the document STF
<title> Defines the document title STF
<meta> Defines meta information STF
<base> Defines a base URL for all the links in a page STF
<basefont> Deprecated. Defines a base font TF
     
Programming    
<script> Defines a script STF
<noscript> Defines a noscript section STF
<applet> Deprecated. Defines an applet TF
<object> Defines an embedded object STF
<param> Defines a parameter for an object STF


Ordered Alphabetically

DTD: indicates in which XHTML 1.0 DTD the tag is allowed. S=Strict, T=Transitional, and F=Frameset

TagDescriptionDTD
<!--...--> Defines a comment STF
<!DOCTYPE>  Defines the document type STF
<a> Defines an anchor STF
<abbr> Defines an abbreviation STF
<acronym> Defines an acronym STF
<address> Defines an address element STF
<applet> Deprecated. Defines an applet TF
<area> Defines an area inside an image map STF
<b> Defines bold text STF
<base> Defines a base URL for all the links in a page STF
<basefont> Deprecated. Defines a base font TF
<bdo> Defines the direction of text display STF
<big> Defines big text STF
<blockquote> Defines a long quotation STF
<body> Defines the body element STF
<br> Inserts a single line break STF
<button> Defines a push button STF
<caption> Defines a table caption STF
<center> Deprecated. Defines centered text TF
<cite> Defines a citation STF
<code> Defines computer code text STF
<col> Defines attributes for table columns  STF
<colgroup> Defines groups of table columns STF
<dd> Defines a definition description STF
<del> Defines deleted text STF
<dir> Deprecated. Defines a directory list TF
<div> Defines a section in a document STF
<dfn> Defines a definition term STF
<dl> Defines a definition list STF
<dt> Defines a definition term STF
<em> Defines emphasized text  STF
<fieldset> Defines a fieldset STF
<font> Deprecated. Defines text font, size, and color TF
<form> Defines a form  STF
<frame> Defines a sub window (a frame) F
<frameset> Defines a set of frames F
<h1> to <h6> Defines header 1 to header 6 STF
<head> Defines information about the document STF
<hr> Defines a horizontal rule STF
<html> Defines an html document STF
<i> Defines italic text STF
<iframe> Defines an inline sub window (frame) TF
<img> Defines an image STF
<input> Defines an input field STF
<ins> Defines inserted text STF
<isindex> Deprecated. Defines a single-line input field TF
<kbd> Defines keyboard text STF
<label> Defines a label for a form control STF
<legend> Defines a title in a fieldset STF
<li> Defines a list item STF
<link> Defines a resource reference STF
<map> Defines an image map  STF
<menu> Deprecated. Defines a menu list TF
<meta> Defines meta information STF
<noframes> Defines a noframe section TF
<noscript> Defines a noscript section STF
<object> Defines an embedded object STF
<ol> Defines an ordered list STF
<optgroup> Defines an option group STF
<option> Defines an option in a drop-down list STF
<p> Defines a paragraph STF
<param> Defines a parameter for an object STF
<pre> Defines preformatted text STF
<q> Defines a short quotation STF
<s> Deprecated. Defines strikethrough text TF
<samp> Defines sample computer code STF
<script> Defines a script STF
<select> Defines a selectable list STF
<small> Defines small text STF
<span> Defines a section in a document STF
<strike> Deprecated. Defines strikethrough text TF
<strong> Defines strong text STF
<style> Defines a style definition STF
<sub> Defines subscripted text STF
<sup> Defines superscripted text STF
<table> Defines a table STF
<tbody> Defines a table body STF
<td> Defines a table cell STF
<textarea> Defines a text area STF
<tfoot> Defines a table footer STF
<th> Defines a table header STF
<thead> Defines a table header STF
<title> Defines the document title STF
<tr> Defines a table row STF
<tt> Defines teletype text STF
<u> Deprecated. Defines underlined text TF
<ul> Defines an unordered list STF
<var> Defines a variable STF
<xmp> Deprecated. Defines preformatted text  


Previous Next
3/25,3/26 schedule

一. 架一個網站的流程.以HTML實作及觀念,並以photoshop連接.
1.) DNS註冊> DNS讓你的IP=你的domain name
 ( 網址及虛擬主機 在同一家.可自動對應 )

3/27
1. CSS做樣式



留言 (2) | 引用 (0) | 人氣 () | 轉寄
| 主頁 | 20080321_人際關係
引用 (你可以針對此文寫一篇屬於自己的blog/想法,並給作者一個通告)
引用
留言 (2筆)
1.
房東自租

台中市北區進化北路


電梯華廈、全新裝潢、非頂樓、採光好、視線洞線佳、通風良好、交通便利、停車方便、生活機能強、近中國醫藥學院、大潤發量販店、住戶單純品質佳、室內機車停車位

大3房2廳2衛(乾溼分離)、走道、廚房、陽台;家電全、傢俱全,ex:滾筒式洗衣機、烘衣機、網路~~;近40坪使用空間,寬敞舒適

租金(大套房+大雅房+大衛浴)每月10000元

意者電洽:0986-868480

     04-22351610

湯小姐
租屋 於 2008-09-02 22:12:23 留言 |

2.
---------------------------------
在家無聊嗎 偶爾也來生活樂子吧!!
偷菜不稀奇了 快來非爽不可吧!!^^
您不可錯過的生活情趣
非爽不可http://www.sxe4.com/
---------------------------------
1f5f5 於 2009-11-09 17:41:15 留言 |

發表你的留言 (字數限制 最多 2000 個中文字)
私密留言: 是 否
Name:





是 否
內容:
系統公告
天氣預報
UrMap
地圖連結
連結書籤
  • 同學部落格
  • 李老師
  • 甘老師
  • 家慶老師
  • 數位視野
  • 部落格觀察
  • TWNIC 台灣網路資訊中心網域名稱註冊
  • Victoria Secrect
  • W3 schools
  • Google
  • 天空部落格
  • yahoo
  • Yahoo Dictionary
  • 天母嚴選
  • PMI
  • T恤王
  • Tapestry
  • 愛戀古典_寶哥
  • 天母創意市集
  • 網路建置百寶箱
  • 網頁背景圖庫
  • 多國語言學習
  • 出租網
  • 盆景出租
  • frogfree
  • dapangzoo 大胖動物園
  • flicker 相簿分享
  • 設苦手
  • Uniqlock
  • 智慧財產局
  • 創意共享
SiteMeter



誰來我家
好時光貼曆
誰推薦我
行事曆
Dec 2009
S M T W T F S
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
連結書籤
  • 色彩搭配
  • 專利檢索
  • 創意共享
  • photographer's of World
  • 韓世國r
  • Han's blog
  • Sothink
  • Cool
  • 博客來書店
  • 新谷弘實
  • 37.com
  • ivy leage
405 教室
  • classroom 405
my classmate 405
  • 405 my classmate
RSS 訂閱
RSS2
ATOM
贊助商
其它資訊
本部落所刊登之內容,皆由作者個人所提供,不代表 yam 天空 本身立場。
POWERED BY
POWERED BY 天空部落
會員登入│免費註冊