'Finding out what the block element <hb> is used for?
In the book I'm using to study HTML it says and I quote "<h1>,<h2>,<hb>,<p>, and <blockquote>, are all block elements. But what is the block element <hb>? I can't find anything up on this element if its even a element.
Solution 1:[1]
There is no "block" element in HTML.
The book is referring to the default styling applied to the elements by the browser. This article explains the difference between the two types of elements (block and inline).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Zach Jensz |
