書式
<samp>〜</samp>
			
					属性
					
						
							| 属性名 | 
							初期値 | 
							内 容 | 
						
						
							| id | 
							なし | 
							IDを指定します。 | 
						
						
							| class | 
							なし | 
							スタイルシートクラスを指定します。 | 
						
						
							| style | 
							なし | 
							スタイルシートを指定します。 | 
						
					
				 
			
			
					
説明
					コンピューターから出力された文字を示します。
				
			
			
					
					<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
						<html>
						 <head>
						  <meta http-equiv="content-type" content="text/html;charset=shift_jis">
						  <title>Sample</title>
						 </head>
						 <body>
						 <h1>Sample</h1>
						 <p>
						 データレコーダーからプログラムが読み込まれると以下のように表示されます。<br>
						 <samp>IPL IS Loading HuBASIC</samp>
						 </p>
						 </body>
						</html>