Web前段0001 html的一些知識

2021-08-28 06:18:44 字數 2451 閱讀 5820

label——控制項標籤

method1:

姓名:lable`在這裡插入**片`

>

method2:

>

nametype

="text"

>

lable

>

控制項分組_fieldset

>

>

健康資訊>

for=

"height"

>

身高>

type

="text"

name

="height"

/>

for=

"weight"

>

體重>

type

="text"

name

="weight"

/>

fieldset

>

```內聯框架

舉例在a 頁面

中載入b c頁面

a.html

````html

src=

"test1/top.html"

height

="125"

width

="100%"

frameborder

="0"

scrolling

="no"

>

iframe

>

src=

"test1/left.html"

width

="30%"

frameborder

="0"

scrolling

="no"

height

=600

>

iframe

>

src=

"test1/righta_1.html"

name

="myframe"

width

="69%"

frameborder

="0"

scrolling

="no"

height

=600

>

iframe

>

//name是重點

src=

"test1/bottom.html"

frameborder

="0"

scrolling

="no"

>

iframe

>

b.html

class

="right"

>

>

html標記h1

>

>

文字格式標記a

>

p>

//target 是重點

>

超連結標記a

>

p>

>

影象標記a

>

p>

>

多**標記a

>

p>

>

a>

p>

>

**標記a

>

p>

>

表單標記a

>

p>

div>

list item

元標記mata

http-equiv 屬性

5秒重新整理臨大官網
name屬性

name

="decription"

content

="描述段落"

/>

name

="author"

content

="dan"

/>

name

="generator"

content

="vscode"

/>

name

="drevised="

content

="tina"

/>

conten 屬性

WEB開發基礎一 HTML語言

html 指的是超文字標記語言 hyper text markup language html 不是一種程式語言,而是一種標記語言 markup language 標記語言是一套標記標籤 markup tag html 標籤通常是成對出現的,比如和 新的xhtml標準要求所有的標籤都被關閉,即 和必...

Web前端 HTML篇(其一)

常用檔案命名 html的特性 路徑問題 html的構成是由一種標籤的 構成,標籤分為雙標籤和單標籤,雙標籤的書寫方式是,後面的標籤是以尖括號加乙個 接標籤結尾。h1 p 乙個標準的html檔案的構成是由由圈起來的頭部和主體構成,這是w3c的規定html標準。head body hmtl 標題標籤 首...

Web前端基礎(一) HTML簡介

超文字標記語言 英語 hypertext markup language,簡稱 html 是一種用於建立網頁的標準標記語言。html文件的字尾名 html和.htm,這兩種字尾名沒有區別,都可以使用。我的第乙個段落。html 標記標籤通常被稱為 html 標籤 html tag html 標籤通常是...