Search This Blog

HTML Legend Tag Example

HTML Legend Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Legend Tag Example </h2>
<form>
<fieldset>
<legend> Details </legend>
<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 Legend Tag Example

No comments:

Post a Comment