Good. I'm doing a project, and I have several accents in my text. I already joined:
<meta charset="utf-8"/>
in my code and still did nothing and I do not understand why ... Any help ??
It's not enough just to set the charset. Your .html (or any other extension) file must be encoded as UTF-8. Open it in a code editor (like notepad ++, phpstorm, netbeans ...) and check its "encoding".
Maybe your file is ANSI, just convert to UTF-8.
There is a great article on the net about this: #