Difference between revisions of "HTML: Nucleotide Fun"

From Pathology Education Instructional Resource
Jump to: navigation, search
(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...")
 
Line 13: Line 13:
 
   </body>
 
   </body>
 
</html>
 
</html>
 +
 +
{{This Is Your Brain On Informatics}}

Revision as of 05:43, 24 October 2013

<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>