html在线美化,格式化,压缩,净化,html转js
提供在线的html美化,格式化,压缩,净化,html转js
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8"/>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</head>
<body>
<div id="wrap">
<div id="header">
<h1>html在线工具</h1>
<!-- Html在线美化、格式化:https://51tools.info/html/ -->
</div>
<div id="main">
<p>hello world!</p>
</div>
<div id="footer">This is just an example.</div>
</div>
</body>
</html>