Picture not Displaying
I have been working on an HTML file, and everything was fine with my pictures that were inserted. I opened a CSS file to begin that chapter and now my pictures will not display when I open the web page. The bottom </body and </html> tags are both red as well. Below is the only part of the code that was edited since I opened the css file. Any help would be appreciated! <!DOCTYPE html> <html> <head> <title> Terry Math </title> <link rel="stylesheet" href="TerryMath.css"> </head> <body align="center"> <div style="background-color:darkgrey; padding:10px"> <h1> <b><span>Terry Math</span></b> </h1> <p> Hello, and welcome to the <big>Terry High School</big> Algebra I web page! </p> <p align="center"> <img src="TerryLogo.jpeg" style="border:solid 3px maroon"> </p> <p align="center"> For more help with completing the square, visit <a href="https://www.khanacademy.org/"target="top"> Khan Academy</a>! </p>