
HTML
Get flash to fully experience Pearltrees
A single page can contain hundreds or thousands of elements, When you land on a website, all the items you see in front of you; the paragraph texts, the page banners, and the navigation links are all elements of the web page. The term element is a just a name given to any piece of a web page. Many HTML elements are actually invisible to visitors and work quietly behind the scenes to provide web crawlers and search engines useful information about the site. On a fundamental level, every HTML document is a hierarchical structure made up of elements and their content.
Detailed List of HTML and HTML5 Elements
Блочные элементы характеризуются тем, что занимают всю доступную ширину, высота элемента определяется его содержимым, и он всегда начинается с новой строки. Тег <address> предназначен для хранения информации об авторе Задает заголовок третьего уровня. Предназначен для выделения длинных цитат внутри документа. Задает заголовок четвертого уровня. Выравнивает содержимое контейнера по центру относительно родительского элемента.
unnamed pearl
Supported in Chrome, IE8+, Opera, Safari 5.1+. The recommended pattern is box-sizing : border-box; , preceded by the fallbacks -webkit-box-sizing: border-box; for old IOS<=4 and Android<=2.3, and -moz-box-sizing: border-box; for firefox. You can apply it to all ( * ) elements if you like. IE8 does not support box-sizing: border-box; with min-width / max-width and min-height / max-height .

