xxxxxxxxxx
<html>
<head>
<title>W3.CSS(w3cschool.cn)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://7npmedia.w3cschool.cn/w3.css">
</head>
<body>
<div class="w3-container w3-teal">
<h1>我的汽车</h1>
</div>
<img src="https://atts.w3cschool.cn/img_car.jpg" alt="Car" style="width:100%">
<div class="w3-container">
<p>汽车是一种用于运输的有轮子的、自动驱动的机动车。</p>
</div>
<div class="w3-container w3-teal">
<p>我的页脚信息</p>
</div>
</body>
</html>