HTML5
Этот тег определяет программный код.
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
</
body
p
>This is a program code at a language C#.</
code
using System;<
br
class Program {<
public static int Main() {<
Console.WriteLine("Hello World!");<
Console.ReadKey();<
return 0;<
}<
}<