+ 1

So the link works, but it still returns “Syntax Error?”

<!DOCTYPE html> <html> <head> <title>My Blog</title> <link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet"> </head> <body> <!-- My Skills section start --> <div class="section"> <h1><span>My Skills</span></h1> <ul> <li>HTML</li> <li>CSS</li> <li>JavaScript</li> <li> <a href="https://m.youtube.com/">This is a link to Youtube</a> </li> </ul> </div> <!-- My Skills section end --> </body> </html>

28th Sep 2019, 1:26 AM
Kimi
1 ответ
+ 6
Are you sure this is the correct code? html shouldn't ever return a syntax error. The code works fine for me and there were no errors.
28th Sep 2019, 1:40 AM
Lord Krishna
Lord Krishna - avatar