You are on page 1of 3

</head>

<body
script>
function show_value(x)

document.getElementById("demo").innerHTML="Rs. "+X;

</script
<form>
<figure id="forever_image"
<img id="image1" src=" forever.jpg "
height="80" width="200" alt="bg_image">an Event Management company
</figure>
<table>
<!--fill code here-->
caption id="table_caption" Vendor Registration Forms/caption>
<tr
<td>Company name</td>
<td><input id="cname" type="text" required></td>
</tr>
<tr>
td>Type</td>
<td>xinput type="radio" id="corporation" name="ctype">
<label>Corporation</label>
<input type="radio" id="partnership" name="ctype"
<label>Partnership</label>
<input type="radio" id="individual" name="ctype">
<label>Individual</label>
<input type="radio" id="others" name="ctype">
<label>0thers</label>
<label>0thers</label>
</td>
</tr>
<tr>
<td>Phone Number</td
<td><input id="phno"type-"tel" pattern=" [7-9]{1}[0-9]{9}" required>K/td>
</tr>
<tr>
td>Email ID</td>
<td><input id="email" type="email" required>K/td>
</tr>
<tr>
<td>Location</td>
<td><textarea id="address"rows="4 cols="50" required></textarea></td>
</tr>
<tr
<td>Website Address</td>
<td><input id="link" type="url" required></td
/tr>
<tr>
TIN No</td 4000
I
<td
<td><input id="tin" type="number" required></td>
</tr>
<tr>
<td>TIN No Expiry Date</td>
td>input id="expiry" type="date" required></td>
</tr>
<tr>
td>Average Project Cost</td>
</tr>
<tr>
<tdWebsite Address</td>
td>input id="link" type="url" required></td>
</tr>
<tr>
<td>TIN No</td>
<td><input id="tin" type="number" required></td>
</tr>
<tr>
Ktd TIN No Expiry Date</td>
<td><input id="expiry" type="date" required></td>
</tr>
<tr>
Project Cost</td>
<td>Average
<td><input id="cost" type="range" min="25000" max="s00000" step="1000" onchange="show_value(this . value)" required></td>
</tr>
<tr>
<td>Upload Images of Licence, PAN & Facades/td>
std>input id="profile" type="file" multiple required></td>
</tr>
</table><br/>
<div id="foot">
!--fill code here-->
<input id="submit" type="submit" value="REGISTER" formaction="No"
<input id="reset" type="reset" value="CLEAR" formaction="No">
</div>
</form>
</body https://accenturelearming.te
s/html

You might also like