'isindex' creates a text input field between two 'hr' elements : isindex « Form « HTML / CSS






'isindex' creates a text input field between two 'hr' elements

    
<html>
<head>
<title>isindex element example</title>
</head>
<body>
    <isindex prompt="Please enter your name and surname . . . ">
</body>
</html>
    
      
      








Related examples in the same category