IT is Fun

September 12, 2007

HTML Fieldset

Filed under: HTML — themamakcorner @ 6:28 am

Want to create something like this?

fieldset

Copy and paste the HTML codes below to a notepad and save it as “a.html”

<head>
<title>Tittle Bar</title>
</head>
<body>
<form>
<fieldset>
<legend>Tittle Between The Lines</legend>
<br />
<br />
<br />
<br />
<br />
</fieldset>
</form>
</body>
</html>

Blog at WordPress.com.