Toggle navigation
Genres
Frontend (2)
JavaScript (6)
Database (2)
Linux Server (3)
Web Apps (4)
Misc (4)
Search
List
New Tutorials
Last Modified Tutorials
</>
Code examples
code
smiko
frontend
html
examples
forms_bak
00obrazac.html
00obrazac.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <title>HTML obrasci -primjer</title> </head> <body> <form action="./get.htm" method="GET"> ime: <input type="Text" name="ime"> <br><input type="Submit" value="Potvrdi"> <input type="Reset"> </form> </body> </html>
Reload page
Preview
W3C validation
Edit Code