How well will it be to use the <h1> header for the <ul> list. For example, like this:
<ul><h1>Заголовок</h1> <li>1</li> <li>2</li> <li>3</li> </ul> It works as it should, but in terms of syntax and logic, is it appropriate to use headings in this way?