xxxxxxxxxx
<html lang="en">
<title>编程狮(w3cschool.cn)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://7npmedia.w3cschool.cn/w3.css">
<body>
<div class="w3-container w3-light-grey">
<h1 class="w3-jumbo">我的第一个W3.CSS网站!</h1>
<p class="w3-xxlarge">这个网站会随着我们的增加而增长 ...</p>
</div>
<div class="w3-container">
<p>这是一个段落.</p>
<p>这是另一个段落.</p>
<p>这是一个段落.</p>
<p>这是另一个段落.</p>
</div>
<footer class="w3-container w3-light-grey">
<p>这是一个页脚</p>
</footer>
</body>
</html>