7,540
edits
Changes
no edit summary
</pre>
{{warning|....text...}}
<pre>
{{note|..text...}}
</pre>
{{note|....text...}}
<pre>
{{tip|..text...}}
</pre>
{{tip|....text...}}
<code>
class ForDemo {
public static void main(String[] args){
for(int i=1; i<11; i++){
System.out.println("Count is: " + i);
}
}
}
</code>
= Text formatting =