Suppose to be I have below few HTML line code in formated with help of vs code extension
<a class='logo-img' expr:href='data:blog.homepageUrl.canonical'>
<img expr:alt='data:blog.title.escaped' expr:height='data:height' expr:src='data:image'
expr:title='data:blog.title.escaped' expr:width='data:width' />
<b:if cond='data:view.isMultipleItems'>
<b:if cond='data:widget.sectionId == "main-logo"'>
<h1 id='h1-off'>
<data:title />
</h1>
</b:if>
</b:if>
</a>
<b:includable id='emailPostIcon'>
<b:comment>Replaced</b:comment>
</b:includable>
<b:includable id='facebookShare'>
<b:comment>Replaced</b:comment>
</b:includable>
<b:includable id='footerBylines'>
<b:comment>Replaced</b:comment>
</b:includable>
<b:includable id='googlePlusShare'>
<b:comment>Replaced</b:comment>
</b:includable>
<b:includable id='headerByline'>
<b:comment>Replaced</b:comment>
</b:includable>
<b:includable id='linkShare'>
<b:comment>Replaced</b:comment>
</b:includable>
<b:includable id='otherSharingButton'>
<b:comment>Replaced</b:comment>
</b:includable>
like this, I have too much code in Visual Studio code app, Is there any online, offline tool available by which I can format my all HTML line like below
<a class='logo-img' expr:href='data:blog.homepageUrl.canonical'>
<img expr:alt='data:blog.title.escaped' expr:height='data:height' expr:src='data:image' expr:title='data:blog.title.escaped' expr:width='data:width'/>
<b:if cond='data:view.isMultipleItems'><b:if cond='data:widget.sectionId == "main-logo"'><h1 id='h1-off'><data:title/></h1></b:if></b:if>
</a>
<b:includable id='emailPostIcon'><b:comment>Replaced</b:comment></b:includable>
<b:includable id='facebookShare'><b:comment>Replaced</b:comment></b:includable>
<b:includable id='footerBylines'><b:comment>Replaced</b:comment></b:includable>
<b:includable id='googlePlusShare'><b:comment>Replaced</b:comment></b:includable>
<b:includable id='headerByline'><b:comment>Replaced</b:comment></b:includable>
<b:includable id='linkShare'><b:comment>Replaced</b:comment></b:includable>