What is the URL where the issue is happening
https://roadmap.sh/html
What browsers are you seeing the problem on?
Chrome
Describe the Bug
There is a bug with most of the article suggestion links in the HTML Roadmap. It most likely occurs because HTML tags in article titles are not escaped.
When HTML tags are used in an anchor's title, they are rendered as actual HTML instead of plain text, which leads to unexpected results. As a result, some article titles are not displayed at all:
Output from browser console (if any)
No console errors, the bug is clearly visible on the page
Participation
What is the URL where the issue is happening
https://roadmap.sh/html
What browsers are you seeing the problem on?
Chrome
Describe the Bug
There is a bug with most of the article suggestion links in the HTML Roadmap. It most likely occurs because HTML tags in article titles are not escaped.
When HTML tags are used in an anchor's title, they are rendered as actual HTML instead of plain text, which leads to unexpected results. As a result, some article titles are not displayed at all:
Output from browser console (if any)
No console errors, the bug is clearly visible on the page
Participation