Untitled
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> document</title> <header> <h1 style="color: rgb(238, 211, 10);">welcome</h1> </header> </head> <body style="background-color: rgb(255, 107, 2);"> <table style="width: 100%;"> <tr style="background-color: rgb(251, 251, 250);"> <nav> <td><center><a href="./page1.html" style="color:rgb(11, 78, 171);font-size:34;">About</a></center></td><br> <td><center><a href="./page2.html" style="color:rgb(180, 11, 36);font-size:34;">Service</a></center></td><br> <td><center><a href="./page3.html" style="color:rgb(219, 230, 11);font-size:34;">Contact</a></center></td> </tr> </table> </nav> </body> </html>
Leave a Comment