<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>html< col>表格属性标签_PHP笔记</title>
</head>
<body style="font-size:28px;">
<table width="450" border="1">
<col style="background:red">
<col style="background:yellow">
<tr><th>姓名</th><th>成绩</th></tr>
<tr><td>张三</td> <td>50</td></tr>
<tr><td>李四</td><td>90</td></tr>
</table>
</body>
</html>
Copy after login
The above is the detailed content of What does the html col tag mean? Introduction to usage examples of html col tag. For more information, please follow other related articles on the PHP Chinese website!
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn