二 基本用法

2021-10-04 08:23:45 字數 1499 閱讀 1191

1、css語法

>

>

選擇器style

>

head

>

2、css應用方式

也稱為css引用方式,有三種方式:內部樣式、行內樣式、外部樣式

2.1 內部樣式

2.2 行內樣式

2.3 外部樣式

使用單獨的css檔案定義,然後在頁面中使用 link標籤 或 @import指令 引入

rel=

"stylesheet"

type

="text/css"

href

="css樣式檔案路徑"

>

type屬性可以省略

>

@import

"css樣式檔案的路徑"

; @import

url(css樣式檔案的路徑)

;style

>

**:

lang

="en"

>

>

charset

="utf-8"

>

>

documenttitle

>

>

/* 內部樣式 */

pstyle

>

>

/* @import "style/hello.css" */

@import

url(style/hello.css);

style

>

head

>

>

style

="color

:green

">

scc的入門p

>

>

scc的入門p

>

>

scc的入門p

>

>

scc的入門p

>

>

scc的入門p

>

>

hahahhahahhahadiv

>

>

hahahhahahhahadiv

>

>

hahahhahahhahadiv

>

>

hahahhahahhahadiv

>

>

hahahhahahhahadiv

>

>

hahahhahahhahadiv

>

>

hahahhahahhahadiv

>

body

>

html

>

hello.css的**:

div
案例:

CSS基本用法 二

css3是對css2的擴充,刪減,優化 選擇器 功能e first child 匹配第乙個孩子 e last child 匹配最後乙個孩子 e nth child n 匹配第n個孩子 e nth child 2n 或e nth child even 匹配偶數的孩子 e nth child 2n 1 ...

Git基本用法(二)

比較提交 git diff 比較提交只能在未提交前檢視修改了那些內容 使用git diff命令檢視 比較修改了那些檔案 gitdiff 如果檔案有新建的,還沒有提交到緩衝區,先提交到緩衝區在使用git diff cached檢視 gitdiff cached 當檔案通過git commit提交到倉庫...

Aop 二 基本用法

1 使用aop解決日誌處理問題 aop的配置有兩種 註解方式 和 xml方式 註解方式解決日誌處理問題 步驟 1 jar包座標的引入 2 beans.xml 配置 新增命名空間 配置aop 編寫 package com.sun.aop import org.aspectj.lang.proceedi...