Definition of HTML "implied element"
An implied element is an element node in an HTML document's hierarchical object model that did not explicitly appear in the document's serialized code, and therefore was assumed based on other HTML code in the document. A good example of an implied element is the tbody element, which is often assumed between a <table> tag and the first <tr> table row tag underneath it.