How To Put Pictures In Html
RegisterLogin
How To Put Pictures In Html
Post Description: We Will Show You How To Put Pictures In Html In This Short Easy To Follow Tutorial
Tags: How, To, Put, Pictures, In, Html
This Post Was Posted On Nov 19, 2009 By Webune Tutorials #2778
Post Description: We Will Show You How To Put Pictures In Html In This Short Easy To Follow Tutorial
Tags: How, To, Put, Pictures, In, Html
This Post Was Posted On Nov 19, 2009 By Webune Tutorials #2778
How To Put Pictures In Html by Webune Tutorials
Welcome to Webune Support Forums
Today we are going to teach you how you can put pictures or images in your html web pages.
its very easy. putting pictures or images or photos in html.
example:

ok, as you can see, the picture above is the Webune Logo
this is the code we used to put that picture on this tutorial:

a simple explanation of things:
src="" - src stands for source. this is the url where the picture can be found
atl="" - alt is the text that shows up to describe the image
border="0" - we use border as 0 because we dont want the browser to put a border on our image, if you dont put this element, then some browser will put a border on your picture automatically
ok, now we are going to show you how you can put pictures in html, but in the background using css
example:
this box has an image of the webune logo
this is the html code we used to make the above example:
<div style="background-image: url(http://www.webune.com/images/headers/default_logo.jpg);height:300px; width:400px">this box has an image of the webune logo</div>
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
bob
#4957 1
this didn't help
Mar 30, 2011 Reply Report abuse
©2011 Webune Forums - Sun Dec 18, 2011 3:35 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3