How to blink text using only html code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to blink text using only html code

16th Jul 2017, 9:22 AM
Pawan mishra
Pawan mishra - avatar
16 Answers
+ 6
@Farshad this type of decoration is the most annoying. it was this reason the tag was deprecated in html
16th Jul 2017, 10:41 AM
Lord Krishna
Lord Krishna - avatar
+ 5
why would anyone use this blink text ?
16th Jul 2017, 10:37 AM
Lord Krishna
Lord Krishna - avatar
+ 5
try using the <blink> tag in an older version of web browser . this is deprecated at the moment
16th Jul 2017, 11:26 AM
Lord Krishna
Lord Krishna - avatar
+ 4
@Farshad: You're right that this should be done with Css or Js, but I'm not agree with your opinion that's better to do with JS... Css is always better to use rather than JS if both can handle anything, as you cannot be sure than JS will be available on user browser (not provided or desactivated by user), in addition to more efficiency in ressources consumption ;P
16th Jul 2017, 10:12 AM
visph
visph - avatar
+ 4
It's mainly a point of view... No one can say that's the Trueth (with a capitalized T). But opinions have to be completed by some arguments ;)
16th Jul 2017, 10:20 AM
visph
visph - avatar
+ 4
@Lord Krishna: It's mostly annoying because of missuses: it could be a cool effect if done moderatly and/or on well suited cases ;)
16th Jul 2017, 11:24 AM
visph
visph - avatar
+ 4
<marquee> is deprecated for same reasons as <blink>, but in addition was never been an official html element... It should be avoided also and replace as well with Css and/or JS :P https://code.sololearn.com/W4E9F2LDIFS9/?ref=app
16th Jul 2017, 12:00 PM
visph
visph - avatar
+ 3
Once there was a blink tag in html. <blink>My Text </blink> but it's obsolete now and not supported. Use css or js to do that.
16th Jul 2017, 9:31 AM
Farshad
Farshad - avatar
+ 2
actually I would do it by css,too. I just read this opinion about js in another more experienced user's comment.
16th Jul 2017, 10:16 AM
Farshad
Farshad - avatar
16th Jul 2017, 10:32 AM
Farshad
Farshad - avatar
+ 2
@lord krishna decoration mostly.
16th Jul 2017, 10:39 AM
Farshad
Farshad - avatar
+ 2
Can't agree more. Just wrote the code since it was asked for.
16th Jul 2017, 10:46 AM
Farshad
Farshad - avatar
+ 1
marquee is actually used for other purposes and also obsolete but well, it's blinkinkg.
16th Jul 2017, 11:57 AM
Farshad
Farshad - avatar
0
hey! I solve this using html
16th Jul 2017, 11:24 AM
Pawan mishra
Pawan mishra - avatar
16th Jul 2017, 11:37 AM
Pawan mishra
Pawan mishra - avatar
- 1
https://code.sololearn.com/WV1yGJ2luTbP/?ref=app
11th Oct 2017, 7:22 PM
林偉雄
林偉雄 - avatar