HTML ul 标签
无序 HTML 列表: 实例 Run this code » <ul> <li>Coffee</li> <li>Tea</li> <li>Milk</li>...
无序 HTML 列表: 实例 Run this code » <ul> <li>Coffee</li> <li>Tea</li> <li>Milk</li>...
使用 <u> 标签为文本添加下划线: 实例 Run this code » <p>This is a <u>parragraph</u>.</p> 浏览器支持 所有主流浏览器都支持...
定义打字机文本: 实例 Run this code » <p><tt>Teletype text</tt></p> 浏览器支持 所有主流浏览器都支持 <tt> 标签。 标签定义及使...
带有字幕轨道(friday.vtt)的视频: 实例 Run this code » <video width="320" height="240" controls> <video controls src="/video...
一个简单的 HTML 表格,包含两列两行: 实例 Run this code » <table border="1"> <tr> <th>Month</th> <th>Saving...
为您的 HTML 文档定义标题: 实例 Run this code » <html> <head> <meta charset="utf-8"> <title>文档标题</title&g...
如何定义时间和日期: 实例 Run this code » <p>我们在每天早上 <time>9:00</time> 开始营业。</p> <p>我在 <time dateti...
带有 <thead>、<tfoot> 和 <tbody> 元素的 HTML 表格: 实例 Run this code » <table border="1"> <thead> &l...
一个简单的 HTML 表格,带有两个表头单元格和两个数据单元格: 实例 Run this code » <table border="1"> <tr> <th>Month</th> <t...
带有 <thead>、<tfoot> 和 <tbody> 元素的 HTML 表格: 实例 Run this code » <table border="1"> <thead> &l...