Code Tags Printable Version
This page has been seen 42,342 times.
-
-
Last updated by on
-
Testing code tags in wiki articles:
Code:This is some code with a [b]tag[/b]
This is another line with a [nostate]tag[/nostate]
The final line
This is a PHP tag:
PHP Code:// php comment
if ($value == 1)
{
perform_function($value);
}
This is an HTML tag:
HTML Code:<>bold text<b>
<i>Div text<d>