The tag is not supported in HTML5. Use CSS instead. Source: http://www.w3schools.com/tags/tag_font.asp
HTML: font color=”red” becomes green
61–70 of 99 posts
Re: HTML: font color=”red” becomes green
#62Re: HTML: font color=”red” becomes green
#63Re: HTML: font color=”red” becomes green
#64Re: HTML: font color=”red” becomes green
#65Re: HTML: font color=”red” becomes green
#66Wow. I haven't seen a tag in years. My thought processes loading this: • Ok, that is in fact green. • I wonder if this is related to the colour name parsing weirdness that was on HN a couple of weeks ago? • Heeeey, those aren't ASCII quotes!
Exactly my first thought. This is one of the main reasons I frequent this site - I have tons of random tidbits like this cached in my head, so around half of the times someone introduces a problem to me, I am known to reply: "you know, X months back there was a post on Hacker News...".
Re: HTML: font color=”red” becomes green
#67Earlier quoted context omitted.
And also explains why, "blue" is actually blue = "blue" = 0blue0 = 0b00e0
"blue" is actually supposed to be blue. Like "yellow" or "green" or "black" it's ”blue” that is interesting.
Re: HTML: font color=”red” becomes green
#68Re: HTML: font color=”red” becomes green
#69Re: HTML: font color=”red” becomes green
#70Earlier quoted context omitted.
Same here.
Me too. I thought "can't be that, too easy", so I looked for another mistake.
I've had bugs in websites where menus would be completely messed up because they didn't fit in their given space, just because the font of choice was not available on Linux and it fell back on something slightly larger.
Edit: Though in the HN title it is much clearer than in the jsfiddle, for me anyway. Might that be it?