使用者:李哲寬:修訂版本之間的差異
第 27 行: | 第 27 行: | ||
html 超文件(HyperText Markup Language) | html 超文件(HyperText Markup Language) | ||
+ | |||
head 文件頭 | head 文件頭 | ||
+ | |||
title 標題 | title 標題 | ||
+ | |||
body 本文 | body 本文 | ||
a 超連結(anchor) | a 超連結(anchor) | ||
+ | |||
img 圖(image) | img 圖(image) | ||
+ | |||
p 段(paragraph) | p 段(paragraph) | ||
+ | |||
br 跳行(break space) | br 跳行(break space) | ||
+ | |||
hr 水平線(Horizontal Rule) | hr 水平線(Horizontal Rule) | ||
table 表 | table 表 | ||
+ | |||
tr 表內之列(table row) | tr 表內之列(table row) | ||
+ | |||
td 表內之格(table diamond) | td 表內之格(table diamond) | ||
+ | |||
th 表內之格(table head diamond) | th 表內之格(table head diamond) | ||
ol 有次序的列表(order list) | ol 有次序的列表(order list) | ||
+ | |||
ul 沒有次序的列表(unorder list) | ul 沒有次序的列表(unorder list) | ||
+ | |||
li 列表項目(list item) | li 列表項目(list item) | ||
style 宣告樣式(修飾一個超文件) | style 宣告樣式(修飾一個超文件) | ||
span 文字小片段 | span 文字小片段 | ||
+ | |||
div 區塊(division) | div 區塊(division) | ||
+ | |||
pre 保留原有斷行及排列之式(preserve) | pre 保留原有斷行及排列之式(preserve) | ||
form 表單 | form 表單 | ||
− | 屬性(用=連等號兩邊) | + | ==屬性(用=連等號兩邊)== |
− | + | ||
src= 圖照來源(source) | src= 圖照來源(source) | ||
+ | |||
href= 跳往那一個連結(hyper ref)(hyper reference) | href= 跳往那一個連結(hyper ref)(hyper reference) | ||
+ | |||
target= 跳往瀏覽器的那裡,預設值為本頁的本窗框,值_blank為新的空白頁。 | target= 跳往瀏覽器的那裡,預設值為本頁的本窗框,值_blank為新的空白頁。 | ||
+ | |||
style= 樣式屬性(修飾一個標籤) | style= 樣式屬性(修飾一個標籤) | ||
+ | |||
width= 寬度,可以用點(px,pt)或長度(cm)或百分比表示 | width= 寬度,可以用點(px,pt)或長度(cm)或百分比表示 | ||
+ | |||
height= 高度,可以用點(px,pt)或長度(cm)或百分比表示 | height= 高度,可以用點(px,pt)或長度(cm)或百分比表示 | ||
border= 邊框。 | border= 邊框。 | ||
− | 樣式(用:連冒號兩邊) | + | |
− | + | ==樣式(用:連冒號兩邊)== | |
+ | |||
font-family: 字體 | font-family: 字體 | ||
+ | |||
font-size: 字的大小 | font-size: 字的大小 | ||
+ | |||
font-weight: 字有多粗 | font-weight: 字有多粗 | ||
+ | |||
text-align: 字的對齊方式 | text-align: 字的對齊方式 | ||
+ | |||
color: 字的顏色 | color: 字的顏色 | ||
+ | |||
width: 寬度 | width: 寬度 | ||
+ | |||
height: 高度 | height: 高度 | ||
+ | |||
border: 邊框 | border: 邊框 | ||
+ | |||
border-collapse:collapse 合併框線 | border-collapse:collapse 合併框線 |
2014年8月15日 (五) 12:04的修訂版本
自我介紹
- 大家好,我叫李哲寬,以前讀光復國小.
- 生日:91年6月14日
- 星座:雙子座
- 不喜歡的東西:小黃瓜
上課筆記
作業
- 我最喜歡的老師
我最喜歡的老師是我一年級的老師,名叫賴玉老師,
因為他很溫柔,也喜歡和我們說說笑笑。
- 我覺得這五天的新生訓練很特別雖電腦很難數學也是,
可是沒被打敗。
我覺得這五天的新生訓練很特別,
因為和我以前讀的光復國小都是準時上下課但這裡不是。
所以這裡很特別!!
圖片
HTML重要的標記命令
html 超文件(HyperText Markup Language)
head 文件頭
title 標題
body 本文
a 超連結(anchor)
img 圖(image)
p 段(paragraph)
br 跳行(break space)
hr 水平線(Horizontal Rule)
table 表
tr 表內之列(table row)
td 表內之格(table diamond)
th 表內之格(table head diamond)
ol 有次序的列表(order list)
ul 沒有次序的列表(unorder list)
li 列表項目(list item)
style 宣告樣式(修飾一個超文件) span 文字小片段
div 區塊(division)
pre 保留原有斷行及排列之式(preserve)
form 表單
屬性(用=連等號兩邊)
src= 圖照來源(source)
href= 跳往那一個連結(hyper ref)(hyper reference)
target= 跳往瀏覽器的那裡,預設值為本頁的本窗框,值_blank為新的空白頁。
style= 樣式屬性(修飾一個標籤)
width= 寬度,可以用點(px,pt)或長度(cm)或百分比表示
height= 高度,可以用點(px,pt)或長度(cm)或百分比表示 border= 邊框。
樣式(用:連冒號兩邊)
font-family: 字體
font-size: 字的大小
font-weight: 字有多粗
text-align: 字的對齊方式
color: 字的顏色
width: 寬度
height: 高度
border: 邊框
border-collapse:collapse 合併框線