HTML Old School

Croatian Letters

Browsers can't recognize croatian letters automatically.

That's why it is good to write one of the following tags into HTML <head></head> tag.

 

<meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> or
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> or
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

 

 See example: 0130croatian_letters.html