Search This Blog

HTML Fieldset Tag Example

HTML Fieldset Tag Example :
<!doctype html>
<html>
<head><title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Fieldset Tag Example </h2>
<form>
<fieldset>
<lable> Enter a Name: </lable> <input type="text"/>
</br></br>
<lable> Enter a Password: </lable> <input type="password"/>
<br/><br/>
<input type="button" value=" Log In "/>
</fieldset>
</form>
</body>
</html>
OUTPUT
HTML Fieldset Tag Example

No comments:

Post a Comment