热门关键字:
jquery > jquery教程 > html5 > HTML简单介绍及常见元素

HTML简单介绍及常见元素

435
作者:管理员
发布时间:2020/6/3 18:24:42
评论数:0
转载请自觉注明原文:http://www.jq-school.com/Show.aspx?id=1805
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Head First Lounge</title>
<style>
body {
background-color: #eaf3da;
</style>
</head>
<body>
<h1>Welcome to the New and Improved Head First Lounge</h1>
<img src="http://www.cnblogs.com/drinks.gif" alt="Drinks">
<p>Join us any evening for refreshing
<a href="http://www.cnblogs.com/elixir.html">elixirs</a>,
cinversation and maybe a game or two of <em>Dance Dance Revolution</em>.
Wireless access is always provided; BYOWS (Bring your own Web Server).
</p> <h2>Directions</h2> <p>You'll find us right in the center of downtown Webville.
If you need help finding us, checkout out
our <a href="http://www.cnblogs.com/directions.html">detailed
directions</a>. <q>Come join us!</q>
</p> <ol> <li>Walla Walla, Wa</li> <li>Magic City, ID</li> <li>Bountiful, UT</li> <li>Last Chance, Co</li> </ol> <blockquote> Passing cars, When you can't see,
May get You,<br/> A glimpse,<br/> Of eternity. </blockquote> </body>
</html>




如果您觉得本文的内容对您的学习有所帮助:支付鼓励



关键字:HTML
友荐云推荐