Friday 16 December 2016

HTML COMPUTER CODE

<!DOCTYPE html>
<html>
<body>

<p>Some programming code:</p>

<code>
var x = 5;<br>
var y = 6;<br>
document.getElementById("demo").innerHTML = x + y;
</code>

</body>
</html>

No comments:

Post a Comment

Oracle Reserved Words

Oracle  Reserved Words The following words are reserved by Oracle. That is, they have a special meaning to Oracle and so cannot be redefi...