What is a code tag? The <code> tag is used to insert variables, fragments of program code, etc. into an HTML document. In the browser, the code is displayed in a mono spaced font (a font in which all characters have the same width) of the smaller size. The <code> tag alone represents a single code line or code phrase.
Comments
Post a Comment