1,行列樣式:12
<
p style="
color:#66c; font-size:18px;
">
fjdksfjs
p>
2,內嵌式:(包含三種標記選擇器)
1<
style type="
text/css
">23
456.red712
13.green
1418
.size
1922
23#blod
2429
#yellow
3033
.ff
3738
39style
>
40
1<
p class="
red"
>
class選擇器
p>
2<
p class="
green
">
class選擇器
p>
html頁面的**:
無標題文件
title
>45
6<
link href="
untitled.css
"type="
text/css
"rel="
stylesheet
"> //此句是必備的。78
910head
>
css檔案**:
1@charset
"utf-8";
2/*css document */3
4h259
10p11
4,匯入樣式:
語法:1
2<
style type="
text/css
">36
style
>7
這一點與鏈結式不同。也可以將css檔案匯入css檔案中。
**如下:
1@charset
"utf-8";
2/*css document */3
4h259
10p1116
17@import url(import.css);
18<
style type="
text/css
">
.red
.green
.size
#blod
#yellow
.ff
style
>
head
>
1各種方式的優先級別:
行內式》嵌入式〉外部樣式
外部樣式(連線式和匯入式)中放後面的優先順序高。優先順序說明他們之間有競爭力。
html中使用css的方法
1,行列樣式 12 p style color 66c font size 18px fjdksfjs p 2,內嵌式 包含三種標記選擇器 1 style type text css 23 456.red712 13.green 1418 size 1922 23 blod 2429 yellow ...
HTML中使用struts標籤的方法
在jsp中使用struts標籤要先對標籤檔案進行引用,這裡用struts2作為例子,如下 taglib prefix s uri struts tags 而在html中根本無法識別上面 所以在html無法使用struts標籤.解決方法 在tomcat目錄 conf web.xml 檔案中,找到 se...
HTML檔案中使用css和div
div標籤 在頁面中劃分一塊區域,要實現顯示效果,就要用到css樣式。style color aquamarine font size 100px border 1px solid red html div css div 同一屬性間的不同值用空格分開 不同屬性間用 分開 這種方式雖然簡便,但是ht...