lidaye2396

博客园 首页 新随笔 联系 订阅 管理

使用<Style>标签来美化页面

复制代码
<%@ page language="java" contentType="text/html; charset=utf-8"
    pageEncoding="utf-8"%>
<!DOCTYPE html>
<html>

<head>
<style type="text/css">
h1 {color: red}
p {color: blue}
</style>
</head>

<body>
<h1>标题</h1>
<p>这里是正文</p>
</body>

</html>
复制代码

类似这种的,实际效果是这样的:

posted on 2020-11-10 11:11  lidaye2396  阅读(47)  评论(0编辑  收藏  举报