什么HTML元素意味着包含文本?

dpp*_*dpp 1 html text

什么HTML元素意味着或旨在包含可见文本(HTML4/XHTML)?计划制作样式表来设计样式.

Kal*_*vas 7

其中一些被定义为块类型,一些定义为文本级别.但它们本来是要包含文本(或者至少用作文本包装器.)

  • <tt>
  • <i>
  • <b>
  • <big>
  • <small>
  • <em>
  • <strong>
  • <dfn>
  • <code>
  • <samp>
  • <kbd>
  • <var>
  • <cite>
  • <abbr>
  • <acronym>
  • <sub>
  • <sup>
  • <span>
  • <bdo>
  • <address>
  • <div>
  • <a>
  • <object>
  • <p>
  • <h1>,<h2>,<h3>,<h4>,<h5>,<h6>
  • <pre>
  • <q>
  • <ins>
  • <del>
  • <dt>
  • <dd>
  • <li>
  • <label>
  • <option>
  • <textarea>
  • <fieldset>
  • <legend>
  • <button>
  • <caption>
  • <td>
  • <th>
  • <title>
  • <script>
  • <style>