div css html學習筆記(1)

2022-07-08 19:36:14 字數 559 閱讀 8283

1. 匯入外部css:

<

link

rel="stylesheet"

type

="text/css"

href

="skin/css/index.css"

>

2. 橫排div

#search

float: left; 這個屬性讓search往左浮動,這樣它的後面(右邊)就可以放置別的元素。

3.兩個div連在一起,不留空隙

#a 

#b

4. div外邊框

border: 1px solid #ccc; 

5. 虛線

6. img標籤 alt的作用,例:

<

img

alt="木有"

當src裡面的因為網上太慢,或者路徑錯誤,或者其他原因導致顯示不了時,就會用alt裡面的文字說明代替。

學習筆記1

struct test test int x void fun class test1 test1 int x void fun int main void test1 a 行1 a.fun 行2 test1 b 行3 b.fun 行4 test c 行5 c.fun 行6 test d 行7 d....

學習筆記1

1 字串原地逆序 使用臨時變數 void reverse string s 5 求平均值 避免溢位 int f int x,int y 6 楊氏矩陣 bool young int a m n int x return false 7 十進位制轉十六進製制 string decimaltohexade...

學習筆記1

第二單元 linux的基本操作 1.改變使用者的密碼 passwd命令 注 a.只有root使用者可以修改其他使用者的密碼。普通使用者只能修改自己的密碼,且密碼必須設定地較為複雜,否則修改不成功 b.若執行passwd命令時後面不加使用者名稱,表示的是修改當前使用者的密碼。2.系統使用者的分類 注 ...