Browse the glossary using this index

Special | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL

B

blockquote

<blockquote> For quoting from an external source. Typically rendered as indented text.


button

<button> Specifies button that can be clicked. Commonly used with forms.


H

HTML Tags

<p> This is some text in a paragraph.</p>

<col> Set the background color of the three columns with the <colgroup> and <col> tags

<dt> A description list, with terms and descriptions

<q> Mark up a short quotation

<s> Mark up text that is no longer correct

<th> A simple HTML table with two header cells and two data cells

<tr> A simple HTML table, containing two columns and two rows

<u> Underline a misspelled word

<wbr> A text with word break opportunities


L

L

<li> To make an ordered/unordered lists items </li>

<li>Monday</li>

<li>Tuesday</li>

<li>Wednesday</li>