HTML Colgroup Align 属性| 菜鸟教程
Có thể bạn quan tâm
菜鸟教程 -- 学的不仅是技术,更是梦想!
HTML <colgroup> 标签 AI 思考中... HTML col width 属性 HTML colgroup char 属性
- 首页
- HTML
- CSS
- JS
- 本地书签
- Search
- Python3 教程
- Python2 教程
- Vue3 教程
- vue2 教程
- Bootstrap3 教程
- Bootstrap4 教程
- Bootstrap5 教程
- Bootstrap2 教程
HTML 标签
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdi> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <command> <datalist> <dd> <del> <details> <dfn> <dialog> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <head> <header> <hgroup> <h1> - <h6> <hr> <i> <iframe> <img> <input> <ins> <kbd> <keygen> <label> <legend> <li> <link> <main> <map> <mark> <menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <option> <output> <p> <param> <pre> <html> <picture> <progress> <q> <rp> <rt> <ruby> <s> <samp> <script> <section> <select> <small> <source> <span> <strike> <strong> <style> <sub> <summary> <sup> <table> <tbody> <td> <textarea> < template> <tfoot> <th> <thead> <time> <title> <tr> <track> <tt> <u> <ul> <var> <video> <wbr> HTML col width 属性 HTML colgroup char 属性 HTML <colgroup> align 属性HTML <colgroup> 标签
实例
两个 <colgroup> 元素为表格中的三列规定了不同的对齐方式(注意第一个 <colgroup> 元素横跨两列):
<table width="100%" border="1"> <colgroup span="2" align="left"></colgroup> <colgroup align="right"></colgroup> <tr> <th>ISBN</th> <th>Title</th> <th>Price</th> </tr> <tr> <td>3476896</td> <td>My first HTML</td> <td>$53</td> </tr> </table> 尝试一下 »浏览器支持
只有 Opera 和 Internet Explorer 8 及之前的版本(IE 9 不支持)支持 align 属性(IE 9 不支持)。
定义和用法
在 HTML5 中,不支持 <colgroup> align 属性。
align 属性规定列组中的内容的水平对齐方式。
语法
<colgroup align="left|right|center|justify|char">属性值
值 | 描述 |
---|---|
left | 左对齐内容(默认值)。 |
right | 右对齐内容。 |
center | 居中对齐内容(th 元素的默认值)。 |
justify | 对行进行伸展,这样每行都可以有相等的宽度(就像在报纸和杂志中)。 |
char | 将内容对准指定字符。 |
点我分享笔记
取消
分享笔记 分类导航- HTML / CSS
- HTML 教程
- HTML5 教程
- CSS 教程
- CSS3 教程
- Tailwind CSS 教程
- Bootstrap4 教程
- Bootstrap5 教程
- Font Awesome 教程
- Foundation 教程
- JavaScript
- JavaScript 教程
- HTML DOM 教程
- jQuery 教程
- AngularJS 教程
- AngularJS2 教程
- Vue.js 教程
- Vue3 教程
- React 教程
- TypeScript 教程
- jQuery UI 教程
- jQuery EasyUI 教程
- Node.js 教程
- AJAX 教程
- JSON 教程
- Echarts 教程
- Chart.js 教程
- Highcharts 教程
- Google 地图 教程
- 服务端
- Python 教程
- Python2.x 教程
- Linux 教程
- Docker 教程
- Ruby 教程
- Java 教程
- C 教程
- C++ 教程
- Perl 教程
- Servlet 教程
- JSP 教程
- Lua 教程
- Rust 教程
- Zig 教程
- Scala 教程
- Go 教程
- PHP 教程
- 数据结构与算法
- Django 教程
- FastAPI 教程
- Flask 教程
- Zookeeper 教程
- 设计模式
- 正则表达式
- Maven 教程
- CMake 教程
- Verilog 教程
- ASP 教程
- AppML 教程
- VBScript 教程
- 数据库
- SQL 教程
- MySQL 教程
- PostgreSQL 教程
- SQLite 教程
- MongoDB 教程
- Redis 教程
- Memcached 教程
- 数据分析
- Python 教程
- NumPy 教程
- Pandas 教程
- Matplotlib 教程
- Scipy 教程
- Pytorch 教程
- 机器 教程
- scikit-learn 教程
- R 教程
- Julia 教程
- 量化交易
- 移动端
- Android 教程
- Swift 教程
- jQuery Mobile 教程
- ionic 教程
- Kotlin 教程
- XML 教程
- XML 教程
- DTD 教程
- XML DOM 教程
- XSLT 教程
- XPath 教程
- XQuery 教程
- XLink 教程
- XPointer 教程
- XML Schema 教程
- XSL-FO 教程
- SVG 教程
- ASP.NET
- ASP.NET 教程
- C# 教程
- Web Pages 教程
- Razor 教程
- MVC 教程
- Web Forms 教程
- Web Service
- Web Service 教程
- WSDL 教程
- SOAP 教程
- RSS 教程
- RDF 教程
- 开发工具
- Eclipse 教程
- Git 教程
- Svn 教程
- Markdown 教程
- 网站建设
- HTTP 教程
- 网站建设指南
- 浏览器信息
- 网站主机教程
- TCP/IP 教程
- W3C 教程
- 网站品质
微信关注
Từ khóa » Html Colgroup Align Right
-
HTML |
Align Attribute - GeeksforGeeks -
Using Text-align Center In Colgroup - Html - Stack Overflow
-
HTML Colgroup Align Attribute
-
HTML Colgroup Align Attribute - W3Schools
-
: The Table Column Group Element - MDN Web Docs -
HTML Colgroup Tag - W3Schools
-
HTML Colgroup Align Attribute - WEBDEVABLE
-
HTML Colgroup Align Attribute | Programming Tutorial
-
HTML Table Tutorial - HTML ALIGN - Linuxtopia
-
Styling Table Columns (COLGROUP, COL SPAN Etc.) - SitePoint
-
Html – Using Text-align Center In Colgroup - ITecNote
-
HTML Colgroup Charoff Attribute - W3Schools
-
HTML Align Attribute - HTML Tutorials - W3resource
-
Tables In HTML Documents