<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<html>
<head>
<title>是文字具有下划线效果</title>
<style type="text/css">
font {
font-size: 18px;
text-decoration: underline;
color: gray;
font-family: 华文隶书;
}
p {
line-height: 1.6;
font-size: 14px;
font-family: 华文细黑;
}
</style>
</head>
<body>
<font>由此可见,应用程序的功能月复杂,客户端程序也就越庞大。</font>
</body>
</html>
16-使文字具有下划线效果(文字及列表样式)
最新推荐文章于 2021-06-07 11:30:34 发布