Html 官方文檔

Basic Tags

Basic

Images

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

Links

Lists

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

Resource

Online

  • <base />
  • <basefont />
  • <div>
  • <head>
  • <meta>
  • <span>
  • Official Website

Related

Formatting

Format

  • <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>
  • <xmp>
  • HTML手冊(cè)

Form/Table

Forms

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

Tables

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

Frames

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

Others

Styles

  • <style>

Meta Info

  • <title>

Programming

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

Attributes

Core

  • class
  • id
  • style
  • title

Language

  • xml:lang
  • dir
  • lang

Keyboard

  • accesskey
  • tabindex

Status 1XX

1XX:Information

  • 100 Continue
  • The server has received the request headers, and the client should proceed to send the request body
  • 101 Switching Protocols
  • The requester has asked the server to switch protocols
  • 103 Checkpoint
  • Used in the resumable requests proposal to resume aborted PUT or POST requests

Status 2XX

2XX:Successful

  • 200 OK
  • The request is OK (this is the standard response for successful HTTP requests)
  • 201 Created
  • The request has been fulfilled, and a new resource is created
  • 202 Accepted
  • The request has been accepted for processing, but the processing has not been completed
  • 203 Non-Authoritative Information
  • The request has been successfully processed, but is returning information that may be from another source
  • 204 No Content
  • The request has been successfully processed, but is not returning any content
  • 205 Reset Content
  • The request has been successfully processed, but is not returning any content, and requires that the requester reset the document view
  • 206 Partial Content
  • The server is delivering only part of the resource due to a range header sent by the client

Status 3XX

3XX:Redirection

Status 4XX

4XX:Client Error

Status 5XX

5XX:Server Error

tykiky

6i4i6