我是靠谱客的博主 傻傻芒果,最近开发中收集的这篇文章主要介绍前端页面代码,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

<!DOCTYPE html>
<html>
<head>
    <title>html参考文档</title>
</head>
<body>
    <div>
    <ul>
        <li>usernam:&nbsp &nbsp bill</li>
        <li>password:&nbsp &nbsp 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>

最后

以上就是傻傻芒果为你收集整理的前端页面代码的全部内容,希望文章能够帮你解决前端页面代码所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(62)

评论列表共有 0 条评论

立即
投稿
返回
顶部