概述
<!DOCTYPE html>
<html>
<head>
<title>html参考文档</title>
</head>
<body>
<div>
<ul>
<li>usernam:    bill</li>
<li>password:    83090</li>
</ul>
</div>
<div>
<input list="cars">
<datalist id="cars">
<option>ma </option>
<option>lao</option>
<option>liao</option>
</datalist>
<button type="button" value="laowang">提交</button>
</div>
<b>
<address>马辽辽</address>
</b>
<div>
<bdo dir="rtl">我是老王</bdo>
</div>
<div>
<table border="1">
<tr>
<th>一月 <dialog open>这是打开的对话窗格</dialog></th>
<th>二月<dialog open>这是打开的第二个窗格</dialog></th>
<th>三月<dialog open>是只会显示一个窗格吗</dialog></th>
</tr>
<tr>
<td>31</td>
<td>28</td>
<td>31</td>
</tr>
<hr>
</table>
</div>
<div>
<dl>
<dt>laowang</dt>
<dd>laowang</dd>
<dt>laozhang</dt>
<dd>zhanglao</dd>
</dl>
<em>你是老王吗</em>
</div>
<hr>
<form>
<fieldset>
<legend>health information</legend>
height:<input type="text">
weight:<input type="text">
</fieldset>
</form>
<form>
<fieldset>
<legend>laowang</legend>
height:<input type="text">
weight:<input text="text">
</fieldset>
</form>
<div>
<figure align="center">
<figcaption>黄浦江上的人文情怀</figcaption>
<img src="E:picture1.jpg" width="350" height="234">
</figure>
</div>
<menu type="toolbar">
<li>
<menu label="File">
<button type="button" οnclick="file_new()">New...</button>
<button type="button" οnclick="file_open()">Open...</button>
<button type="button" οnclick="file_save()">Save</button>
</menu>
<div align="center">
<table border="105" width="800" height="100">
<tr>
<th colspan="2">1</th>
<th>2</th>
</tr>
<tr>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<td rowspan="3">2</td>
</tr>
<tr>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
</table>
</div>
</body>
</html>
最后
以上就是傻傻芒果为你收集整理的前端页面代码的全部内容,希望文章能够帮你解决前端页面代码所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复