Did you check out the link Eric gave you?:
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
Switching to a modern Doctype, along with up to date character encoding might help.
All HTML 4 processors support UTF-8, and all HTML5 and XML processors support both UTF-8 and UTF-16.
One other consideration (for any website) is file size. You've got some huge images that are being resized by the browser, which means they're very slow to load – even on a fast connection. On a slow connection, viewers will see nothing, followed by 'slices' of the image loading in one at a time. For example, the Skoda Yeti pic:
2,145px × 1,627px (scaled to 460px × 300px)
That one image 'weighs' more than many entire websites (4 mb vs 1-2 mb avg.).
You should change that to the smaller size in an image editing program before upload.
Maybe consider a gallery type site with a lightbox to display your car photos?
https://www.callendales.com