Mam pytanie, czy kod poniżej jest dobry i czy można go jakoś... zoptymalizować ?
<html> <head> </head> <body class="q_body"> <div align="center"> <table style="border-collapse: collapse" border="0" width="570"> <tr> <td width="570" height="366" align="center"> <form name="form1" method="post" action="check_d_all_.php?value=1"> <label> <br> Twoje hasło <input type="password" name="pass"> <br><br> <input type="submit" name="check" value="Sprawdź"> </label> </form> </td> </tr> </table> </div> </body>'; </html>