Add Special Area for Copy Code

 Add Special Area for Copy Code (first option)


<!DOCTYPE html>

<html>

<body>

<h2>Computer Code</h2>

<p>Some programming code:</p>

<code>

x = 5;

y = 6;

z = x + y;

</code>

</body>

</html>

Here the second Option :-

No comments:

Post a Comment