index.
html 22-03-2024 10:58
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <link rel="stylesheet" href="./style.css">
5 <title>Home - TKREC</title>
6 </head>
7 <body>
8 <div class="wrapper">
9 <div class="container">
10 <header>
11 <table width="100%" align="center" cellpadding="0" cellspacing="2">
12 <tr>
13 <th width="20%"><img src="#" alt="STUDENT FULLNAME" width="130" height="100"/></th>
14 <th colspan=4>
15 <h1 style="color:white;">TKREC - NodeJS Lab</h1>
16 </th>
17 </tr>
18 </table>
19 </header>
20 <nav>
21 <table width="100%" align="center" cellpadding="0" cellspacing="2">
22 <tbody align="center" style="font-weight:bold;font-size:18px;"">
23 <tr>
24 <td width="20%"><hr><a href="index.html">Home</a><hr></td>
25 <td width="20%"><hr><a href="login.html">Login</a><hr></td>
26 <td width="20%"><hr><a href="registration.html">Registration</a><hr></td>
27 <td width="20%"><hr><a href="cart.html">Cart</a><hr></td>
28 </tr>
29 </tbody>
30 </table>
31 </nav>
32 </div>
33 <div class="container1">
34 <div class="sidebar1"></div>
35 <div class="container2">
36 <main>
37 <center>
38 <h2>Welcome to My First WebPage... </h2>
39 <p>
40 Build a responsive web application for <font size=5>shopping cart </font>with
registration, <br/>
41 login, catalog and cart pages using <br/>CSS3 features, flex and grid.
42
43 </p>
44 <br/><br/><br/><br/><br/><br/><br/><br/>
45 </main>
46 </div>
47 <div class="sidebar2"></div>
48 </div>
49 <footer><center><font color="white"><b>(C) 2024 All rights reserved by STUDENT FULLNAME
-Hallticket Number</b></font></center></footer>
50 </div>
51 </body>
52 </html>
Page 1 of 1