Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy samp tag
<
/title
>
<
/head
>
<
body
>
<
h2
>
HTML samp tag with example.
<
/h2
>
<
p
>
Wikitechy
<
samp
>
step-by-step
<
/samp
>
HTML tutorial.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy samp tag</title> </head> <body> <h2>HTML samp tag with example.</h2> <p> Wikitechy <samp> step-by-step </samp>HTML tutorial.</p> </body> </html>
Result