What is a <input> tag?
Experience Level:
Junior
Tags:
HTML
Answer
<html>
<head>
<title>...</title>
</head>
<body>
<form>
<label for="fname">First name:</label>
<input type="text" name="name" id="fname"/>
</form>
</body>
</html>
Related HTML job interview questions
-
What is a <li> tag?
HTML Junior -
What is a <ul> tag?
HTML Junior -
What is a <label> tag?
HTML Junior -
What is a <p> tag?
HTML Junior -
What is a <span> tag?
HTML Junior