Sometimes these things require a second pair of eyes, but proper syntax and formatting is very important to get the desired output in web pages and apps. Pay attention to minor errors like spelling and typos, consider installing a “Spell-check” extension for your code editor, as well as other helpful “Linters” that check for coding errors:
Review lines line 31, 32, 33, 34, your local file paths are using the “\”character consider using “/” instead
Review line 46, include proper spacing between your html attributes
Sometimes these things require a second pair of eyes, but proper syntax and formatting is very important to get the desired output in web pages and apps. Pay attention to minor errors like spelling and typos, consider installing a “Spell-check” extension for your code editor, as well as other helpful “Linters” that check for coding errors:
Review lines line 31, 32, 33, 34, your local file paths are using the
“\”
character consider using“/”
insteadReview line 46, include proper spacing between your html attributes
Review line 244, include semicolons for html entities You can also check out this great list of html entities here https://dev.w3.org/html5/html-author/charref