You are on page 1of 22

QUESTION 1:

<!DOCTYPE html>

<html>

<head><title> name </title>

</head>

<center>

<Body>

<form>

<style>

.myDiv {border: 5px outset black;

background-color: green;

text-align: center;}

</style>

First name:<input type="text" value=""><br>

password: <input type="password" value=""><br>

gender: <input type="radio" Name="gender" value="Male"> Male

<input type="radio" Name="gender" value="female"> female <br>

hobies:<input type="checkbox" value="reading">reading <br>

<input type="checkbox" value="surfing"> surfing <br>

<input type="checkbox" value="listening to music"> listening to music <br>

<input type="submit" value="submit">

<input type="button" value="Click me"

</form>

</center>

</html>

</body>
QUESTION 2:

https://rmtg409.wixsite.com/my-site
QUESTION 3:

You might also like