<!doctype html> <head> <title>Sample tag example</title> </head> <body> <h1>Example of samp tag</h1> <p>This is a normal Text....</p> <hr/> <p><samp>This is text inside the samp tag</samp></p> </body> </html>