0% found this document useful (0 votes)
43 views

Create A Webpage That Will Show 5 Pictures. Put A Description On Each Picture. Look For Pictures On Your Computers

The document provides instructions to create a webpage that displays 5 pictures with descriptions. It tells the user to look for pictures on their computer and provides basic HTML code with a heading and paragraph as a starting point for the webpage structure. The code can be built upon to add the desired pictures and descriptions.

Uploaded by

Marius Palafox
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Create A Webpage That Will Show 5 Pictures. Put A Description On Each Picture. Look For Pictures On Your Computers

The document provides instructions to create a webpage that displays 5 pictures with descriptions. It tells the user to look for pictures on their computer and provides basic HTML code with a heading and paragraph as a starting point for the webpage structure. The code can be built upon to add the desired pictures and descriptions.

Uploaded by

Marius Palafox
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Create a webpage that will show 5 pictures.

Put a
description on each picture.
Look for pictures on your computers.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

You might also like