Answer the question
In order to leave comments, you need to log in
How to semantically correctly put the address tag and copyright inside the footer?
<footer>
<address>
<h1>Контакты</h1>
<ul>...</ul>
</address>
<WHAT_A_TAG?>
<p>© Вася Пупкин</p>
<p>И ещё чьи-то права</p>
</WHAT_A_TAG?>
</footer>
<WHAT_A_TAG?>
div? section? ..?
Answer the question
In order to leave comments, you need to log in
<section>
<footer>
<address>
<h1>Контакты</h1>
<ul>...</ul>
</address>
<p>© Вася Пупкин</p>
<p>И ещё чьи-то права</p>
</footer>
</section>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question