

HTML kód, nelze psát diakritiku
Zdravím, potřebuji poradit, píšu web, začal jsme na základní šabloně, a text mi nechce zůstat s diakritikou. Tady je menší výňatek, zda mi někdo pomůžete, potřebuji nejlépe klasicky psát v UTF-8. Díky
<!DOCTYPE HTML>
<html>
<head>
<title>Kadeřnictví Vrbice | Domů</title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href='http://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/ jquery.min.js"></script>
<script src="js/responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 1
$("#slider1").responsiveSlides({
maxwidth: 1600,
speed: 600
});
});
</script>
</head>
<body>
<!---start-wrap---->
<!---start-header---->
<div class="header">
<div class="wrap">
<div class="logo">
<a href="index.html"><img src="images/logo.png" title="logo" /></a>
</div>
<div class="top-nav">
<ul>
<li class="active"><a href="index.html">Domů</a></li>
<li><a href="about.html">O Nás</a></li>
<li><a href="services.html">Slfgd</a></li>
<li><a href="gallery.html">Galerie</a></li>
<li><a href="contact.html">Kontakt</a></li>
</ul>
</div>
<div class="clear"> </div>
</div>
</div>
<!---End-header---->