I’m doing my technical documentation project and chose to explain HTML, but I want to have nested code when I show code. When I looked up how to indent online, people said the best way is to make a bunch of divs and add a margin-left to them in order to show indentation. I’ve done this so far, but it’s just a lot of code, kinda messy to me.
Is there an HTML symbol for indentation, like there is for an opening bracket (<) and a closing bracket (>)?