.....
The Web
MINDBLOWING WALLPAPER DOWNLOAD BOLLYWOOD HEARTTHROB FLOWER NATURE BIKE CARTOON












TOP 10 WEB HOSTING


BlueHost review

Hosting Rating #1

$6.95

$3.95

HostMonster review

Hosting Ranking #2

$6.95

$3.95

JustHost review

Host Rating #3

$6.95

$3.45

HostGator review

Hosting Ranking #4

$4.95

IXWebHostingreview

Hosting Rating #5

$3.95

Fatcow review

Host Ranking #6

$7.33

$3.67

GreenGeeks review

Hosting Rating #7

$4.95

Arvixe review

Hosting Ranking #8

$4.00

Yahoo Web Hosting

Host Rating #9

$7.46

1and1 hosting review

Hosting Ranking #10

$3.99










 

IMAGE


<img> : You can use this tag to insert an IMAGE in your web page. You use the src attribute of the
                      image tag to specify the location of the image file.


Example:

<html>
<body>

<h2>Bike</h2>
<img border="0" src="Honda.jpg" width="304" height="228" />

</body>
</html>
 

How the HTML code above looks in a browser:

Bike





Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The <img> tag is supported in all major browsers.

align : You can use the align attribute of the <img> tag to specify the location of the image.

Example:
                      
<html>
<body>

<h2>Bike</h2>
<img border="0" src="Honda.jpg" align="left" width="304" height="228" />

</body>
</html>

How the HTML code above looks in a browser:
Try it in your own.

background: You can use the background attribute of the <img> tag to insert an image in the
                                  background of the page.

Example:

<html>
<body background=""Honda.jpg">
<h2>Bike</h2>
</body>
</html>

How the HTML code above looks in a browser:
Try it in your own.

bgcolor:
You can use the bgcolor attribute of the <body> tag to change the background color of the docoment.

Example:

<html>
<body bgcolor="#E6E6FA">
<p><b>Tip:</b> To produce equal results in all browsers, always use hex code to specify colors.</p>
</body>
</html>

How the HTML code above looks in a browser:
Try it in your own.

Previous                                                                   Next








Today, there have been 1 visitors (11 hits) on this page!
This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free