I am trying to understand why browser behaves like this.
I have following text in html document.
<html>
<body>
This is Sample Text. <B/>Text after empty bold tag.
</body>
</html>
If I view this document in browser, it is displayed as shown below.
This is Sample Text. Text after empty bold tag.
Why is this happening? Afterall, I did not mark any text as bold.