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
thanks.html
thanks.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Thanks!</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> </head> <body bgcolor="purple" text="lime"> <div align="center"><h2>Thanks for your order !!!</h2></div> <p>Inserted data will be processed very soon.</p> </form> </body> </html>
Reload page
Preview
W3C validation
Edit Code