Horje
HTML Computer Code

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


Example of HTML ComputerCode

Some programming code:
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

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

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

</body>
</html>

Output should be:

Example of HTML ComputerCode





Category:
Web Tutorial
Sub Category:
HTML Computer Code
Uploaded by:
Admin


Read Article
https://horje.com/learn/1434/reference