<!DOCTYPE html> <HTML> <head> <title> Love Dogs Post </title> <center> <h1> <strong> Love Dogs Post </strong> <h1> </center> </head> <body> <p> <h4> Welcome to Love Dogs Post! Follow these steps to get started! </h4> <ol> <li> Submit a picture of your dog and a caption in the form below. </li> <li> Let Love Dogs Post process your post. </li> <li> View your post in the feed! </li> </ol> </p> <form> <label for= "Upload Picture"> Upload Picture </label> <input type="file" name="myimage" id="Upload Picture"> <br> <br> <label for="Caption"> Caption </label> <input type= "textarea" name= "caption" id= "caption"> <input type="submit" name="submit"> </form> <p> <h2> Feed </h2> <img src="./img/Norman.png" alt="Norman" width= "400px" height="300px"/> <br> <text> Norman is soaking up the sun! </text> </p> </body> </HTML> </!DOCTYPE html>