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:
- opening tag (English tag) ;
text - the contents of the element (in this example, text);
- closing tag ;
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