Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML code tag</title> </head> <body> <p>Regular text. <code>computer code</code> Regular text.</p> </body> </html>