Computer codes in HTML

In this tutorial,it's describes as how to show some computer codes like keyboard inputs and other code.

Here is an example of codes.
<code>
  a = 4;<br>
  b = 5;<br>
  c = a + b;
</code>
  
Result of the code
  a = 4;
b = 5;
c= a + b;
Here are some examples of keyboard input.

Copy text by pressing the keys Ctrl + C

cut text by pressing the keys Ctrl + X

select all text by pressing the keys Ctrl + A

save by pressing the keys Ctrl + S

undo by pressing the keys Ctrl + Z

redo and undo by pressing the keys Ctrl + Y







The Best

Comment here

If you have any query, if you want to know something about any of technical course related to computer science field, if you have any suggestion about relevant to uploaded content or if you anything wrong here (any mistake in content) than please contact us. Keep in mind, comment should be according to community guidelines.