DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> WEB網站前端 >> WEB前端代碼 >> 留言列表模板HTML代碼
留言列表模板HTML代碼
編輯:WEB前端代碼     
預覽:http:///keleyi/phtml/divcss/20.htm

代碼如下:
<!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:///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:///jq/hovertree/">http:///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 </div>
<!--最近打算開發一個留言板,asp.net的開源項目,http://hovertree.codeplex.com -->
</body>
</html>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved