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\n");
return 0;
}
Common keyboard shortcuts:
We use to represent variables in equations:
Sample program output:
Input: 5 + 10
Output: 15