Jazzkat
2005-03-01 00:56:30 UTC
Hi Folks,
I am trying to learn HTML and when I try to execute the following code, the
code itself shows up and not the expected image. Please help me.
<HTML>
<BODY>
<FORM ACTION='/servlet/example/NameForm' METHOD='POST'>
<P> First name:
<INPUT TYPE='text' size='20' NAME='first'></P>
<P>Last name:
<INPUT TYPE='text' size='20' NAME='last'></P>
<INPUT TYPE='submit' VALUE='send'>
</FORM>
</BODY>
</HTML>
I am trying to learn HTML and when I try to execute the following code, the
code itself shows up and not the expected image. Please help me.
<HTML>
<BODY>
<FORM ACTION='/servlet/example/NameForm' METHOD='POST'>
<P> First name:
<INPUT TYPE='text' size='20' NAME='first'></P>
<P>Last name:
<INPUT TYPE='text' size='20' NAME='last'></P>
<INPUT TYPE='submit' VALUE='send'>
</FORM>
</BODY>
</HTML>