HTML/CSS/Text Tags/code

Материал из Web эксперт
Перейти к: навигация, поиск

"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>