What attributes does bgcolor support

This question already has an answer here:

  • Why does HTML think “chucknorris” is a color? 8 answers

  • 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!

    链接地址: http://www.djcxy.com/p/2518.html

    上一篇: 如何在Objective中添加具有自己的UIViewController的子视图

    下一篇: bgcolor支持哪些属性