博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to set colors of HTML tables
阅读量:4315 次
发布时间:2019-06-06

本文共 258 字,大约阅读时间需要 1 分钟。

There is a simple way to set the color of tables: use the bgcolor attribute of tag <table>.

 
However, this method is not a good approach since it is deprecated in HTML5. 
 
So we need to set the color with CSS.

转载于:https://www.cnblogs.com/johnpher/p/3255516.html

你可能感兴趣的文章
JavaScript高级特性-实现继承的七种方式
查看>>
20121016学习笔记四
查看>>
EntityFramework 学习 一 Stored Procedure
查看>>
Sliverlight之 故事板
查看>>
Java 必知必会的 20 种常用类库和 API
查看>>
HDU 1087 Super Jumping! Jumping! Jumping!
查看>>
0007_初始模块和字节码
查看>>
[效率提升]如何管理好你的电脑文件
查看>>
C++实验二
查看>>
SharePoint2010 富文本框添加图片功能的扩展
查看>>
零零碎碎的知识
查看>>
UNIX基础--用户和基本账户管理
查看>>
设计模式
查看>>
5.0以上机器XPOSED框架安装流程
查看>>
静态方法与非静态方法
查看>>
注释,字符串
查看>>
性能瓶颈
查看>>
cmd 导入数据库
查看>>
Makefile书写注意事项--个人择记(一)
查看>>
文件转码重写到其他文件
查看>>