Home Html Image
Image
How to Insert Image on Html Page

To embed image in your html page you need to define <img> tag.
Image tag is empty tag means there is no closing tag for it. With img tag you have to put it’s attribute that is src means source from where you have to tale the image in short the url of the image.
Use the following Html code:

<img src=”images/flower.jpg”>

This will be the result:

Flower
 


Featured Articles

Adobe Illustrator
  Adobe IllustratorLearn drawing technique, text effect, 3D graphic & more refer Illustrator Tutorial.
Adobe Dreamweaver
Adobe Dreamweaver If you want to learn to design website learn through our Dreamweaver Tutorial.
CSS (Cascading Style Sheets)
Css Save your time for website designing and speed up your work by using CSS.