You are on page 1of 1

<form action="mailto:shivaninaik070@gmail.

com">
<label for="">You Name: </label>
<input type="text" name="" value=""><br>
<label for="">Do you want to sign up to the email list? </label>
<input type="checkbox" name="" value=""><br>
<label for="">Password:</label>
<input type="password" name=""><br>
<input type="submit" name=""><!--Button-->
<input type="color" name="" value="">
<input type="file">
<input type="date">
<input type="button" name="Hello" id="Hel">
<input type="email">
<input type="image" src="">
<input type="month">
<input type="number">
<input type="radio">
<input type="range">
<input type="reset">
<input type="search">
<input type="time">
<input type="url">
<textarea name="name" cols="30" rows="10"></textarea>

</form>

You might also like