The Blink HTML tag is used to blinking the text slowly like a flashlight. The Blink HTML is the non-standard element of the HTML that is used to surround the text, which flashes slowly. The general meaning of the blinking text in HTML, it is light flashing like as ON and OFF in a continuous way. Very rarely chance of used the Blink effect in HTML. Read more
<!DOCTYPE html>
<html>
<head>
<title>This is border properties</title>
</head>
<body>
<p>There is the Example of <blink>Blink HTML</blink> that is used to flashing the text</p>
</body>
</html>
Comments
Post a Comment