HTML Background Images
Images can be used in many different ways.They can be used to display information about the website,can be used as a Hyperlink to take the user to your website or can be used in the background.
HTML Image As Background
Images can be used by < img> tag.They can be used in the background for the entire page and then place elements like tables or text matter etc.
<body> <p>An image as a background. background="http://programmingbulls.com/logo.jpg"> <p> </body>
learn more about HTML images now.
Previous:HTML Radio Buttons Next:HTML Forms
