Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML tt tag</title> </head> <body> <h2>Don't use this tag</h2> <p>This is a <tt>sample code</tt>.</p> <h2>Alternative</h2> <p>This is a <code>sample code</code>.</p> </body> </html>