|
发表于 2019-1-25 15:59:40
|
显示全部楼层
回帖奖励 +6 鱼币
- <!DOCTYPE html>
- <html lang="en">
- <head>
-
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>Document</title>
- <style type="text/css">
- body{
- padding: 0px;
- margin: 0px;
- }
- a{
- margin-left: 150px;
- line-height: 50px;
- text-decoration: none;
- font-weight: 700;
- letter-spacing: 1em;
- }
- a:hover{
- font-size: 20px;
- color: chartreuse;
- text-decoration: none;
- }
- img{
- border: 3px solid palegoldenrod;
- padding: 10px;
- margin-left: 200px;
- }
- p{
- margin-left: 200px;
- /* text-indent: 2em; */
- letter-spacing: 10px;
- }
- </style>
- </head>
- <body>
- <a href="www.youtuyou.com">我爱你怎么办?
- 我的微信号是35岁的我以后怎么办.</a>
- <div>
- <img src="https://ss0.baidu.com/6ONWsjip0QIZ8tyhnq/it/u=1380934815,3976934462&fm=173&s=169539C8C862A34740F7ED10030050DB&w=559&h=323&img.JPEG"
- alt="">
- <p>
- 1.衣带渐宽终不悔,为伊消得人憔悴。<br>
- 2.死生契阔,与子成说;执子之手,与子偕老。<br>
- 3.两情若是久长时,又岂在朝朝暮暮。
- </p>
- <audio src="http://www.9ku.com/play/402377.m4a">我是老男孩</audio>
- <video src="http://www.9ku.com/play/402377.htm">我是老男孩</video>
- </div>
- </body>
- </html>
复制代码 |
|