Basics HTML - a description of the variables in a lesson on panweb

Key tags to work with HTML tags Switch your Visual Editor in the designer sites panweb

Concepts:

Element - is a construct of HTML, which contains some data, such as:
text - this is the item which can be divided into three parts:
Tags begin with the character " << / b>" and end with "> ", the closing tag is different from the opening symbol of the presence of " / ".
For some elements closing tag is optional, and some do not have a closing tag.
You can use nested elements, for example: text
Elements can contain attributes contained in the opening tag, such as: Basic HTML tags

> Titles

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
Fonts Red
Font size 5
Bold
Italics
Strikeout
Underline
Reduced
Increased
Text superscript
Text Subscript
Links Yandex
Yandex (opens in new window )
Images

Tables Contents of the table

Contents of the string
Cell contents
Example




1.1 1.2
2.1 2.2

1.1 1.2
2.1 2.2
- the thickness of the boundary = 1, table width = 100%

List Points
    • element 1
    • element 2
    • element 3


Automatic numbering
    1. element 1
    2. element 2
    3. element 3