HTML/CSS/Text Tags/code
Версия от 09:21, 26 мая 2010; (обсуждение)
"code" Example
<html>
<head>
<title>code element example</title>
</head>
<body>
<p>
<font size="5">
<code style="fontweight:normal">
Java Code
</code>
</font>
</p>
</body>
</html>