HTML <tr> 标签的 align 属性
HTML <tr> 标签 实例 带有居中对齐行的表格: <table width="100%" border="1"> <tr align="center"> <th>Month</th> <th>Savings</th> </tr> <tr...
HTML <tr> 标签的 align 属性
HTML <tr> 标签 定义和用法 align 属性规定表格行中内容的水平对齐方式。实例 带有居中对齐行的表格: <table width="100%" border="1"> <tr align="center"...