Enno Gottox Boland <[EMAIL PROTECTED]> wrote: > > I use <pre> for displaying a block segment of code. Markdown.pl uses > <pre><code>. I really don't know if I should use that too.
I read, that it should be <pre><code>, because of the semantic behind it. <pre> just stands for preformated text, <code> normally does not change anything in the graphical view of the layout engines, but it says: this is a special kind of preformated text - it's code. I think screen readers distinguish here. That's like the difference betweeen <b> and <strong>. meillo
