標示定義內容 #語法格式:
#
- 文字
- 文字內容
#
連結與圖片 語法格式:
.. ..
#屬性:
href 連接目標值可以是url地址也可以是連接錨點
...或
錨點">...
' #回到頂部
name
連結名稱
##語法格式:
">...
例:
...
連接到該錨點的連接則應為:
....
##回到頂部
target目標視窗語法格式
###:###### ######....###### ######-blank###開啟新視窗######## # ######_self###目前視窗開啟######### #######一下兩個只在框架葉面中應用###### #########################。 #_parent###目前視窗的父級視窗(上一層)開啟######### ######_top###在最高一層的視窗開啟####### ## ######windowname###已命名的視窗或框架中開啟連線########## ###title連結提示
打開狂人部落的首頁">狂人部落
##回到頂部
圖片 #語法格式:
border屬性定義圖片邊框的寬度,預設值為0
align屬性設定圖片旁邊文字的位置
語法格式:
可選值有:
top圖片和文字頂部對齊
middle圖片和文字置中對齊
bottom圖片和文字底邊對齊(預設)
left圖片在左對齊,文字沿著圖片繞排
right圖片居右對齊,文字沿著圖片繞排
absmiddle圖片對齊到目前文字行絕對中央
absbottom圖片對齊到目前文字行絕對底部
文字的排版 不換行空白標記
#回到頂部
##font元素
語法格式:
" size="字體大小" color="#字體顏色">
字體大小可選值為
1#—#7,預設為3
範例:〈
font face="黑體" size="4" color="#ff00ff"> ....
水平線
語法格式:
寬度" align="對齊方式預設居中center" size="水平線厚度預設為2" color="顏色" noshade> ## noshade無陰影,既實線
層〈p>
#兩種元素
是區塊級元素,和段落元素相似,不同的是兩個元素之間不會產生兩個#元素之間的空白行,
##
是行內元素,可以定義段落中部分文字的屬性
# 語法格式: #...
align設定層中元素的水平對齊方式
stule設定元素應用程式css規格的屬性##
#
相容性比
#好一點,最好使用
#
回到頂部
表格語法格式:
border
邊框寬度預設值為0
,既沒有邊框
#
cellspacing表格中儲存格的邊距大小,預設值為兩個像素
cellpadding表格中儲存格之間的間距大小,預設值為兩個像素
tr元素# 語法格式:
....
align
屬性對齊方式可選值如下:left,center,tight,預設為
left
bgcolor 指定該行的背景顏色
#td元素##
#################################################################################### # ####語法格式:###### ######..... ######### ######align###屬性的可選值有:######left,center,right ######## # #####valign###屬性的選用值有:######top,middle,bottom ######### ######rowspan###和### ###colapan######跨行和跨列的數量,預設為#####1 ######### #########回到頂部### ######input元素語法格式:
#type屬性的選用值有:
text 單行文字方塊 ## 屬性:name 文字方塊名稱 #value 文字方塊的初始值 size 文字方塊的長度 #maxlength 可輸入字串最大的長度 radio 單選方塊 屬性:name #單選方塊名稱 value 內部值 #checked 預設選取 ## checkbox 複選框 屬性:name 複選框名稱
#。 value 內部值 checked 預設選取
reset 重置按鈕
submit 確定按鈕
# 屬性:name 按鈕名稱
value 已顯示在按鈕上的文字##
password 密碼方塊
屬性與文字方塊的屬性完全相同
file 檔案域
屬性: name檔案域名稱 size 檔案網域的長度
maxlength 檔案域可接受的字元數量的上限
# hidden 隱藏域
# 屬性:name 隱藏域名稱# value 內定值
# image 圖片領域
屬性:name
要代表的按鈕,可以是
submit,reset,
或其他
.
# src 按鈕圖片的url 地址
列錶框
回到頂部
select元素
語法格式:
######### #####name ###指定列錶框的名字### ###### ######size ###指定列錶框顯示列表項目的條數,如果指定了該參數,######select######元素是個列表,否則是一個###下拉列錶框### ######### ######multiple ###指定了這個參數,則表示該列錶框可選擇多項,否則只可選擇一項目######### ###################option###屬性############ ###語法格式:
value 該清單項目的值
selected 如果設定了這個參數,預設為選定這一項 ##
回到上方
多行文字方塊
屬性: #name文字方塊的名稱 cols文字方塊的寬度 rows文字方塊的高度 wrap文字方塊的折行方式可選值有: ##
off 不保存換行資訊
physical 強迫瀏覽器在傳送訊息到web伺服器端時必須將多行文字方塊的文字一行一行的送出,
#virtual 送出連續成串的字除非使用者按回車。
回到頂部 #css 層疊樣式表
引入層疊樣式表的方法包括:
外接式樣式表
範例: #
#
#....
#
屬性: rel 用來說明元素在這裡要完成的任務是連接一個獨立的css檔案。而href屬性給出了所要連接css檔案的##url位址 內嵌式樣式表: 範例:
....#
元素內定
格式:
匯入式樣式表
〈 html>
#....
#css的優先權
越接近目標的樣式定義優先權越高,高優先權樣式將繼承低優先權樣式的未重疊定義但覆寫重疊的定義 #
如果4種樣式表對同一元素定義了不同的樣式,那麼他們的優先順序從高到低是,元素內定,內嵌樣式表,導入樣式表,外聯樣式表。
#css結構
範例:td{font-size:10.5pt;color:#666666}
css樣式包含兩個基礎部分,
選擇符
|
與宣告{font-size:10.5pt;color:#666666}
宣告也有兩個部分組成:
#屬性font-size,color#和值10.5pt,#666666
選擇## 1元素選擇符
# 當頁面上多個元素的樣式相同時,可以將多個元素放在一起定義,中間以逗號分開例: td,p,li,input,select{font-size:12px;}
#2class( 類別)選擇符# 範例:〈 head>
##
.....
#
士大夫井岡山地方官
九連續離開計畫
#
#還有一個方法就是限定可以套用它的頁面元素
#「範例: 〈 head>
.....
#
士大夫井岡山地方官
九連續離開計畫
# 3 id 選擇符
與 class選擇附類似,只是把'.'#換成'#'
範例:
###
###### # ########### ############ ############ ############ ###
idSelector
|
We see that when calling ID, the selection is attached with CLASS Select Attach Similar, but replace class="" with id="" to facilitate the call of page script language
##Associative selector
Associated selection Symbol
We set the elements in the element
|
For styles that contain text, the style will take effect only if both conditions are met. Pseudo-class selector is a selector that can only be used in the css selector, but cannot be used in the html code Example: 〈html>
< ;p>Associative selector < ;p>Associative selector < ;p>Associative selector < ;p>Associative selector 〈 /body>
The correct order isa:link\a :visited\a:hover Otherwise, the connection colors on the page will be confused
Pseudo-element selector
is similar to the definition of pseudo-class selector. Currently, there are two supported by most browsers: first-line pseudo-element (first-line ) and the first-letter pseudo-element (first-letter) are used to achieve the effect of capitalizing the first line and sinking the first line
Example: First line
> ;
dfgsadfgsdfgsdfgsdfgsdfgsdfgsdfgsdfgsdfgsdf...
html>
The length changes with the size of the browser window
First word
html>
is the highest level
|
the next two levelscssUsed on an attribute element, the same override, different inheritance, 2.Combination Example:td{font-size:12pt} p1{font-size:12pt}After combinationtd,.p1{font-size: 12pt} 3.Cascade After it is defined in the style, define another one in the table attribute
cssunit Four major categories: 1 Unit of length The value can be an integer, a decimal, a positive number, a negative number, 0, followed by the unit (do not use negative values lightly) Conversion relationship: 1in(inch)=6pc(pie 1in(inch)=72pt(pound)
1in(inch)=2.54(cm)
1cm(cm)=10mm(MM)
1cm(CM)=0.3937( inch)
1pt(pound)=1/72in(inch)=0.2478mm(MM)
1pc( Pie)=1/6in( inch)=The size of my country’s new No. 4 lead type
2 Percentage unit
3 Color unit
4 urlUnit
Back to top
pAttribute
color : #999999 Text color
font-family : 宋体font
font -size: 10pt Text size ##font-style:itelic Text italic sports font-variant:small-caps small font
letter-spacing : 1pt Text spacing line-height : 200% Set line height font-weight:bold Bold text
vertical-align:sub subscript vertical-align:super Superscript
text-decoration:line-through Addhtml中常用標籤的總結總結h Except line text-decoration:overline Add top line text-decoration:underline Add underline text-decoration:none html中常用標籤的總結總結hExcept for connecting the bottom line
text-transform : capitalize Capitalize the first word text-transform : uppercase English uppercase text-transform : lowercase English writing text-align:right Text*Align right text-align:left Text-align*Align left text-align:center Text-center alignment These are some simple text effects that can be applied to css pages .
Back to top
Background
TEXTAREA STYLE="border:1px dashed pink" >solid line
|