You should use the minimal following template for your webpage
<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"/><metaname="viewport"content="width=device-width, initial-scale=1"><title> Your title </title></head><body>...</body></html>
- <meta charset="utf-8"> : Text encoding (prefer utf-8 to other)