|
The example of br tag in HTML
This is long string <br /> breaking from here by br tag of HTML
Working example of br tag in HTML
This is long string breaking from here by br tag of HTML
The HTML br tag is used to insert new single line in webpage.
Br tag start content from left side with new line.
Br tag can be used within any text tags. If paragraph is long in string, with br tag content can break and start in new line.
Br tag is supported by all web browsers. These web browsers are Internet Explorer, firefox, opera, google chrome
Common Attribute of Area Tag
| Attribute |
Value |
Explaination |
| id |
ID |
unique id document for link element |
| class |
classname |
list of CSS classes |
| style |
StyleSheet |
associated style information of style tags |
| title |
Text |
information about an element shown on mouse over cursor |
|