HTML Image |
||||
40 views
HTML images are defined <img> tag. The <img> tag is empty, it contains attributes only and it has no closing tag. you need to use the src attribute. Src stands for “source”. The value of the src attribute is the URL of the image you want to display on your page. <img src=”url”> <img src=”banner.gif” width=”20%” height=”20%”> How to add a background image to an HTML page. <html> <p>this is image text.</p> </body> How to let an image float to the left or right of a paragraph. <html> <p> A paragraph with an image. this image in align tag.. <p> A paragraph with an image. this image in align tag.. </body> How to adjust images to different sizes. <html> <p> <p> <p> <p> </body> |
| « Lesson 3. Variables in javascript | HTML Background » |
| Posted on Thursday, June 19th, 2008 at 12:52 pm under HTML for Beginners | RSS 2.0 Feed | |