Html5 Samp Tag

In the <samp> tag is a phrase element of html5. which specify sample code for computer text.it example like this computer program, script etc. Basically in the <samp> tag look likes are <code>,<kbd>,<pre>,<var> tag.

Syntax :

<samp>...</samp>

Example Code

<!DOCTYPE HTML>
<samp> sample computer code text </samp>

Out Put :



sample computer code text

In the above <samp> tag have applied to sample computer code text.





Content