基本HTML文档结构

2018-06-25  本文已影响22人  春暖花开奇奇乐乐
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
<!DOCTYPE HTML>
<html lang="en">
 <head>
 <meta charset="utf-8">
 <meta name="description" content="A page for exploring basic HTML documents">
 <title>Basic HTML document</title>
 </head>
 <body>
       <h1>Page content</h1>
        <p>The main page content appears here.</p>
 </body>
</html>
上一篇下一篇

猜你喜欢

热点阅读