Html Computer Code Elements:
Html Computer Code Formatting:
In Html normally variable letter size,and variable letter spacing.This is not wanted while displaying examples of computer code.
<kbd>,<samp>,and <code> elements all suport fixed letter size and spacing.
Html Keyboard Formatting:
<kbd> element defines keyboard input.Example:
Html Sample Formatting:
<samp> element defines computer output.Example:
Html Code Formatting:
<code> element defines peogramming code.Example:
<code> element does not white space and line breaks.
Example:
In order to fix it,you must wrap code in a <pre> element.
No comments:
Post a Comment