首页 > Web开发 > 详细

HTML——利用标题组织内容

时间:2019-01-18 21:45:09      阅读:194      评论:0      收藏:0      [点我收藏+]
<!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——利用标题组织内容

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!