HTML: Nucleotide Fun

From Pathology Education Instructional Resource
Revision as of 05:43, 24 October 2013 by Tikenn (talk | contribs) (Created page with " <html> <head> <title>Nucleotide Test</title> </head> <body> <h1>Please enter a nucleotide sequence (DNA or RNA)</h1> <form action = "nucleotide.php" meth...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<html>

 <head>
   <title>Nucleotide Test</title>
 </head>
 
 <body>

Please enter a nucleotide sequence (DNA or RNA)

   <form action = "nucleotide.php" method = "get">
     <input name = "seq" type = "text"></input>
     <input type = "submit" value = "submit"></input>
   </form>
 </body>

</html>