code

code


The HTML <code> element is used to specify a fragmant of computer code within it. It is usually rendered as a monospace font that is smaller than the rest of the font on the page.
HTML CODE EXAMPLE
Here is a code example: 
<br /> 
<code>$ourVar = $myVar + $yourVar;</code> 
 
Here is a code example:
$ourVar = $myVar + $yourVar;

Attributes for this element:

global attributes - global core attributes
See: list of global attributes

Event handlers for this element:

global event handlers - global event handler attributes
See: list of global event handlers

0 Response to "code"

Post a Comment