HTML Indentation

Example showing proper HTML indentation.

Preview

Code


<div>
  <h2>Title</h2>
  <p>Paragraph text</p>
</div>

More HTML Style Guide Examples (3)