Switch to full style
HTML code examples
Post a reply

Usage of the legend tag

Fri Feb 17, 2012 8:20 pm

Following is an example about the usage of the legend tag.
Code:
<html>
<
head>
<
title>usage of the legend</title>
</
head>
<
body
       <
p>
           <
fieldset align="center">
               <
legend>Please enter your personal information:</legend>
               <
input type="text" name="Name" value="Name" size="60">
               <
br>
               <
input type="text" name="Age" value="Age" size="10">
               <
br>
               <
input type="text" name="Address" value="Address" size="60">
               <
br>
               <
input type="text" name="Email" value="Email" size="60">
           </
fieldset>
       </
p>
</
body>
</
html>
 




Post a reply
  Related Posts  to : Usage of the legend tag
 Usage of ins tag     -  
 usage of kbd tag     -  
 tt usage example     -  
 Usage of UL tag     -  
 Usage of sub tag     -  
 var tag usage     -  
 usage of ol tag     -  
 Usage of sup tag     -  
 dir tag usage     -  
 dd tag usage     -  

Topic Tags

HTML Inputs