How do I add Meta Tags and other stuff to my website created in iWeb?

How do I format numbers in Java?

  
DecimalFormat numbFormat = new DecimalFormat("####.##");
numbFormat.format(129.123332);

Valid XHTML 1.0! Valid CSS!