Code Monkey home page Code Monkey logo

basic-html-form's Introduction

basic-HTML-form

simple html form

<title>basic HTML form</title>

HTML Forms

Student Entry

New Student Entry:

	<tr>
		<td>Roll no.:</td>
		<td><input type="text" maxlength="15"></td>
	</tr>
	
	<tr>
		<td>IEN no.:</td>
		<td><input type="text" maxlength="30"></td>
	</tr>
	
	<tr>
		<td>Official college email-id:</td>
		<td><input type="text" maxlength="30"></td>
	</tr>
	
	<tr>
		<td>Contact no.:</td>
		<td><input type="text" maxlength="30"></td>
	</tr>
	
	<tr>
		<td>Year & Department:</td>
		<td>
			<input class="btn type="radio" name="year">First year
			<input class="btn type="radio" name="year">Second year
			<input class="btn type="radio" name="year">Third year<br>
			
			<input type="radio" name="dep">Computer
			<input type="radio" name="dep">Mechanical
			<input type="radio" name="dep">Civil
			<input type="radio" name="dep">Electrical
			<input type="radio" name="dep">Chemical
		</td>
	</tr>
	
	<tr>
		<td>Comment / Complaint box:</td>
		<td>
			<textarea name="comm" cols="50" rows="10">
			</textarea>
		</td>
	</tr>
	
	<tr>
		<td></td>
		<td>
			<input type="Submit" name="Submit" value="Submit">
			<input type="Reset" name="Reset" value="Reset">
		</td>
	</tr>
</table>
</form>
</td>
</tr>
</table>
Name:

basic-html-form's People

Contributors

razor300 avatar adityaaj18 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.