if i create an html file using notepad, is it really necessary for me to change the encoding from ansi to utf-8 before saving the file?
Hello @church_craig
hope that everything going fine with you
it’s very important but some browser able to handle it even if you did not do that but it will make very unexpected behaviors if the browser failed so it highly recommended to save the file as utf-8
hope that help and have a nice day
Good feedback @justsomeone
@church_craig I think you will have a better time if you go with a fully-fledged code editor like VSCode or Atom — tey do things like this automatically, and have a number of useful features available for making writing code easier. Plus they are free, and not particularly complicated to use.
Thanks @chrisdavidmills