Can anyone explain whats it for? Thanks.
What does Sample tag stand for and is used for in HTML?
What does Sample tag stand for and is used for in HTML?
0
owel
#2
<p>You should see on your screen: </p>
<samp>Error: File Not Found</samp>
It’s just semantics, that it is a sample output from a computer program, or a screen.
Thus usually, it’s formatted as monospace.