answersLogoWhite

0

To add an image to a HTML document you use the <img> tag.

Example: <img src="html5.png" alt="HTML5 Icon" width="200" height="200">

You can also specify the image dimensions using inline styles.

Example: <img src="html5.png" alt="HTML5 Icon" style="width:200px;height:200px;">

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

How will you add image in HTML and servlet?

&lt;img src="image Path"&gt;


How do you add a photo to a website?

If you want the HTML code use: &lt;img src="location of image"&gt; If you're looking for images to use on your website visit http://www.SmileLikeUMeanIt.com/stock.HTML


How do you use HTML to make a website?

HTML is the bottom most part of a website, it is the blue prints to the entire website, every little box, letter and image you see on a website is all put there by HTML.


How do you upload an image in HTML code?

First add image (.jpg, .png, .gif) into 'images' folder in main root of the site. In HTML code add &lt;img alt="word or phrase describing image" height="162" src="path where image is coming from images/img.gif" width="917" /&gt;


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.


What is the term for a picture or graphic that contains a link?

In HTML speaking it is called mapped image, you have image mapped that have link. The HTML tag for this is : &lt;map name="..."&gt;&lt;/map&gt; and to apply it on a image you add the attribute usemap="#mapName"


How do you add a template to your HTML website in Notepad plus plus?

You can add a template to your HTML website in Notepad plus plus by adding a zen coding plugin in the notepad plus plus.


How do you add a music player to your website?

Go to w3schools.com Its a website with tuorials to HTML codes.


Where to place an HTML code on own website?

HTML makes the website, so it is right throughout the page. Effectively your website is built by HTML and then you add the actual content you want. You can't have a page without it.


How do you insert image using aspnet?

You can add an image object using the asp:Image tag, or just use the html img tag.


How do you add a Picture in a Website?

Very simply add in this to your HTML document: (border="0 is optional)


How do you add transformice to your website?

With the HTML code (Which I don't know O.O)