web基礎,用html元素製作web頁面

2022-09-01 16:36:09 字數 3284 閱讀 2881

<

html

lang

="en"

>

<

head

>

<

meta

charset

="utf-8"

>

<

title

>你可別是個傻子的地盤

title

>

head

>

<

body

>

doctype html

>

<

html

lang

="en"

>

<

head

>

<

meta

charset

="utf-8"

>

<

title

>你可別是個傻子的地盤

title

>

head

>

<

body

>

<

div

id="container"

style

="width:400px "

...

>

<

div

id="header"

style

="background-color:#ffa500;"

><

h2 align

="center"

style

="margin-bottom:0;"

>登入

h2>

<

div

id="content"

style

="background-color:#eeeeee;height:150px;width:400px;float:left;"

>

<

form

>

使用者名稱:

<

input

type

="text"

name

="firstname"

><

br>

密碼:<

input

type

="password"

name

="pwd"

><

br>

<

input

type

="radio"

name

="role"

value

="stu"

>

學生

<

input

type

="button"

value

="登入"

>

form

>

<

div

id="footer"

style

="background-color:#ffa500;clear:both;text-align:center;"

>

div>

div>

<

div

id="container"

style

="width:400px "

...

>

<

div

id="header"

style

="background-color:#ffa500;"

><

h2 align

="center"

style

="margin-bottom:0;"

>檢視

h2>

div>

<

form

>

<

select

>

<

option

>列表

option

>

<

option

>收藏

option

>

select

>

form

>

<

div

id="content"

style

="background-color:#eeeeee;height:150px;width:400px;float:left;"

>

<

from

>

<

u1>

<

li>第一章

li>

<

li>第二章

li>

<

li>第三章

li>

u1>

<

di>

<

dt>專案一

dt>

<

dt>專案二

dt>

di>

<

table

border

="1"

>

<

tr>

<

th>標題

th>

<

th>標題

th>

<

th>標題

th>

<

th>標題

th>

tr>

<

tr>

<

td>行一

web基礎,用html元素製作web頁面

用div,form製作登入頁面,盡可能做得漂亮。練習使用下拉列表選擇框,無序列表,有序列表,定義列表。觀察常用網頁的html元素,在實際的應用場景中,用已學的標籤模仿製作。en container style width 400px header style background color ant...

HTML基礎 元素

html 文件是由html元素定義的.元素 html元素指的是從開始標籤 start tag 到結束標籤 end tag 的所有 開始標籤被稱為 opening tag 開放標籤 結束標籤被稱為closing tag 閉合標籤 例圖 開始標籤 元素內容 結束標籤 this is a paragrap...

HTML基礎元素

html 定義文件,由頭部和主體組成 title顯示在網頁標題欄 body顯示網頁內容 head定義文件頭部,描述了文件各種屬性和資訊,包含文件的標題,在web中的位置以及與其他文件的關係。可包含的標籤 title,meta,link,script,style titlemeta 瑪莎拉蒂 cont...