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>
<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>
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