Home  >  Article  >  Web Front-end  >  留言列表模板HTML代码_html/css_WEB-ITnose

留言列表模板HTML代码_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:51:522059browse

 

<!DOCTYPE html>  <html xmlns="http://www.w3.org/1999/xhtml">  <head>  <title>留言列表 -- HoverTree</title>  <style>  .keleyitable {  width: 800px;  }    .keleyitable table, td, th {  border: 1px solid green;margin-top:10px;  }  .klytd {width:100px;text-align:right  }  .hvttd {  width:500px}  </style>    </head>  <body>  <div style="margin:0px auto;" class="keleyitable"><h2>留言列表</h2>      <table>  <tr><td class="klytd">留言时间:</td><td class="hvttd">2014-12-20</td></tr>  <tr><td class="klytd">留言人:</td><td class ="hvttd">柯乐义</td></tr>   <tr><td class="klytd">标题:</td><td class ="hvttd">HoverTree 项目将要使用什么语言编写呢?</td></tr>  <tr><td class="klytd">内容:</td><td class ="hvttd">是VB.NET还是C#,还是其他呢?</td></tr>  <tr><td class="klytd">回复:</td><td class="hvttd">你好,HoverTree项目将使用C#作为编程语言。使用SQL Server数据库。.net版本是4.0。开发工具使用<a href="http://keleyi.com/a/bjad/nvy3vslt.htm">Visual Studio 2013社区版。</a></td></tr>  </table>    <table>  <tr><td class="klytd">留言时间:</td><td class="hvttd">2014-12-21</td></tr>  <tr><td class="klytd">留言人:</td><td class="hvttd">Tom</td></tr>  <tr><td class="klytd">标题:</td><td class="hvttd">Is HoverTree a jQuery plugin?</td></tr>  <tr><td class="klytd">内容:</td><td class="hvttd"></td></tr>  <tr><td class="klytd">回复:</td><td class="hvttd">Yes,please go to <a href="http://keleyi.com/jq/hovertree/">http://keleyi.com/jq/hovertree/</a> .And it's a asp.net open source project too.</td></tr>  </table>    <table>  <tr><td class="klytd">留言时间:</td><td class="hvttd"></td></tr>  <tr><td class="klytd">留言人:</td><td class="hvttd"></td></tr>  <tr><td class="klytd">标题:</td><td class="hvttd"></td></tr>  <tr><td class="klytd">内容:</td><td class="hvttd"></td></tr>  <tr><td class="klytd">回复:</td><td class="hvttd"></td></tr>  </table>    </div>    <div style="width:800px;margin:10px auto;font-family:Arial, Helvetica, sans-serif;text-align:center;">HoverTree &copy; 2014 keleyi.com </div>  <!--最近打算开发一个留言板,asp.net的开源项目,http://hovertree.codeplex.com -->  </body>  </html>  

http://keleyi.com/a/bjad/aqqsi7eb.htm

web前端汇总:

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn