Back when I was being taught HTML I remember a tag that displayed a little red flag. I've tried everything I can think of and can't find it anywhere. Was I smoking something that day or is there actually a tag for it?
Damn, thanks. I looked through similar pages like that and couldn't find it either. Thought it might of been depreciated. I actually don't plan to use it in a web page.
Rudiger
2009-12-15 01:36:49
+3
A:
You could in theory do this
<span style="color:red;">⚑</span>
but you'll need a Unicode font that supports the Black Flag character.
cxfx
2009-12-15 01:37:36