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
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>
<styletype="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><fontcolor="blue">Pt. Deen Dayal Upadhyay Nagar (Mughalsarai)</font></h1>
<h3><fontface="impact">Near Old Bharat Gas Agency</font></h3>
HomeM2-R5O LevelCreate 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
0
Comments
आपको आर्टिकल कैसा लगा? अपनी राय अवश्य दें Please don't Add spam links, if you want backlinks from my blog contact me on rakeshmgs.in@gmail.com
0 Comments
Please don't Add spam links,
if you want backlinks from my blog contact me on rakeshmgs.in@gmail.com