disadvantages of marquee tag [closed]

天大地大妈咪最大 提交于 2019-12-10 23:29:00

问题


Well it's evil, fine.

But what's evil in it?

  • all browsers support it?
  • which aspx asp.net controls can I not use in this tag?

Why not use the tag?


回答1:


all browser support it?

No, although support is annoyingly broad.

can/ cannot use what controls in the taag

Can you rephrase this. I think I can decrypt the meaning of 'taag', but the words don't form a sentence.

why not to use the tag?

First and foremost, on a purely practical front — it makes text scroll.

Scrolling text is an excellent way to display a large amount of information in a small place, non-interactively. This makes it rather good for things like the "What stations this train will stop at" display that I get to look at on my commute.

A web page, however, is typically viewed in a relatively large display by a single person, who has a mouse, trackpad or other way to indicate when they have finished reading whatever is displayed. This means they do not have to wait for the start of the text, the text will not move faster then they can read properly, and the text will not move more slowly then they are comfortable with. Additionally, if they are trying to read something else that is near the scrolling text, they won't be constantly distracted by the movement in the corner of their eye.

Aside from that. It isn't yet standardized, and the closest it appears it will ever come is to be marked as obsolete by HTML 5.




回答2:


  • It's annoying.
  • It's not standard.
  • Not all browsers support it.
  • It's annoying.



回答3:


The reasons against using marquee come mostly from usability and design reasons. It draws the user's attention needlessly, makes the text harder to read, and makes your site look sloppy.



来源:https://stackoverflow.com/questions/4855252/disadvantages-of-marquee-tag

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!