HTML LEVEL 8 LESSON12
<!DOCTYPE html>
<html>
<head>
<title>
My Webpage Title
</title>
</head>
<body>
<form>
<input type="text" />
<input type="submit" value="Save"/>
</form>
</body>
</html>
Why is my code error? it's said Please add another input tag with type attribute as submit.