Used to show a text in bold style.
This is Normal text.
<b>This text is bold</b>
In the above code snippet, 2nd line displays the text in bold style.
Notice the 2nd statement of the code snippet is in the bold style. Here, even if the code snippet is in 2 lines, the output comes as only one line because HTML doesn't treat line break as new line. To create a new line, we can use <br /> tag explained above.
Views: 6841 | Post Order: 3