HTML——利用标题组织内容

<!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>

 

posted @ 2019-01-18 21:31  JAYPARK01  阅读(171)  评论(0编辑  收藏  举报