0% found this document useful (0 votes)
15 views1 page

w2

The document contains a time table for the MCA (VTU) 1st Semester for the session August 2016 to January 2017, detailing the schedule for each day of the week. It also includes a student registration form with fields for personal details such as name, parent's names, religion, address, gender, and hobbies. The document is structured in HTML format with appropriate styling and layout elements.

Uploaded by

iammasoom9123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

w2

The document contains a time table for the MCA (VTU) 1st Semester for the session August 2016 to January 2017, detailing the schedule for each day of the week. It also includes a student registration form with fields for personal details such as name, parent's names, religion, address, gender, and hobbies. The document is structured in HTML format with appropriate styling and layout elements.

Uploaded by

iammasoom9123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

3<html> <!

DOCTYPE html> <div class="separator"></div>


<head> <html>
<title>Time Table</title> <head> <h2>Student Registration Details</h2>
</head> <title>Student Registration Form</title>
<body> <style> <form action="#" method="post">
<h1 align="center">MCA(VTU)1<sup>st</sup> Semester Time Table</h1> body { <div class="form-row">
<h6 align="center" style="margin: 0;"> Session:Aug 2016-Jan 2017 </h6> display: flex; <label for="candidateName">Candidate's Name:</label>
<table border="3" cellpadding="10" cellspacing="1" align="center" width="90%"> flex-direction: column; <input type="text" id="candidateName" name="candidateName">
<tr> align-items: center; </div>
<th>Day</th> justify-content: flex-start;
<th>9.00-10.00</th> min-height: 100vh; <div class="form-row">
<th>10.00-11.00</th> margin: 0; <label for="fatherName">Father's Name:</label>
<th>11.15-12.15</th> padding-top: 20px; <input type="text" id="fatherName" name="fatherName">
<th>12.15-1.15</th> text-align: center; </div>
<th>1.15-2.00</th> }
<th>2.00-3.00</th> <div class="form-row">
<th>3.00-4.00</th> form { <label for="motherName">Mother's Name:</label>
<th>4.00-5.00</th> width: 80%; <input type="text" id="motherName" name="motherName">
</tr> max-width: 600px; </div>
<tr align="center"> text-align: left;
<td>MON</td> } <div class="form-row">
<td>UNIX</td> <label for="religion">Religion:</label>
<td>DL</td> h2 { <select id="religion" name="religion">
<td>DS</td> text-align: center; <option value="">Select</option>
<td>Web</td> } <option value="Hindu">Hindu</option>
<td rowspan="7">Lunch Break</td> <option value="Muslim">Muslim</option>
<td>DMS</td> .separator { <option value="Christian">Christian</option>
<td>UNIX Lab TC</td> width: 80%; <option value="Sikh">Sikh</option>
<td>Library</td> border-bottom: 1px solid #ccc; <option value="Other">Other</option>
</tr> margin: 20px 0; </select>
<tr align="center"> } </div>
<td>TUE</td>
<td colspan="2">Ds lab(B1)UNIX Lab(B2)</td> .logo { <div class="form-row">
<td>DL</td> max-width: 200px; <label for="address">Permanent Address:</label>
<td>Web</td> margin-top: 10px; <textarea id="address" name="address" rows="4" cols="50"></textarea>
<td>UNIX</td> } </div>
<td>DMS</td>
<td>Library</td> .form-row { <div class="form-row">
</tr> display: flex; <label>Gender:</label>
<tr align="center"> align-items: center; <input type="radio" id="male" name="gender" value="male">
<td>WED</td> margin-bottom: 10px; <label for="male">Male</label>
<td colspan="2">Ds lab(B2)Web Lab(B1)</td> } <input type="radio" id="female" name="gender" value="female">
<td>UNIX</td> <label for="female">Female</label>
<td>DL</td> .form-row label { </div>
<td>Ds</td> width: 150px;
<td>Web Lab TC</td> text-align: right; <div class="form-row">
<td>DL TC</td> margin-right: 10px; <label>Hobbies:</label>
</tr> } <input type="checkbox" id="reading" name="hobbies" value="reading">
<tr align="center"> <label for="reading">Reading</label>
<td>THU</td> .form-row input, .form-row select, .form-row textarea { <input type="checkbox" id="writing" name="hobbies" value="writing">
<td colspan="2">UNIX Lab(B1)</td> flex-grow: 1; <label for="writing">Writing</label>
<td colspan="2" >Web Lab(B2)</td> } <input type="checkbox" id="traveling" name="hobbies" value="traveling">
<td>Ds</td> <label for="traveling">Traveling</label>
<td>UNIX TC</td> .form-row input[type="radio"], .form-row input[type="checkbox"] { <input type="checkbox" id="coding" name="hobbies" value="coding">
<td>DS TC</td> flex-grow: 0; <label for="coding">Coding</label>
width: auto; <input type="checkbox" id="sports" name="hobbies" value="sports">
</tr> margin-right: 5px; <label for="sports">Sports</label>
<tr align="center"> } <input type="checkbox" id="music" name="hobbies" value="music">
<td>FRI</td> <label for="music">Music</label>
<td>DS</td> .form-row label[for="male"], .form-row label[for="female"], . </div>
<td>Web</td> form-row label[for="reading"], .form-row label[for="writing"], .
<td>DL</td> form-row label[for="traveling"], .form-row label[for="coding"], <div class="form-row">
<td>DMS</td> .form-row label[for="sports"], .form-row label[for="music"] { <input type="submit" value="Submit">
<td>DS Lab TC</td> text-align: left; </div>
<td>Web TC</td> width: auto; </form>
<td>DMS TC</td> }
</tr> </body>
<tr align="center"> #religion { </html>
<td>SAT</td> width: 150px;
<td>Library</td> }
<td>UNIX</td> </style>
<td>Web</td> </head>
<td>DMS</td> <body>
</tr>
</table> <h1>DAYANANDA SAGAR COLLEGE OF ENGINEERING</h1>
</body> <img src="your-logo.png" alt="DSCE Logo" class="logo">
</html> <p>Masters of Computer Application (Autonomous)</p>
<p>Affiliated to VTU - Belagavi</p>

You might also like