Search This Blog

HTML Form Tag With Attributes Example

HTML Form Tag With Attributes Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Form Tag With Attributes Example </h2>
<form action="URL" method="GET/POST">
<lable> Enter a Name: </lable> <input type="text"/>
</br></br>
<lable> Enter a Password: </lable> <input type="password"/>
</form>
</body>
</html>
OUTPUT
HTML Form Tag With Attributes Example

No comments:

Post a Comment