<!DOCTYPE html>
<html>
<body>
<h2>Елемент code</h2>
<p>Приклад коду програмування:</p>
<code>
x = 5;
y = 6;
z = x + y;
</code>
</body>
</html>