HTML 5 Semantic Elements and JavaScript Basics
There are two category of HTML 5 elements listed below. Block level elements Inline elements Block elements such as<mark style="background-color:rgba(0, 0, 0, 0);color:#b61515" class="has-inline-color"> </mark><h1> and <p> tags take the entire width of the document. Inline elements such as <b> and <em>,<i>,<img> element will take just enough space within a blockelement. HTML 5 Semantic Element … Read more