#---TABSTOP=4 *Title: HTML tags to know... ----------------------------------------------------------------------------- ** structure * html * title * meta * head * body ----------------------------------------------------------------------------- ** text *** stylizing * b * code * data * strike * strong * pre * font * i * font (deprecated, use css) *** positioning * p * br * blockquote * center (deprecated, use css) * h1 * h2 * h3 * h4 ----------------------------------------------------------------------------- ** forms * form * input * select * option * textarea ----------------------------------------------------------------------------- ** frames * frameset * frame * noframes ----------------------------------------------------------------------------- ** tables * table * tr * th * td ----------------------------------------------------------------------------- ** lists * ul * li ----------------------------------------------------------------------------- ** miscellaneous * a * img * hr * link -----------------------------------------------------------------------------