I am making a HTML using notepad but do not know how to insert an image from my documents. I have the code I just don't know how to get the image from the document to put onto notepad.
Notepad is a text editor. You can not insert images into a plain text file. Since you're writing html code, you can use the <img></img> tags to point to where the image file is located so that the web server can load the image in the browser when it parses the html file.