Pre & Code

An example of PRE and CODE tag shortcode that you can use within any WordPress Page or Posts.

[code ] .highlight { background: #FFFF99; } [/code ]
<pre>
.highlight {
background: #FFFF99;
}
</pre>

Comments are closed.