Jazzo.co.uk uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our Privacy Policy and our Terms & Condition.

HTML <code>

query_builder | Christopher Pisani

The element <code> is used to state that the surrounded text used in the code element is computer code. The text will normally display as monospace font.

Although we say code, it doesn't mean that the HTML elements will show their original format. To show an HTML tag, you need to use entities.

To show an element, you need to use &lt; instead of '<' and &gt; instead of '>'. This will result in :
<div>some other element....</div>

Available Attributes


No specific attributes are assigned for this element, other than the standard global attributes.