How to Make Text Blink Using HTML
HTML is the language used to create web pages. HTML documents can be created and viewed in any text editor, such as Windows Notepad. The "<blink>" attribute is used to create blinking text on a web page and can be used to grab a visitor's attention. The downside is that the blinking text makes it hard for some visitors to focus on other portions of the page. This text effect can only be viewed on Netscape browsers.
Instructions
-
-
1
Open a blank document in any text editor.
-
2
Type the following four lines to begin the HTML document:
<html>
<head>
</head>
<body> -
-
3
Type the line "<H1><blink>Blinking Text</blink></H1>" to create the blinking text.
-
4
Type the following lines to complete the HTML document:
</body>
</html> -
5
Save and close the document.
-
6
Test the blinking text by opening the file in a Netscape browser.
-
1
Tips & Warnings
Blinking text has the potential to cause seizures in people with epilepsy. It is also considered irritating and annoying by many users.
The "<blink>" tag is no longer part of standard HTML. It may only be supported by Netscape browsers and can be turned off in the ones that do support the tag.
References
- Photo Credit Jupiterimages/Photos.com/Getty Images