Python

import antigravity

Javascript

console.log("hello there");

HTML

<blink>This is so annoying</blink>

CSS

.body {
  background-color: black;
}

Pseudocode (inline)

SELECT * FROM CUSTOMERS WHERE revenue > 1000000;

Pseudocode (two tabs in)

for item in items
  if item is not null
    do something
  else
    do nothing