前端筆記03

2021-09-13 01:23:47 字數 490 閱讀 1203

-css 的盒子模型 : 萬物皆盒子

內邊距:

padding-top :

padding-right :

-padding-bottom:

padding-left :

-padding的規則

padding:10px 上下左右都是10px

padding:10px 20px 上下是10px 左右是20px

padding:10px 20px 30px 上是10px 右是20px 下是30px 左是20px

padding :10px 20px 30px 40px 按照上右下左順序賦值

-css 絕對定位:

position :absolute

top:控制距離頂部的位置

left:控制距離左邊的位置

前端學習筆記 03列表標籤

列表項 li ul 列表項 li ol 值描述1 數字1.2.3 a英文小寫字母 a英文大寫字母 i小寫羅馬數字 i大寫羅馬數字 定義列表項 dd 描述列表項 dt dl 附練習 doctype html content type content text html charset uft 8 標題...

Web前端開發學習筆記 Day03

lang en this is titletitle head style font size 16px color red body html 行內樣式寫在標籤的 style 屬性值中。lang en this is titletitle pstyle head hello everyonep b...

前端基礎學習03

html規範 畫素 畫素是指由影象的小方格組成的,這些小方塊都有乙個明確的位置和被分配的色彩數值,小方格顏色和位置就決定該影象所呈現出來的樣子。可以將畫素視為整個影象中不可分割的單位或者是元素。不可分割的意思是它不能夠再切割成更小單位抑或是元素,它是以乙個單一顏色的小格存在。每乙個點陣影象包含了一定...