Sei
Moderation Admin
|
|
|
#7
|
|
Accoring to the my research, the difference is:
Code
The [code] tag switches to a fixed-width (monospace) font and preserves all spacing.
Usage Example Usage
Code:
<script type="text">
blahblah
</script>
Example Output
Code:
<script type="text">
blahblah
</script>
HTML Code
The [html] tag allows you to perform syntax highlighting for HTML code.
Usage Example Usage
HTML Code:
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>
Example Output
HTML Code:
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>
Last edited by Sei; 11-13-2011 at 04:38 AM.
|
|
Posted 11-13-2011, 04:34 AM
|
|
|