yomoyo
yomoyo copied to clipboard
[JS3] Шесть городов (простой). Ошибка уровней <h2> в исходной разметке 'markup'
Ссылка https://github.com/htmlacademy-react/794021-six-cities-simple-12/blob/master/markup/main.html https://github.com/htmlacademy-react/794021-six-cities-simple-12/blob/master/markup/property.html
Проблема, вопрос, предложение
Внутри разделов с заголовком <h2>
, их подзаголовки также размечены тегами <h2>
.
Примеры:
- В файле main.html, заголовок
<h2>
в секции «Places»: А внутри него подзаголовки также<h2>
:
- https://github.com/htmlacademy-react/794021-six-cities-simple-12/blob/4f892528ab5ecdf6b09296306a21e23e19499ee1/markup/main.html#L125
- https://github.com/htmlacademy-react/794021-six-cities-simple-12/blob/4f892528ab5ecdf6b09296306a21e23e19499ee1/markup/main.html#L151
- https://github.com/htmlacademy-react/794021-six-cities-simple-12/blob/4f892528ab5ecdf6b09296306a21e23e19499ee1/markup/main.html#L177
- https://github.com/htmlacademy-react/794021-six-cities-simple-12/blob/4f892528ab5ecdf6b09296306a21e23e19499ee1/markup/main.html#L206
- В файле property.html, заголовок
<h2>
в секции «Other places in the neighbourhood» А внутри него подзаголовки также<h2>
:
- https://github.com/htmlacademy-react/794021-six-cities-simple-12/blob/4f892528ab5ecdf6b09296306a21e23e19499ee1/markup/property.html#L257
- https://github.com/htmlacademy-react/794021-six-cities-simple-12/blob/4f892528ab5ecdf6b09296306a21e23e19499ee1/markup/property.html#L283
- https://github.com/htmlacademy-react/794021-six-cities-simple-12/blob/4f892528ab5ecdf6b09296306a21e23e19499ee1/markup/property.html#L312
Возможное решение
Исправить подзаголовки на теги <h3>
либо на <header>
.