码迷,mamicode.com
首页 > Web开发 > 详细

HTML——利用标题组织内容

时间:2019-01-18 21:50:34      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:iso   res   col   cin   doctype   tor   tin   lang   code   

<!DOCTYPE html>

<html lang="en">
    <head>
    <title>My Widgets</title>    
    </head>

    <body>
    <h1>My Widgets</h1>
    <p> widgets are the most best in the land. Continue reading to 
    learn more about my widgets.</p>

    <h2>Widgets Features</h2>
    <p>If I had any features to discuss, you can bet I‘d do it here
    </p>

    <h3>Pricing</h3>
    <p>Here, I would talk about my widgets pricing</p>

    <h3>Comparisons</h3>
    <p>Here, I would talk about how my widgets compare to my competitor‘s
    widgets.</p>
    </body>
</html>

 

HTML——利用标题组织内容

标签:iso   res   col   cin   doctype   tor   tin   lang   code   

原文地址:https://www.cnblogs.com/JAYPARK/p/10289815.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!