Indenting sections of code

Learn HTML: Tables, Exercise 9 has you enclose several rows in an existing table with a table body element. Doing this leaves those rows in the same line as the tbody. Is there a way to select the code and indent all together? Or do you have to go in line by line?

Indentation is manually applied in the lesson editor.

<table>
  <tbody>
    <tr>
      <td>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.