2021/6/13 HTML

'''
HTML
<!-- -->
<!DOCTYPE html>
<html lange="zh-CN">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
</body>
</html>

<a/>
<a></a>
<div p h1~h6>
<b i u s>

id
class
style
title

title
link role="stylesheet" href=".css"
style
script src=""
window.onload= function(){}
$(document).ready(function(){})
$(function(){})
meta
charset="UTF-8"
name="keyword/keywords" content="关键字"
name="description" content="描述信息"
http-equiv=""
content-type text/html
refresh s;url=;
x-ua-compatible IE=edge
b i u s h1~h6 p br hr

&lt/le/gt/ge/ne/reg/copy/nbsp/amp/yen/times/larr/rarr/laquo/raquo;

div
span
img src="" alt="" title="" width="" height=""

a href="" title="" target="_blank/_self"

ul type:disc circle square none
li
ol type:1 A a I i start:
li
dl
dt
dd
table border cellpadding cellspacing width
thead
tr
th
tbody
tr
td
form
action=""
accept-charset=""
method=""
enctype="application/x-www-form-encoded"
"multipart/form-data"
target="_blank/_self"
name=""
novalidate
autocomplete=on/off
input
type:
text/password/hidden/date
radio/checkbox
submit/reset/button
file
name k
value v
checked
disabled
readonly
placeholder
label for=""
select name="" multiple
optgroup label=""
option value disabled readonly
textarea rows cols name="" id="" disabled readonly
button
'''
posted @ 2021-06-13 10:06  zzwYYYYYY  阅读(192)  评论(0)    收藏  举报