Design Google Page Using HTML 5

Here, <link> tag contains rel attribute which is used to control printing of various language. <html> <head> <title>Google</title> <link rel=”stylesheet”href=”https://fonts.googleapis.com/css?family=Tangerine”> </head> <body> <table align=”right” cellpadding=”5″ cellspacing=”5″ > <td><a href=”” style=”color:black;text-decoration:none”>Gmail</a></td> <td><a href=”” style=”color:black;text-decoration:none”>Images</a></td> <td><img src=”gmenu.png” style=”width:25px ; height:25px” /> <td><input type=”submit” value=”Sign in” style=”width:70px ;… Read More »Design Google Page Using HTML 5