HTML/CSS Make Text Blink with HTML - How to Guide

  • Thread starter Thread starter alanveron
  • Start date Start date
AI Thread Summary
To create blinking text using HTML, the <blink> tag was traditionally used, as in <blink>annoying text</blink>. However, many modern browsers have deprecated this tag due to its disruptive nature, leading to inconsistent behavior. In a forum setting where HTML is permitted, users have reported that even using the <blink> tag within a complete HTML structure does not produce the desired blinking effect. This may be due to the forum disabling the blink feature or browser compatibility issues. Overall, the <blink> tag is no longer a reliable method for achieving blinking text in contemporary web development.
alanveron
Messages
45
Reaction score
0
HOW TO MAKE A TEXT BLINK USING HTML?
what's the command?THanks!
 
Technology news on Phys.org
<blink>annoying text</blink>

- Warren
 
admin...

i tried to type

<blink>BLINK</blink>

bit it doesn't blink at all.
 
Where did you type it?

- Warren
 
in a forum where html format is permitted
 
<html>
<head>
<title>Something</title>
</head>
<body>
<blink>Something</blink>
</body>
</html>

What is wrong with that code? Because it should blink but it doesn't.
 
Maybe they turned off the blink "feature" in the forum.
 

Similar threads

Replies
10
Views
2K
Replies
3
Views
2K
Replies
9
Views
2K
Replies
7
Views
2K
Replies
1
Views
2K
Replies
2
Views
1K
Replies
8
Views
3K
Back
Top