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="100%;height:95px;border-bottom:solid 1px gray">
        ${top_nav}
        </div>
        
        <div >

        <br/>
body content
</div> <div style="100%;height:95px;border-bottom:solid 1px gray;margin-top:500px"> ${bottom_nav} &copy 2015 新阳 </div> </body> </html>

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

原文地址:https://www.cnblogs.com/SimonGao/p/4961951.html