方法:よく読んで作業するのは非常に困難であるごちゃ混ぜにhtmlコードに改行を追加するには、私はすべてのようなマッシュアップなHTMLコードを持って
<html><head> <script type="text/javascript"> window.onload = runJcript('fixads()');</script> <link rel="stylesheet" href="http://wik253.googlecode.com/files/jquery.ui.all.css" type="text/css"> <link rel="stylesheet" href="http://wik253.googlecode.com/files/main5.css" type="text/css"> </head><body></body>
を、適切な形式にそれを持参する方法はありますlike:
<html>
<head>
<script type="text/javascript"> window.onload = runJcript('fixads()');
</script>
<link rel="stylesheet" href="http://wik253.googlecode.com/files/jquery.ui.all.css" type="text/css">
<link rel="stylesheet" href="http://wik253.googlecode.com/files/main5.css" type="text/css"> </head>
<body>
</body>
</html>
だから、より読みやすく、実行可能です。 私はこれを手助けできるツールかオンラインスクリプトですか?
おかげで、 Praney
Aptana Studioの 'CTRL + SHIFT + F 'のようなIDEを手に入れてください – Joseph
すばらしいGoogle for HTMLフォーマッタがすべてです。 –
@Josephありがとうございます。 – praneybehl