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>

 

相关文章