|
发表于 2020-3-21 20:28:37
|
显示全部楼层
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>HTML学习</title>
- <style type="text/css">
- html,body {
- height: 100%;
- color: #ff0088;
- }
- body{
- background: url("img/BingWallpaper-2019-10-10.jpg") center center;
- background-size: cover;
- }
- </style>
- </head>
- <body>
- <div>
- <h1>这是H1</h1>
- <div>这是块 ilovefishc</div>
- <p>这是段落说明 www.ilovefishc.com 让编程改变世界</p>
- <a href="https://ilovefishc.com">传送门</a>
- </div>
- </body>
- </html>
复制代码
页面
|
|