Java jsp 示例

时间:2023-03-09 16:36:00
Java jsp 示例
<!DOCTYPE html>
<!-- [ published at 2015-11-13 12:30:50 ] -->
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>新阳</title>
</head>
<body>
<div style="width:100%;height:95px;border-bottom:solid 1px gray">
${top_nav}
</div> <div > <br/>
body content </div> <div style="width:100%;height:95px;border-bottom:solid 1px gray;margin-top:500px">
${bottom_nav} &copy 2015 新阳
</div>
</body>
</html>

<br/> 是为了规范,等同于<br>,但是<br>没有闭包,看起来不太规范,所以不要用<br>。