Page 307 - Web Applications (803) Class 12
P. 307

</tr>
                             <tr>

                                 <td>1984</td>
                                 <td>You Are a Badass</td>
                                 <td>War and Peace</td>

                             </tr>
                         </table>
                         </main>

                     </body>
                     </html>
                 File4: contact.html

                     <html>
                     <head>
                         <title>Contact Us</title>
                         <link rel=”stylesheet” href=”styles.css”>

                     </head>
                     <body>
                         <header>

                             <h1>Contact Library Club</h1>
                         </header>
                         <nav>
                             <ul>

                                 <li><a href=”index.html”>Home</a></li>
                                 <li><a href=”about.html”>About</a></li>
                                 <li><a href=”books.html”>Books</a></li>

                                 <li><a href=”contact.html”>Contact</a></li>
                             </ul>
                         </nav>
                         <main>

                              <p>Have questions or suggestions? Feel free to reach out to us using
                                the contact information provided below.</p>
                             <p>Email: library@example.com</p>
                             <p>Phone: (91) 456-7890</p>

                             <h2>Feedback Form</h2>
                             <form id=”feedback-form”>
                                 <label for=”name”>Name:</label>
                                 <input type=”text” id=”name” required>

                                 <label for=”email”>Email:</label>
                                 <input type=”email” id=”email” required>
                                                                                                          Projects   305
   302   303   304   305   306   307   308   309   310   311   312