Result Size: 625 x 534
x
 
<!DOCTYPE html>
<html>
<head>
<style>
* {
  background-color: yellow;
}
</style>
</head>
<body>
<h1>欢迎来到我的主页</h1>
<div class="intro">
  <p id="firstname">我叫唐纳德。</p>
  <p id="hometown">我住在达克堡。</p>
</div>
<p>我最好的朋友是米奇。</p>
</body>
</html>