返回用html结合......登陆

用html结合CSS做的简单网页

2019-01-11 16:15:08238

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

<!DOCTYPE html>

<html>

<head>

<title>诗词集</title>

<style type="text/css">

.one1 {width: 500px;height:500px; background: red}

</style>

</head>

<body>

<div class="one1">

<h1>春晓</h1>

<h6>唐.孟浩然</h6>

<p>春眠不觉晓,处处闻啼鸟。</p>

<p>夜来风雨声,花落知多少。</p>

</div>

 

</body>

</html>>


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送