Formatting

Revision as of 17:59, 8 September 2016 by Adam (talk | contribs)

Revision as of 17:59, 8 September 2016 by Adam (talk | contribs)


Boxes

{{warning|..text...}}
WarningIcon.png

Warning
....text...


{{note|..text...}}
ImportantIcon.png

Note
....text...


{{tip|..text...}}
TipIcon.png

Tip
....text...


class ForDemo {
    public static void main(String[] args){
         for(int i=1; i<11; i++){
              System.out.println("Count is: " + i);
         }
    }
}



Text formatting