Unlike in Python, indentation does not matter in HTML

That's correct. In HTML (Hypertext Markup Language), indentation is not significant and does not affect the rendering or functionality of the page. The primary purpose of indentation in HTML is to improve readability and maintainability of the code. However, it is generally recommended to follow consistent indentation practices to make the code easier to understand for other developers.