Wednesday, May 15, 2019

51 three pics file paths different

The file is located and based in the .../Documents/My Web Sites/51 directory.
Where you will find a file called 51.html and the first image used as the background image.

Image 2 is in the 51/images folder.
Image 3 is in the My Web Pages folder 1 folder up.

The code:

<!doctype html>
<html lang="en">
<head>
<title>3 Images</title>
<style>
body { background-image: URL("images-5.jpg")}</style>
</head ><body>
<h1 style=" background-color: red;"> Image 2</h1>
<img src="image/Big_smile.png" alt="Big smile">
<h2 style=" background-color: red;">Image 3</h2>
<img src="../smiley face.jpg" alt="smiley face">
</body>

No comments:

Post a Comment