The structure of the document:
<HTML>
<HEAD> </ HEAD>
<BODY> </ BODY>
</ Html>
Title page:
<TITLE> </ TITLE>
The title appears in the browser bar.
Standard Encoding:
<META htttp-equiv = "Content-Type" CONTENT = "TXT / HTML; CHARSET ISO-8858-2 ">
Keywords:
So that the site can be quickly and easily searched.
<META NAME = "keywords" content = "here the word decimal">
BODY - the body of the document:
<BODY BGCOLOR = "WHITE" TEXT = "BLACK" LINK = "BLUE" ALINK = "RED" vlink = "Purpur">
<BODY BACKGROUND = "plik.jpg">
Title page - Headlines:
From the <H1> </ H1> to <H6> </ H6>
<H3> <FONT COLOR = "# 008000"> <A NAME="EDYTOR"> </A> EDITOR </ FONT> </ H3>
Block-level elements:
<Hx align = "center"> </ Hx>
<Hx ALIGN = "RIGHT"> </ Hx>
<Hx ALIGN = "LEFT"> </ Hx>
A paragraph:
<P> </ P>
<P ALIGN = "LEFT"> </ P>
<P ALIGN = "RIGHT"> </ P>
<P ALIGN = "CENTER"> </ P>
<P ALIGN = "JUSIFY"> </ P>
Pre-formed block:
<PRE> </ PRE>
Block quote:
<Blockquote> </ blockquote>
Paragraphs, lines, lines, lists:
<P> </ P> - text
<BR> - Next line
<HR> - Horizontal Line
Bullets:
<UL>
<LI> </ LI>
<LI> </ LI>
</ UL>
<OL>
<LI> </ LI>
<LI> </ LI>
</ OL>
Font attributes:
<B> - bold
<U> - emphasizing
<I> - slope
<TT> - fixed width text
<STRIKE> - font crossed
<P> - font crossed
<SUP> - superscript
<SUB> - subscript
<BIG> - large font
<SMALL> - small font
Table and cell without formatting:
<TABLES>
<TR>
<TD> </ TD> <TD> </ TD>
</ TR>
<TR>
<TD> </ TD> <TD> </ TD>
</ TR>
</ TABLE>
Table formatting:
<TABLES BORDER = "0" CELLPADDING = "0" CELSPACING = "0" style = "BORDER" COLLAPSE.ID = "AUTONUMBER1">
<TR>
<TD WIDTH = "20%">
<TD WIDTH = "20%">
<TD WIDTH = "20%">
</ TR>
</ TABLE>
Table formatting and text:
<TABLE BORDER = "1" CELLPADDING = "0" cellspacing = "3" STYLE = "BORDER-COLLAPSE; COLLAPSE; -WITH BORDER = "0" bordercolor = "# 111111" WIDTH = "700" ID = "TAB_ZEW" BGCOLOR = "# 9DC6A0" ID = "TAB_ZEW" BGCOLOR = "9DC6A0"> </ TABLE>
Other:
- HTML character size does not matter.