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

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 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