What does the value of HTML Tidy Config mean to place each tag on a new line?

im trying html to clean my document

im 'currently getting code like this though

<div class="ImageContainer"> <img width="740.953125" height="561" src="pages/channels_home.png" usemap="#map_channels_home" /> </div><map name="map_channels_home" id="map_channels_home"> </map> 

Is there a configuration value to enable this? I looked here: http://tidy.sourceforge.net/docs/quickref.html but not sure what configuration value

+4
source share
1 answer

I would recommend displaying it, as shown on firebug, with the footer of the head ... next to the left margin and going to the right rule when you are developing within each div / span ... It doesn't matter, it could be nice if you need to change / change your script. If you look at the google script, each thing will be on the same line (maybe browser speed). Firebug is a browser plugin if you're interested.

0
source

Source: https://habr.com/ru/post/1334883/


All Articles