answersLogoWhite

0

In HTML:

<img src="path/to/image.jpg" alt="Desc. of the Image">

In XHTML:

<img src="path/to/image.jpg" alt="Desc. of the Image" />

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is coding in HTML?

HTML is a Markup Language.


Where could one find a tutorial for inserting an image using HTML?

One can find a tutorial for inserting an image using HTML on a variety of online sources. Such sources include PageTutor, HTML, MyHTMLTutorials, and TheSiteWizard.


What is the correct HTML for inserting a background image?

< body background = " background.gif">


What is the coding language used to create webpages called?

HTML


How do tags appear HTML sources?

HTML source code shows the tags that are formed. It is because it is a markup language and all the coding is in tags.


Can you start a website if you don't know HTML?

You can code a website in a different coding language, for example PHP or JSP. However it's advised you learn HTML first as it's the easiest and is needed in many other coding languages too. If you find HTML too difficult then there's no way you'd be able to grip PHP or any other advanced coding language.


What operating system uses HTML?

No operating system uses HTML, HTML is only a language for web browsers to display webpages, without a web browser it is useless. HTML coding cannot handle the complex tasks required of an operating system.


Is CSS coding the same thing as HTML coding?

No it is not


What is HTML mode?

HTML is basicly website coding


How do you put an image on a website what is the code?

The image must be uploaded beforehand. A free host such as imageshack.org or photobucket.com will usually do.


Definition of static HTML?

HTML by its very nature is static. If you desire to have a dynamic site, that requires a coding language like PHP, ASP, or other dynamic language. These dynamic languages typically also use HTML to create the structure for a web page.


What is HTML and DHTML?

HTML stands for HyperText Markup Language. DHTML stand for dynamic HyperText Markup Language, however DHTML is not an actual coding language. While both of them used to build web sites, DHTML is typically used to mean the combination of HTML, CSS, JavaScript, and DOM.