GUVI
Back

Create a input field with a label "Enter the name"

Created 3 years ago
349 Views
2 Comments
Mouli
@Mouli
Mouli
@MouliProfile is locked. Login

Create a input field with a label "Enter the name"

My codes :-

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Static Template</title>

</head>

<body>

<form>

<lable for="qwe">Enter the name</lable>

<input id="qwe" type="text">

</form>

</body>

</html>

Suggest me a correct solution

Comments (2)
Please login to comment.
 
Powered by habitate.io Habitate