Friday, October 17, 2014

Write a HTML program to display the use of <Blink> tag.


Write a HTML program to display the use of <Blink> tag.
Code :blink.html

<html>
<head>
<title>Display The Use Of blink tag</title>
</head>
<body> This Program is display the use of BLINK tag.
<p><blink>B.C.A SEMESTER 1</blink><p>
This tag work only in Mozilla Fire fox
</body>
</html>


No comments: