What Is HTML - Blink Tag

 
The HTML <blink> tag is used for represent  any text to make it blink. This Tag Support All Modern Web Browser ..Like Firefox, Google Chrome, Internet Explorar etc.


<!DOCTYPE html> <html> <head> <title>Insert Page title Hare </title> <style> blink { color: #ddffgg; font-size: 26px; font-weight: bold; font-family: sans-serif; } </style> </head> <body>

<h1>&lt;Enter Blink Word Hare &gt; Now again Blink Word </h1> <blink>The &lt;blink&gt; Blink element is Appear Upadte New Contant Next Tutoril Thank You.</blink> </body> </html>



 

Post a Comment

Previous Post Next Post