Answer the question
In order to leave comments, you need to log in
Which of the markup options is correct?
Hello!
Which of the two menu layout options is the only correct one?
div id="menu">
<nav itemscope itemtype="http://schema.org/SiteNavigationElement">
<a href="главная.php" itemprop="url"><span itemprop="name">Главная</span></a>
<a href="продукция.php" itemprop="url"><span itemprop="name">Продукция</span></a>
<a href="покупателям.php" itemprop="url"><span itemprop="name">Покупателям</span></a>
</nav>
</div>
<div id="menu">
<nav itemscope itemtype="http://schema.org/SiteNavigationElement">
<a href="главная.php" itemprop="url name">Главная</a>
<a href="продукция.php" itemprop="url name">Продукция</a>
<a href="покупателям.php" itemprop="url name">Покупателям</a>
</nav>
</div>
href
specify the full address of the site in the attribute: http://site.ru/главная.php
? Answer the question
In order to leave comments, you need to log in
And is it necessary to specify the full address of the site in the href attribute?
Which of the two menu layout options is the only correct one?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question