html學習筆記(三)

2021-07-24 23:52:35 字數 715 閱讀 6514

1.div左右布局

1.1  css 樣式

div.left

div.content

2.引用

3.city

北京上海

深圳廣州

內容顯示區域

2.使用frameset標籤 ,需要在body標籤外使用

此時分界線是可以拖動的,在fragme 標籤中新增noresize="noresize"屬性設定分解線不可拖動

3.導航欄

1.//name 為day3_1中的traget的目標

2. day3_1.html

北京上海

廣州3.day3_2.html

4.執行的結果

使用a標籤傳遞字串會導致亂碼,所以要使用encodeuri把路徑引數傳遞進去,然後在接收的html頁面使用decodeuri 獲取,這樣就沒有影響。

5.iframe 內聯框架,在網頁中顯示網頁,一些瀏覽器不支援。frameborder="0" 移除邊框

HTML學習筆記(三)

二常用樣式 三看著更舒服的hello world css style.css rel stylesheet type text css href指向.css檔案位置。type text css style 表示所有元素都應用該樣式 style color 333 margin auto 可以使用 b...

HTML學習筆記(三)

1.html 樣式例項 背景顏色 background color 屬性為元素定義了背景顏色 this is a paragraph.特別注意,此處修改了底紋顏色 2.html 樣式例項 字型 顏色和尺寸 font family color 以及 font size 屬性分別定義元素中文字的字型系列...

HTML學習筆記(三) HTML 元素

html 文件是由 html 元素定義的。html 元素指的是從開始標籤 start tag 到結束標籤 end tag 的所有 開始標籤 元素內容 結束標籤 this is a paragraph this is a link 注釋 開始標籤常被稱為開放標籤 opening tag 結束標籤常稱為...