Update Sep 24, 2016
What is?
This is an HTML
(JavaScript
controller with clickable CSS
styled HTML
element interface) tool to convert all* HTML
tag that has uppercase letter to lowercase. This will not change the original horizontal indentations and vertical spaces.
DOCTYPE
HTML
comments- The attributes within the tag (style, value, name, href, src, etc...)
The meta
viewport tag dilly will be lowercase-ed, since I had problem with mixed letter case on Firefox mobile back then a while ago somewhen. Just in case.
How to Use
- Paste your
HTML
code onto the input box. If it hasHTML
tag, "LOWERCASE IT!" button will beenabled
. - Click the "LOWERCASE IT!" button ► you'll get the lowercase-ed output plus there's a monitor to see which one is replaced.
- Click the output string once it's processed to select all. Right click to copy and all.
- To revert back, click "RESTORE".
Why?
So that you'll have uniform letter case of some sort. Hm.
How come?
Actually, it's case insensitive on most browsers nowadays (html, head, meta, body,.., if we use same opening and closing letter case), so it's not 100% necessary. What an unrelated answer that is.
Which?
Uhh...
HTLCER is a local / client / browser application. It sends nothing to anywhere.
That's about that. Merry beary explanatory.
Update Sep 24, 2016
Updated the filter. I forgot to test it with this pattern below.
<DIV id="ratataT" class="SomeWheERE OUThtere">Div Content</DiV>
<div id="ratataT" class="SomeWheERE OUThtere">Div Content</div>