h1 标题
H2标题
H3 标题
H4 标题
H5 markdown 好不习惯
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>标题(Html5)</title>
<body>
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
<p>零基础入门学习Web</p>
<p> php中文网-网址<a href="http://www.php.cn">传送</a></p>
<img src="../img/logo.png" alt="php-Logo" />
</body>
</html>