Answer the question
In order to leave comments, you need to log in
Some browsers do not render my page correctly. Why?
I am writing a page with css and js inserts, all inserts are external.
In order not to describe the problem for a long time and incomprehensibly, I took a photo:
Here is the code:
HTML:
<p class="one">Пример</p>
<p class="one">Почему мы:
<ul>
<li>Качество продукции для нас на первом месте.</li>
<li>Более сотни успешных подключений..</li>
</ul>
</p>
<p class="one">Звоните!</p>
p{
font-family: Helvetica, Arial, sans-serif;
}
Answer the question
In order to leave comments, you need to log in
Set file encoding to UTF-8 without BOM, in HTML in head set <meta charset="utf-8">
.
If it does not help, then force your server to give the header Content-Type: text/html; charset=utf-8
in any known way.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question