Html5 Code Tag

In the <code> tag is a phrase element of html5. which specify code for computer text.it example like this computer program, script etc. Basically in the <code> tag look likes are <samp>,<kbd>,<pre>,<var> tag.

Syntax :

<code>...</code>

Example Code

<!DOCTYPE HTML>
<code> computer code text </code>

Out Put :



computer code text

In the above <code> tag have applied to computer code text.





Content