Multilingual HTML

Unicode UTF-8
Web HostsMultilingual Web DesignMake Money
International Characters in HTML

To include international characters in HTML, use the template below
then save the file as UTF-8, the most general Unicode encoding.

HTML editors usually give a choice of encodings (often found under File - Save As - Options).

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<meta name="language" content=" YOUR LANGUAGE HERE ">
		<title></title>
	</head>
	<body">

	<!-- YOUR HTML HERE -->

	</body>
</html>

Links page

Privacy & Cookie Policy
Your information will never be released to any other party without your consent.
Cookies may be used on this site to customise content & enhance your visit.
Your personal information is not recorded in cookies on this site.
You cannot be identified through cookies used on this site.

Advertising sponsors on this site may gather information about your visit such as your IP address and browser type through the use of cookies or web beacons.
You can prevent this information being gathered by disabling JavaScript and cookies in your browser however your browsing experience may suffer.

Legal
Advertisements and recommendations are presented only in the capacity of referrals for services promoted on this site.
Any dispute resulting from applying for or using such services must be taken up with the vendor.

Page topic: Multilingual HTML