SimonGao

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>。

分类:

技术点:

相关文章:

  • 2022-02-07
  • 2022-12-23
  • 2021-11-09
  • 2021-12-15
  • 2021-08-27
  • 2022-01-20
  • 2021-11-20
  • 2021-12-23
猜你喜欢
  • 2022-02-17
  • 2021-11-18
  • 2021-10-17
  • 2021-11-30
  • 2021-09-28
  • 2021-11-29
  • 2021-08-13
相关资源
相似解决方案