
- HTML Tutorial
- HTML - Home
- HTML - Overview
- HTML - Basic Tags
- HTML - Elements
- HTML - Attributes
- HTML - Formatting
- HTML - Phrase Tags
- HTML - Meta Tags
- HTML - Comments
- HTML - Images
- HTML - Tables
- HTML - Lists
- HTML - Text Links
- HTML - Image Links
- HTML - Email Links
- HTML - Frames
- HTML - Iframes
- HTML - Blocks
- HTML - Backgrounds
- HTML - Colors
- HTML - Fonts
- HTML - Forms
- HTML - Embed Multimedia
- HTML - Marquees
- HTML - Header
- HTML - Style Sheet
- HTML - Javascript
- HTML - Layouts
- HTML References
- HTML - Tags Reference
- HTML - Attributes Reference
- HTML - Events Reference
- HTML - Fonts Reference
- HTML - ASCII Codes
- ASCII Table Lookup
- HTML - Color Names
- HTML - Entities
- HTML - Fonts Ref
- HTML - Events Ref
- MIME Media Types
- HTML - URL Encoding
- Language ISO Codes
- HTML - Character Encodings
- HTML - Deprecated Tags
Enclose a text to make it blink with HTML.
Use the <blink> tag to blink a text. The HTML <blink> tag is used to enclose a text to make it blink.
You can try to run the following code to implement <blink> tag −
Note − Do not use this element as it is obsolete.
Example
<!DOCTYPE html> <html> <head> <title>HTML blink Tag</title> </head> <body> <blink>This text will blink in Netscape Version 5.0</blink> </body> </html>
- Related Articles
- How to create a blink text using JavaScript?
- How to make text bold in HTML?
- How to make text italic in HTML?
- Menu not visible in IE8. How to make it visible with HTML?
- Use HTML with jQuery to make a form
- How do you make a button that adds text in HTML ?
- How to make graphics with a script in HTML?
- How to make an android spinner with initial default text?
- Make HTML text input field grow as I type in JavaScript?
- How do i Make JS Console Output As Text In HTML?
- How to make a text italic using JavaScript
- How to underline a text in HTML?
- How to Get this Text-Wrapping Effect With HTML/CSS?
- How To Extract Text From A HTML Tag In Text Format?
- Does it make sense to use HTML comments on blocks of JavaScript?

Advertisements