HTML code: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* [[HTML Tags]] | * [[HTML Tags]] | ||
=Overview= | =Overview= | ||
The <code> tag defines text as computer code in the document. The content inside is displayed in the browser's default monospace font. CSS can be used to modify the rendering of the <code> elements. |
Revision as of 06:34, 30 April 2021
External
Internal
Overview
The <code> tag defines text as computer code in the document. The content inside is displayed in the browser's default monospace font. CSS can be used to modify the rendering of the <code> elements.