tags:

views:

58

answers:

3

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?

A: 

There is no tag for it. See all HTML4 tags.

Felix Kling
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
+3  A: 

You could in theory do this

<span style="color:red;">&#9873;</span>

but you'll need a Unicode font that supports the Black Flag character.

cxfx
Thanks a heap, not exactly how I remember it but I'm going to use that.
Rudiger
+1  A: 

Maybe ⚐ but it's not a tag nor it's red.

Cheers, got beat by a few seconds :(
Rudiger