Saturday, September 17, 2022

Blinked Prgram in HTML

 <html>
<head>
<title>Blinked Program</title>
<style>
p{animation:blinking 1.5s infinite;}
@keyframes blinking {
0% {color:red;}
}
</style>
<body>
<h1> <U>Computer </h1></U>
<marquee behavior="alternate"><p> Anonymous System </p></marquee>
<h2><u>AI</h2></u>
<marquee behavior="alternate"><p>A Biggest Game changer Technology</p></marquee>
</body>
</html>


Output

 






No comments:

Post a Comment

MCQ QUESTIONS

Loading…