<!DOCTYPE html> <html lang="en"> <head> <title>Example of code inside pre tag</title> </head> <body> <pre><code>x = 5; y = 6; z = x + y; </code></pre> </html>