Can I add a link to heading?
html
Solution
(Almost) All elements may contain other elements. So the following is possible:
<h2><a href="/ingredients">Illness</a></h2>
Problem
Can I add a link to heading in HTML? Something like this ``` <h2 href="/ingredients">illness</h2> ``` Somehow it seems to work on simple text only.