https://www.rakeshmgs.in/search/label/Template
https://www.rakeshmgs.in
RakeshMgs

Create an html page with following specifications Title should be about my City. Place your City name at the top of the page in large text and in blue color. Add names of landmarks in your city each in a different color, style and typeface. One of the landmark, your college name should be blinking. Add scrolling text with a message of your choice

Updated:

Question: Create an html page with following specifications Title should be about my City. Place your City name at the top of the page in large text and in blue color. Add names of landmarks in your city each in a different color, style and typeface. One of the landmark, your college name should be blinking. Add scrolling text with a message of your choice


<!DOCTYPE html>
<html>
<head>
<title>About my City</title>
<style type="text/css">
.blink{
font-family: arial;
font-weight: bold;
color: #ff5400;
animation: blink 0.3s infinite;
}
@keyframes blink{
0%{
visibility: hidden;
}
50%{
visibility: hidden;
}
100%{
visibility: visible;
}
}
</style>
</head>
<body>
<h1><font color="blue">Pt. Deen Dayal Upadhyay Nagar (Mughalsarai)</font></h1>
<h3><font face="impact">Near Old Bharat Gas Agency</font></h3>
<h3><font face="arial">Near Renuka Jwellers</font></h3>
<h3><font face="serif">Mughalsarai Railway Station</font></h3>
<h1 class="blink" align="center">STAR INSTITUTE OF TECHNOLOGY & MANAGEMENT</h1>
<marquee><h2>O Level Practical Examnination Admit Card Available</h2></marquee>
</body>
</html>



Output


Pt. Deen Dayal Upadhyay Nagar (Mughalsarai)

Near Old Bharat Gas Agency

Near Renuka Jwellers

Mughalsarai Railway Station

STAR INSTITUTE OF TECHNOLOGY & MANAGEMENT

This is the Example of Scrolling Text


आपको आर्टिकल कैसा लगा? अपनी राय अवश्य दें
Please don't Add spam links,
if you want backlinks from my blog contact me on rakeshmgs.in@gmail.com