HTML Imp Tags
HTML Imp Tags
<H1> </H1> <H2> </H2> ... <H6> </H6> H1,H2,... tags are used to
create titles.
<hgroup> Used for grouping <h1>, <h2>, <h3>, etc., tags together.
<kbd> Used for keyboard input. This is different from form element text input.
<meta> Used for specifying various meta information about the document.
<mark> This is essentially used for highlighting.
<param> Use when parameters need to be passed to an object embedded within the document.
<pre> For preformatted text. This can be useful for demonstrating code, especially if there are multiple
lines.
<rp> Specify text to be displayed when Ruby annotations are not supported by the browser.
<s> For marking up text that is not longer relevant, applicable, or accurate.
<samp> Sample output one might get from a particular computer program.
<summary> Used in conjunction with the <details> tag for specifying a summary.