格式参数
vs code常用快捷键
我的第一个网站
- html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>祝我的小可爱生日快乐title>
- <style>
- body {
- margin: 0;
- }
- style>
- head>
-
- <body>
- <div style="background-color: #f1f1; text-align: center; padding: 40px">
- <p>是我的小可爱呀p>
- div>
- <div
- style="
- max-width: 700px;
- margin: 30px auto;
- padding: 15px;
- line-height: 1.7;
- color: red;
- "
- >
- <p>my onlyp>
- <p>又长大一岁了p>
- <p>以后还会有很多很多的生日p>
- <p>希望你的身边一直是我p>
- div>
- <div style="background-color: #f1f1; text-align: center; padding: 40px">
- <p>我的第一个网站p>
- div>
- body>
- html>
给小可爱的生日网站
- html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>祝晚香的小可爱生日快乐title>
- <style>
- body {
- margin: 0;
- height: 100vh;
- background-color: rgb(239, 189, 189);
- }
- style>
- head>
-
- <body>
- <img
- src="https://img0.baidu.com/it/u=2357183690,3647395557&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=572"
- alt="是我的乂乂哦"
- width="487"
- height="557"
- />
- <p style="color: rgb(226, 72, 61)">
- <b>To:b>
- <b>旭旭宝宝b>
- p>
- <p style="text-align: center">恭喜我的小可爱又长大一岁啦p>
- <p style="text-align: center">离成年又近了一步 ^-^p>
- <p style="text-align: center">未来还会有很多很多的生日p>
- <p style="text-align: center">希望每一次都是我陪你哦p>
- <p style="text-align: center">超级超级喜欢你p>
- <p style="color: rgb(92, 142, 217); text-align: end">
- <b>From:晚香zxb>
- p>
- <p> p>
- body>
- html>