Summary -
In this topic, we described about the <samp> tag along with detailed example.
Sample formatting is used to define the computer output. Sample formatting uses <samp> tag. Any text in between <samp>..</samp> defines it as computer output to browsers. <samp> element is nested element.
Syntax -
<samp>.... HTML text here </samp>
Example -
<!DOCTYPE html>
<html>
<head>
<title>Sample formatting element example.. </title>
</head>
<body>
<p><samp> Oracle Database 10g Enterprise
Edition+10.2.0.1.0</samp></p>
</body>
</html>
Syntax -
Verison: Oracle Database 10g Enterprise Edition+10.2.0.1.0