Online Code Formatter


Online Source Code Formatter for All Languages

This is new tools made by Webslesson that change your any type of source code to beatiful and coloring HTML format style, so you can simply used into your blog posts, emails or even websites also.
You have to do simply copy your source code to source code textarea element and select the language of your source code select language element and click on Generate code button. After clicking on button, in below button textarea field you formatted source code code, so you have to simply code that code and you can use this code into your blog post, email and website also.
If you want to get the output of your source code then below you can also see the output of your source code also. So Just enjoy this tools and share with other also.




Source Code


Select Language



Formatted Code Copy and Paste into your Blog Post, Email or Website

Formatted Code Output



 <!DOCTYPE html>
 <html>
  <head>
   <meta charset="utf-8" />
   <title>HTML5 basic skeleton</title>
   <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
   <!--[if lt IE 9]>
   <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
   <style type="text/css">
    header, section, footer, aside, nav, article, figure, audio, video, canvas  { display:block; }
   </style>
  </head>
  <body>
   <div id="wrapper">
    <header>
     Header
    </header>
    <nav>
     Nav
    </nav>
    <section id="content">
     <article>
      Article
     </article>
    </section>
    <aside>
     Sidebar
    </aside>
    <footer>
     Footer
    </footer>
   </div>
  </body>
 </html>