'samp' Example : samp « Tags « HTML / CSS






'samp' Example

 
    
<html>
<head>
<title>samp element example</title>
</head>
<body>
<p>
    <font size="5">
        <samp style="fontweight:normal">
            Java Language
        </samp>
    </font>
</p>
</body>
</html>
    
      
        
  








Related examples in the same category

1.Create Console window like style to display code
2.samp Element for Sample Program Output