html - Is it a bad practice to have nested forms? -


possible duplicate:
can nest html forms?

is bad practice have this?:

<form method="post">  <form method="post"> </form>  </form> 

yes. so. , won't work properly. restructure page make sure doesn't have nested..


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -