'code' Example : code « HTML Tag Reference « HTML CSS Reference






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








Related examples in the same category

1.'code' Syntax and Note
2.'code' HTML Attributes
3.'code' Event Handlers
4.'code' CSS Attributes and JavaScript Style Properties
5.'code' Microsoft Behaviors
6.'code' Microsoft Filters
7.'code' JavaScript Properties
8.'code' JavaScript Methods
9.'code' JavaScript Collections
10.'code' JavaScript Objects