back next

Blink Tag

    <blink>.......... </blink>


The <blink>...</blink> tags cause the text between the opening and closing tags to have a blinking effect. Internet Explorer doesn't support this tag.


Example
<html>
<head>
<title> HTML Tutor </title><head>
<body>
<blink><h1> Hello World ! </h1></blink>
</body>
</html>



Back to HTML tutor homepage | Back | Next | Email me