<!DOCTYPE html>
<html>
<head>
<title>W3.CSS(w3cschool.cn)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<link rel="stylesheet" href="https://7npmedia.w3cschool.cn/w3.css">
</head>
<body>
<header class="w3-container w3-teal">
<h1>标头</h1>
</header>
<img src="https://atts.w3cschool.cn/img_car.jpg" alt="Car" style="width:100%">
<article class="w3-container">
<p>汽车是用于运输的轮式自供电汽车。该术语的大多数定义都指定汽车主要在道路上行驶。(维基百科)</p>
</article>
<footer class="w3-container w3-teal">
<h5>页脚</h5>
</footer>
</body>
</html>