Hello,
Can someone please help me with this error I am receiving when trying to upload my HTML website. I am getting an error SyntaxError: Unexpected token in JSON at position 52. Is something wrong in my code? Here is my code
Code:<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>test</title> <script src="modernizr-1.5.js"></script> <link href="site.css" rel="stylesheet /> </head> <body> <header> <img src="logo.gif" alt="test" /> </header> <section> <h1>test</h1> <p>This is a basic HTML page test. </p> <h2>Family</h2> <ul> <li>test</li> <li>test</li> <li>test</li> </ul> <h2>FAQs</h2> <ul> <li>test</li> <li>test</li> <li>test</li> <li>test</li> </ul> <p>Here is a photo from 3 years ago (Freshman in College) </p> </section> <figure> <img src="logo.gif" alt="test" /> </figure> <footer> Test </footer> </body> </html>

LinkBack URL
About LinkBacks
