Develop static pages(sin only HTML) of an online book store. The pages should resemble www.amazon.com. The website should consist the following pages.

d. user profile

<html>

<head>

<title>

user profile</title>

</head>

<body bgcolor="cyan"><center>

<strong><h1>WELCOME TO AMAZON ONLINE BOOK STORE</h1></strong></center>

Edit your profile here

<form method="post" action="catalog.html"

<right>

<table align ="left">

<tr>

<td><h4>Edit User name</td>

<td><input type="text"></td>

<tr>

<tr>

<td><h4>Edit password</td>

<td><input type="password"></td>

</tr>

<tr>

<tr>

<option>

<td><h4>male &ndsp;&nbsp;

<input type="radio" name="sex" id="male"></td>

<td><h4>female &nbsp;&ndsp;

<input type="radio" name="sex" id="female"></td>

</option>

</tr>

<tr>

<td>Edit Address</td>

<td><textarea name="Address" rows=5 cols=19

</textarea>

</td>

<tr>

<td>

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

</tr>

</form>

</body>

</html>

OUTPUT: