Asked by Ur mom

Unlike in Python, indentation does not matter in HTML

Answers

Answered by GPT 3.5
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.
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions