I am trying to get familiar with html codes by getting to different websites through an html code. Right now, I am putting the following code into my notepad (.html document): <html> <Form Method=post ACTION="http://www.crazymonkeygames.com"> <INPUT type="text" STYLE="color: #FFFFFF; font-family: verdana; font-weight: bold; font-size: 12px; background-color: #72A4D2; size="10" maxlength="30"> <INPUT type="submit" VALUE="Submit"> </FORM> </html> when I then try and use this code, it works but not all the page loads. Pictures and videos are unable to be viewed, and the page doesn't work like it normally would. What can I do to correct this?