次のように入力してみましょう。
#include <stdio.h>
int main() {
printf("hello, world\n");
return 0;
}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja">
<head>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<title>preのサイズを大きくする</title>
<style type="text/css">
<!--
pre { font-size: 1em; font-family: 'Courier New';
background: #EEE; color: black; }
-->
</style>
</head>
<body>
<p>次のように入力してみましょう。</p>
<pre>
#include <stdio.h>
int main() {
printf("hello, world\n");
return 0;
}</pre>
</body>
</html>