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

nav ul {
                         list-style: none;

                         padding: 0;
                     }
                     nav ul li {

                         display: inline;
                         margin-right: 20px;
                     }

                     main {
                         margin: 20px;
                     }

                     #datetime {
                         text-align: center;
                         font-size: 18px;
                     }
                 PROJECT 2


                 A simple interactive form using HTML and JavaScript.
























                 File 1: Index.html
                     <html>

                     <head>
                         <meta charset=”UTF-8”>
                         <meta name=”viewport” content=”width=device-width, initial-scale=1.0”>

                         <title>Interactive Form</title>
                     </head>
                     <body>
                         <font face=”Algerian” color=blue>

                         <h1>Kindly Submit Your Details</h1></font>


                                                                                                          Projects   295
   292   293   294   295   296   297   298   299   300   301   302