HTML Computer Code Elements

HTML contains several elements for defining user input and computer code.

<!DOCTYPE html>
<html>
<body>

<h2>Computer Code</h2>
<p>Some programming code:</p>

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

</body>
</html>

답글 남기기