3
ZioCain
5y

I often wonder why was the marquee tag deprecated

Comments
  • 4
    It was gone in a <blink> of an eye.
  • 1
    @kescherRant but there are still lots of tags that include some sort of style, like b, u, i.
    other tags have a general basic style like div is by default always width:100%

    anyway, marquee still works kinda everywhere despite being deprecated since 2008 at least
  • 1
    Em, b, u, i, even though they control style, still have a semantic meaning. They all emphasize text in some way. If only visual aspect is important use CSS. If you have something to point out differently in meaning use html.
Add Comment