I\'m trying to refresh the same page but it isn\'t working. This is my HTML code:
HTML in 10 Simple Steps
You're using smart quotes. That is, instead of standard quotation marks ("
), you are using curly quotes (”
). This happens automatically with Microsoft Word and other word processors to make things look prettier, but it also mangles HTML. Make sure to code in a plain text editor, like Notepad or Notepad2.
HTML in 10 Simple Steps or Less