filmov
tv
HTML5 Tutorial: HTML5 br Element

Показать описание
In this HTML5 tutorial, we dive into the HTML5 br element and take a close look how this element works. The HTML5 BR Element provides a single line break in a document. This element works great for addresses, poems or other content that should only move down a single line. The br element is referred to as an empty tag which means this element only has a starting tag and no ending tag. This element should not be used to separate paragraphs we use the HTML5 p Element for that situation. This tag should not be used for styling vertically either we should use CSS for styling of content.