HTML5
web designing
What Is Difference Between Inline And Block
HTML Block And Inline elements :
HTML Block Element :A block-level element dependably begins on another line and takes up the full width accessible (extends to one side and perfectly fine as it can).
HTML Inline Element :
An inline element does not begin on another line and just takes up as much width as important. This is an inline <span> element inside a passage.
Inline Block
text <br> text <p> text </p>
text <br> text <div> text </div>
text <b> text <h1> text </h1>
text <em> text <form>
<img> <a>
Post a Comment