第11章グローバル属性とその他
1843 ワード
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<!-- <meta charset="utf-8"> -->
<meta name="author" content="bnbbs">
<meta name="keywords" content="html5,css3, ">
<meta http-equiv="content-type" content="text/html charset=utf-8">
<!-- <meta http-equiv="refresh" content="3;http://li.cc"> -->
<title> </title>
<style type="text/css">
#abc {
color: red;
}
.abc {
color: red;
}
</style>
</head>
<body>
<!-- <div>
<music>
<b style="font-size:100px;">©</b> -->
<!-- -->
<!-- <p id="abc"> ID</p> -->
<!-- <p class="abc"> class</p>
<p class="abc"> class</p>
<p class="abc"> class</p> -->
<!-- <input type="text" name="user" accesskey="n"> -->
<!-- <p contenteditable="true"> </p> -->
<!-- <p dir="rtl"> </p> -->
<p dir="rtl" hidden> </p>
<p lang="en" title=" HTML5 " style="color:red;">HTML5</p>
<input type="text" name="user1" tabindex="2">
<input type="text" name="user2" tabindex="1">
</body>
</html>