What attributes does bgcolor support
This question already has an answer here:
By taking a screenshot of the page rendered by your code, and selecting the rendered pink-ish color in Photoshop, you can see that it's #da00e0
.
DAniEl
, only AF and 0-9 are kept, and the others are zeroed.
I'm pretty sure if you use bgcolor="Cyrille"
you'll have plain red ( #C00000
).
(Edit: actually, Cyrille
gives #c000e0
)
By the way, you shouldn't even be using this bgColor
attribute. CSS is here for one reason!
上一篇: 如何在Objective中添加具有自己的UIViewController的子视图
下一篇: bgcolor支持哪些属性