xxxxxxxxxx
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>HTML5 h4标签的使用(大卫编程网 div.cn)</title>
</head>
<body>
<h1>Heading 1</h1>
<p>This is the content that would appear under Heading 1.</p>
<h2>Heading 2</h2>
<p>This is the content that would appear under Heading 2.</p>
<h3>Heading 3</h3>
<p>This is the content that would appear under Heading 3.</p>
<h4>Heading 4</h4>
<p>This is the content that would appear under Heading 4.</p>
</body>
</html>