How do I stylize codes?

1

How do I style a code? For example:
I posted this code on my blog:

<?= "Olá :D"; ?>

Only it will display normal, as a text, but within the <pre></pre> tag.

But my question is, how do I style and make it visible to my readers like this:

Anddependingonthelanguage,thestylizationlooksdifferent.InmyformIcanselectthetypeofcode..<pre><codeclass="language-php"><?= "Olá :D"; ?></code></pre>

    
asked by anonymous 14.06.2017 / 04:31

0 answers