Html 官方文档

基础标签

基础

  • <!DOCTYPE>
  • <body>
  • <br />
  • <h1> to <h6>
  • <hr />
  • <html>
  • <p>

图片

  • <area />
  • <img />
  • <map>

链接

  • <a>
  • <link />

列表

  • <dd>
  • <dir>
  • <dl>
  • <dt>
  • <li>
  • <menu>
  • <ol>
  • <ul>

格式化

格式

  • <abbr>
  • <acronym>
  • <address>
  • <b>
  • <bdo>
  • <big>
  • <blockquote>
  • <center>
  • <cite>
  • <code>
  • <del>
  • <dfn>
  • <em>
  • <font>
  • <i>
  • <ins>
  • <kbd>
  • <pre>
  • <q>
  • <s>
  • <samp>
  • <small>
  • <strike>
  • <strong>
  • <sub>
  • <sup>
  • <tt>
  • <u>
  • <var>

表单/表格

表单

  • <button>
  • <fieldset>
  • <form>
  • <input />
  • <label>
  • <legend>
  • <optgroup>
  • <option>
  • <select>
  • <textarea>

表格

  • <caption>
  • <col />
  • <colgroup>
  • <table>
  • <tbody>
  • <td>
  • <tfoot>
  • <th>
  • <thead>
  • <tr>

Frames

  • <frame />
  • <frameset>
  • <iframe>
  • <noframes>

Others

样式

  • <div>
  • <span>
  • <style>

Meta Info

  • <base />
  • <basefont />
  • <head>
  • <meta>
  • <title>

Programming

  • <applet>
  • <noscript>
  • <object>
  • <param />
  • <script>

属性

核心

  • class
  • id
  • style
  • title

语言

  • dir
  • lang

键盘

  • accesskey
  • tabindex

HTML 事件

<body>事件

  • onload
  • onunload

表单事件

  • onblur
  • onchange
  • onfocus
  • onreset
  • onselect
  • onsubmit

图片事件

  • onabort

鼠标事件

  • onclick
  • ondblclick
  • onmousedown
  • onmousemove
  • onmouseout
  • onmouseover
  • onmouseup

Status 1XX

1XX:信息

Status 2XX

2XX:成功

  • 200 OK
  • 201 Created
  • 202 Accepted
  • 203 Non-Authoritative Information
  • 204 No Content
  • 205 Reset Content
  • 206 Partial Content

Status 3XX

3XX:重定向

  • 300 Multiple Choices
  • 301 Moved Permanently
  • 302 Found
  • 303 See Other
  • 304 Not Modified
  • 305 Use Proxy
  • 306 Switch Proxy
  • 307 Temporary Redirect

Status 4XX

4XX:客户端错误

  • 400 Bad Request
  • 401 Unauthorized
  • 402 Payment Required
  • 403 Forbidden
  • 404 Not Found
  • 405 Method Not Allowed
  • 406 Not Acceptable
  • 407 Proxy Authentication Required
  • 408 Request Timeout
  • 409 Conflict
  • 410 Gone
  • 411 Length Required
  • 412 Precondition Failed
  • 413 Request Entity Too Large
  • 414 Request-URI Too Long
  • 415 Unsupported Media Type
  • 416 Requested Range Not Satisfiable
  • 417 Expectation Failed

Status 5XX

5XX:服务器错误