Click here to Skip to main content
15,896,477 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
how to make an image using html?any code or method to do is helpful for me.
Posted
Updated 22-Mar-13 2:52am
v2
Comments
ZurdoDev 22-Mar-13 8:45am    
How do you mean?
[no name] 22-Mar-13 8:54am    
Just adding a tag does not help you have to actually tell us what it is that you mean by making an image in HTML. What exactly are you trying to do?
karthik bandaru 22-Mar-13 9:02am    
i have to create an image ( for example "man")using html

1 solution

It depends what do you mean by "make" and "image". You cannot make a bitmap, and a great number of other things, you can only use an already created image.

However, you can create some vector graphics using HTML3 Canvas element:
http://en.wikipedia.org/wiki/Canvas_element[^],
http://www.w3schools.com/html/html5_canvas.asp[^],
http://www.html5canvastutorials.com/[^].

In fact, JavaScript is also involved, which can be considered as a part of your HTML.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900