Нужно сделать заголовок внутри div,использую вот такой код <div class="content"> <h>ляля</h> <p>ага</p> </div> Валидатор говорит, что нельзя использовать заголовок внутри div. Error: Element h not allowed as child of element div in this context. (Suppressing further errors from this subtree.) Как выйти из ситуации ?
<div class="content">
<h>ляля</h>
<p>ага</p>
</div>
Валидатор говорит, что нельзя использовать заголовок внутри div.
Error: Element h not allowed as child of element div in this context. (Suppressing further errors from this subtree.)
Как выйти из ситуации ?