“Элементы компьютерного кода HTML” Ответ

Какой элемент кода в HTML

The HTML <code> element displays its contents styled in a fashion intended to indicate that the text is a short fragment of computer code. By default, the content text is displayed using the user agent's default monospace font
Frightened Frog

Элементы компьютерного кода HTML

<code>
x = 5;
y = 6;
z = x + y;
</code>
naly moslih

Ответы похожие на “Элементы компьютерного кода HTML”

Смотреть популярные ответы по языку

Смотреть другие языки программирования