answersLogoWhite

0

How do you insert pictures on Notepad using HTML?

Updated: 8/20/2019
User Avatar

Wiki User

9y ago

Best Answer

Notepad itself cannot show pictures. It can only deal with text. You can type the HTML code to show images by using Notepad, but the images will only be seen when you open the file in a browser. To do a typical line of code for showing an image, you would do this:

<img src="myimage.jpg" />

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you insert pictures on Notepad using HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you insert a HTML into your website?

You need to create your complete website with HTML. Right and open it with notepad to view the HTML code.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


How do you use notepad to make a webpage?

Using HTML Codes


How do you insert a web file in Notepad?

If you are talking about a Htm or html file, its as simple as: FILE&gt;OPEN&gt;DOCUMENT.HTM


Notepad won't let me save my HTML document?

See if you have access rights to save documents to the PC. There is no specific restriction with respect to HTML documents and saving them using notepad.


How do you view HTML on a PC?

To view the source code of an HTML document, open it using Notepad or a similar text processor (Notepad is best for HTML editing). To view the HTML document as it would look on the Internet, open it with any web browser.


How do you put a picture in a website using HTML codes?

Open notepad or whatever you write HTML with. Place the image you want in the same folder your HTML document is in. In your HTML document editor (Notepad) write the following- &lt;img src=your images name.jpg&gt; (or .GIF or . PNG whatever type of image you are using)


How do you working in HTML?

You can work on HTML in Notepad or Notepad++. These are text editors which understand HTML.


What is the software needed to read HTML?

A browser reads HTML and displays it as a web page. You can read and edit HTML using a simple program like Windows Notepad.


How do you insert a picture from netbeans 6.5?

By using the html code we can able to insert the imagein netbeans.


Can you edit a HTML File using Notepad?

You can use notepad to open the source code file again. Open the folder it is in. Right click on it and pick Open With and choose Notepad. If you are using Internet Explorer, you can go to the View menu and pick View Source and it will open it in Notepad. When you make your changes, save the notepad document. Don't close it in case you want to make further changes. Return to the browser and refresh the page and the changes will be updated


How do you save HTML text pages?

with a .html extension.....If your have made a page using just notepad ect just save as normal but make sure it has the .html or .htm extensionfor examplemywebpage.htmlormywebpage.htmif using proper webpage building software it will do it for you