Guest User

Untitled

a guest
Oct 27th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.39 KB | None | 0 0
  1. <html>
  2. <head>
  3.  <title>myform</title>
  4. </head>
  5. <body>
  6.     <form action="main.php" method="post">
  7.          <p>
  8.             <textarea name="mes" cols="50" rows="5" class="lnews_data"></textarea>
  9.           </p>      
  10.           <p>
  11.              <label>
  12.              <input type="submit" name="submit" id="submit" value="отправить">
  13.             </label>
  14.           </p>
  15.     </form>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment