html
Sun Dec 31 2023 14:46:00 GMT+0000 (Coordinated Universal Time)
Saved by
@9258760001
<html>
<body>
<h1> this is a webside</h1>
<br>
user<input type="text">
<br>
password<input type="password">
<br>
name<input type="name">
<br>
father name<input type="name">
<br>
email<input type="email">
<br>
ph no<input type="number">
<br>
<input type="radio" id="male" value="male">
<input type="radio" id="female" value="female">
<br>
<input type="submit">
</body>
</html>
content_copyCOPY
Comments