国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

directory search
HTML 5 <a> 標簽 HTML 5 <abbr> 標簽 HTML 5 <acronym> 標簽 HTML 5 <address> 標簽 HTML 5 <applet> 標簽 HTML 5 <area> 標簽 HTML 5 <article> 標簽 HTML 5 <aside> 標簽 HTML 5 <audio> 標簽 HTML 5 <b> 標簽 HTML 5 <base> 標簽 HTML 5 <basefont> 標簽 HTML 5 <bdo> 標簽 HTML 5 <big> 標簽 HTML 5 <blockquote> 標簽 HTML 5 <body> 標簽 HTML 5 <br> 標簽 HTML 5 <button> 標簽 HTML 5 <canvas> 標簽 HTML 5 <caption> 標簽 HTML 5 <center> 標簽 HTML 5 <col> 標簽 HTML 5 <colgroup> 標簽 HTML 5 <command> 標簽 HTML <!--...--> 標簽 HTML 5 <datagrid> 標簽 HTML 5 <datalist> 標簽 HTML 5 <datatemplate> 標簽 HTML 5 <dd> 標簽 HTML 5 <del> 標簽 HTML 5 <details> 標簽 HTML 5 <dialog> 標簽 HTML 5 <dir> 標簽 HTML 5 <div> 標簽 HTML 5 <dl> 標簽 HTML 5 <!DOCTYPE> 標簽 HTML 5 <dt> 標簽 HTML 5 <embed> 標簽 HTML 5 <event-source> 標簽 HTML 5 <fieldset> 標簽 HTML 5 <figure> 標簽 HTML 5 <font> 標簽 HTML 5 <footer> 標簽 HTML 5 <form> 標簽 HTML 5 <frame> 標簽 HTML 5 <frameset> 標簽 HTML 5 <head> 標簽 HTML 5 <header> 標簽 HTML 5 <h1> 至 <h6> 標簽 HTML 5 <hr> 標簽 HTML 5 <html> 標簽 HTML 5 <i> 標簽 HTML 5 <iframe> 標簽 HTML 5 <img> 標簽 HTML 5 <input> 標簽 HTML 5 <ins> 標簽 HTML 5 <label> 標簽 HTML 5 <legend> 標簽 HTML 5 <li> 標簽 HTML 5 <link> 標簽 HTML 5 <m> 標簽 HTML 5 <map> 標簽 HTML 5 <menu> 標簽 HTML 5 <meta> 標簽 HTML 5 <meter> 標簽 HTML 5 <nav> 標簽 HTML 5 <nest> 標簽 HTML 5 <noframes> 標簽 HTML 5 <noscript> 標簽 HTML 5 <object> 標簽 HTML 5 <ol> 標簽 HTML 5 <optgroup> 標簽 HTML 5 <option> 標簽 HTML 5 <output> 標簽 HTML 5 <p> 標簽 HTML 5 <param> 標簽 HTML 5 <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> 標簽 HTML 5 <pre> 標簽 HTML 5 <progress> 標簽 HTML 5 <q> 標簽 HTML 5 <rule> 標簽 HTML 5 <s> 標簽 HTML 5 <script> 標簽 HTML 5 <section> 標簽 HTML 5 <select> 標簽 HTML 5 <small> 標簽 HTML 5 <source> 標簽 HTML 5 <select> 標簽 HTML 5 <strike> 標簽 HTML 5 <style> 標簽 HTML 5 <sub> 和 <sup> 標簽 HTML 5 <table> 標簽 HTML 5 <tbody> 標簽 HTML 5 <td> 標簽 HTML 5 <textarea> 標簽 HTML 5 <tfoot> 標簽 HTML 5 <th> 標簽 HTML 5 <thead> 標簽 HTML 5 <time> 標簽 HTML 5 <title> 標簽 HTML 5 <tr> 標簽 HTML 5 <tt> 標簽 HTML 5 <u> 標簽 HTML 5 <ul> 標簽 HTML 5 <video> 標簽 HTML 5 參考手冊 HTML 5 事件屬性 HTML 5 標準屬性
characters

HTML 5 <colgroup> 標簽

定義和用法

<colgroup> 標簽定義表格列的組。通過此標簽,您可以對列進行組合,以便格式化。該元素只有在 <table> 中才是合法的。

HTML 4.01 與 HTML 5 之間的差異

4.01 中的大多數(shù)屬性都不再得到支持。

提示和注釋

注釋:colgroup 元素只能包含 col 元素。

注釋:colgroup 元素無法創(chuàng)建表格列。如需創(chuàng)建列,必須在 tr 元素內規(guī)定 td 元素。

提示:如果需要向一個列組規(guī)定相同的屬性值,請使用該元素。

提示:如果需要為一個或多個列規(guī)定屬性值,請使用 col 元素。

例子:

<table>
  <colgroup span="3" style="color:blue"></colgroup>
  <tr>
  <td>1</td>
  <td>2</td>
  <td>3</td>
  <td>4</td>
  </tr>
  <tr>
  <td>1</td>
  <td>2</td>
  <td>3</td>
  <td>4</td>
  </tr>
</table>

屬性

屬性 描述 4 5
align
  • right
  • left
  • center
  • justify
  • char
定義列中的單元格內容的水平對齊方式。 4 ?
char character 定義一個字符,按照該字符對齊文本。 4 ?
charoff
  • pixels
  • %
規(guī)定第一個對齊字符的偏移量。 4 ?
span number 定義 <colgroup> 應當橫跨的列數(shù)。 4 5
valign
  • top
  • middle
  • bottom
  • baseline
定義列中的單元格內容的垂直對齊方式。 4 ?
width
  • %
  • pixels
  • relative_length
定義列的寬度。 4 ?

標準屬性

class, contenteditable, contextmenu, dir, draggable, id, irrelevant, 
lang, ref, registrationmark, tabindex, template, title

如需完整的描述,請訪 HTML 5 中標準屬性。

事件屬性

onabort, onbeforeunload, onblur, onchange, onclick, oncontextmenu, 
ondblclick, ondrag, ondragend, ondragenter, ondragleave, ondragover, 
ondragstart, ondrop, onerror, onfocus, onkeydown, onkeypress, onkeyup, 
onload, onmessage, onmousedown, onmousemove, onmouseover, onmouseout, 
onmouseup, onmousewheel, onresize, onscroll, onselect, onsubmit, onunload

如需完整的描述,請訪 HTML 5 中事件屬性。

Previous article: Next article: