Home page using html and css
This is image of home page of template using html and css There are three different files home.html <html> <head> <title>Home</title> <style> .footer{background-color: tomato; padding: 23px; } .nam{padding: 15px;} </style> </head> <body> <div style="background-color:darksalmon;padding:20px"> <center><h1><font size="9" color="red">Sports</font></h1></center> </div> <div class="nam" style="background-color:indianred"> <a href="home.html" color="red" size="5" style="margin-right:50px;border:solid;"><font color="black">Home</font></a> <a href="reg.html" color="red" size="5" style="margin-right:150px;border:solid"><font color="black">Registration</font></a> </div><!-...