CSS作業問題 內容回顧

2022-02-24 13:13:23 字數 1921 閱讀 4501

1

css作業問題23

doctype html

>

4<

html

lang

="en"

>

5<

head

>

6<

meta

charset

="utf-8"

>

7<

title

>title

title

>

8head

>

9<

body

>

10/* 1、css重複使用

11<

style

>

12.c

1516

.c120

.c223

24style

>

2526

<

div

class

="c c1"

>

div>

27<

div

class

="c c2"

>

div>

28*/

2930

/* 2、自動適應 和改變大小出現變形

31左右滾動條的出現

32寬度,百分比

3334

頁面最外層設定絕對畫素的寬度

35自動適應 media

36*/

3738

3、 img 預設1px邊框

3940

img43

444、作業中的數量輸入框

45內容回顧

461、塊級和行內

472、form標籤

#上傳檔案

53<

input

type

="file"

name

="f"

/>

54<

input

type

="submit"

/>

55form

>

56get:http://ssssssssss?q=使用者輸入的值

57 http://ssssssssss?q=使用者輸入的值&b

=使用者輸入的內容

5859

post:

60請求頭

61請求內容

623、display:block;inline;inline-block

634、float:

64<

div>

65<

div

style

="float: left"

> f

div>

66<

div

style

="clear:both;"

>

div>

67div

>

685、margin:0 auto;

696、padding, 自身傳送變化

7071

72body

>

73html

>

css作業問題 內容回顧

學習內容回顧 CSS定位

css定位主要有四種,靜態定位 相對定位 絕對定位和固定定位。其中static靜態定位,是元素的預設定位方式,靜態定位又可以認定為不定位,這個定位方式不能使用top,bottom,left,right和z index屬性,其它三種定位則可以使用以上幾個屬性。我們這裡主要講一講後邊的這三個定位。1 相...

HTML內容回顧

1.內容回顧 1.html 1.標籤 1.標籤分類 1.塊級標籤 2.內聯標籤 2.常用標籤 1.a table p div h1 h6 span ol ul dl 2.表單系列 form 1.input 1.text 2.password 3.date datetime 4.email 5.rad...

基礎內容回顧

1.高階函式指把函式作為引數的函式,map和reduce就是兩個高階函式 map接受乙個方法作為引數,可以對乙個數列中的每乙個元素拿此方法做處理,像這樣 function pow x 1,2,3,4,5 map pow 2,3,4,5,6 reduce接受乙個方法作為引數,這個方法必須有兩個引數,可...