In HTML, we can represent programming code, variables, keyboard input, and system responses using special tags.
<html> <body> Hello World </body> </html>