Today we will learn to create a simple input box using html.

today we will create a simple input box using html so lets start.

<html>
<head>
<title>wellcome</title>
</head>
<body>
<p>type your email:-<input></input></p>
</body>
</html>

output:-


Comments