P
P
pandaa2019-12-22 08:07:18
HTML
pandaa, 2019-12-22 08:07:18

How to automatically bring the code from one line into a readable form?

From

<form> <div> <div></div> <div> <div> <img> </div> <div> <input> </div> </div> </div> </form>

AT
<form>
  <div>
    <div></div>
    <div>
      <div>
        <img>
      </div>
      <div>
        <input>
      </div>
    </div>
  </div>
</form>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2019-12-22
@pandaa

Choose:
code formatter for Sublime Text 2 and 3 plugin via...
or
https://www.npmjs.com/package/html-beautify-webpac...
or
https://htmlformatter.com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question