用div,form製作登入頁面,盡可能做得漂亮。
練習使用下拉列表選擇框,無序列表,有序列表,定義列表。
觀察常用網頁的html元素,在實際的應用場景中,用已學的標籤模仿製作。
"en">
"container
" style="
width:400px
" >
"header
" style="
background-color: antiquewhite
">
"content
" style="
background-color:khaki;height:150px;width:400px;float:left;
">
"footer
" style="
background-color:khaki;clear:both;text-align:center;
">版權@duym
"container
" style="
width:400px
" >
"header
" style="
background-color:darkkhaki
">
"content
" style="
background-color:lightsalmon;height:150px;width:400px;float:left;
">
"footer
" style="
background-color:wheat;clear:both;text-align:center;
">版權@duym
"container
" style="
width:400px
" >
"header
" style="
background-color:gainsboro
">
"content
" style="
background-color:lightskyblue;height:150px;width:400px;float:left;
">
校歷專業課表
教務系統
"footer
" style="
background-color:deepskyblue;clear:both;text-align:center;
">版權@duym
林丹宜 閱讀(
...)
編輯收藏
web基礎,用html元素製作web頁面
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 bo...
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...