Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: HTML  |  size: 0.54 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Free Pascal IDE on PHP</title>
  6. </head>
  7.  
  8. <body>
  9. <form name="text" action="главная.html">
  10.   <textarea name="textarea" rows="20" cols="100"></textarea/>
  11. </form>
  12. <form name="button" action="главная.html">
  13.   <input type="submit" name="compile" value="Compile">
  14. </form>
  15. </body>
  16. </html>