HTML/CSS/Form Tags/isindex

Материал из Web эксперт
Перейти к: навигация, поиск

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

   <source lang="html4strict">
   

<html> <head> <title>isindex element example</title> </head> <body>

   <isindex prompt="Please enter your name and surname . . . ">

</body> </html>


     </source>