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);">contact</h1> </header> </head> <body style="background-color: rgb(174, 120, 240);"> <table style="width: 100%;"> <tr style="background-color: rgb(251, 251, 250);"> <nav> <td ><a href="./page1.html" style="color:rgb(0, 0, 0);font-size:34;">About</a></td><br> <td ><a href="./page2.html" style="color:rgb(0, 0, 0);font-size:34;">Service</a></td><br> <td ><a href="./page3.html" style="color:rgb(2, 2, 2);font-size:34;">Contact</a></td><br> </tr> </table> </nav> </body> </html>
Leave a Comment