In HTML, we can represent programming code, variables, keyboard input, and system responses using special tags.
<html>
<body>
<p>Hello World</p>
</body>
</html>
#include <stdio.h>
int main() {
printf("Hello World");
return 0;
}
console.log("Hello World");
Copy = Ctrl + C
Paste = Ctrl + V
Save = Ctrl + S
Area of Circle = π × r 2
Speed = d / t
Example 1:
Input: 5 + 10
Output: 15
Example 2:
Command: dir
Output: List of files displayed here