您好,登錄后才能下訂單哦!
這篇文章將為大家詳細(xì)講解有關(guān)常用html元素結(jié)構(gòu)有哪些,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。
基本結(jié)構(gòu):
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=UTF-8">
<title></title>
</head>
<body>
</body>
</html>
2.文檔類型:
(1)HTML4.01
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
(2)HTML5
<!DOCTYPEhtml>
(3)XHTML1.0
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3.頭部:
?。?)字符集
<metahttp-equiv="Content-Type"content="text/html;charset=UTF-8">
?。?)引入JS
<scriptlanguage="javascript"></script>
<scriptlanguage="javascript"src=""></script>
<scriptlanguage="javascript">varu="__URL__";vara="__APP__";</script>
<scriptlanguage="javascript"src="__PUBLIC__/js/jquery-1.8.1.min.js"></script>
?。?)引入CSS
復(fù)制代碼
代碼如下:
<styletype="text/css"></style>
<linkrel="stylesheet"href=""type="text/css">
(4)設(shè)置默認(rèn)跳轉(zhuǎn)
<basehref=""/>
<basetarget="_blank"/>
?。?)設(shè)置搜索引擎相關(guān)信息
<metaname="description"content=",,"/>
<metaname="keywords"content=",,"/>
4.主體:
?。?)基本內(nèi)容
<bodyonload="">
<divid=""class="">
</div><divstyle="clear:both;">
?。?)表單
GET方式提交:
<formid=""action=""method="post"></form>
POST方式提交:
<formid=""action=""method="get"></form>
攜帶文件提交:
<formid=""action=""method="post"enctype="multipart/form-data"></form>
首頁常用:
文本域:<inputid=""name=""class=""type="text"></input>
密碼域:<inputid=""name=""class=""type="password"></input>
普通按鈕:<inputid=""name=""class=""type="button"></input>
單選按鈕:<inputid=""name=""class=""type="radio"></input>
多選按鈕:<inputid=""name=""class=""type="checkbox"></input>
關(guān)于“常用html元素結(jié)構(gòu)有哪些”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,使各位可以學(xué)到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。