Laura23n
3/8/2018 - 11:50 AM

Inline elements

https://developer.mozilla.org/en-US/docs/Web/HTML/Element#Inline_text_semantics
https://developer.mozilla.org/en-US/docs/Web/HTML/Inline_elements

- An inline element does not start on a new line and only takes up as much width as necessary. As opposed to blick elements: 
Ex: The <div> element totally changes the layout of the text, splitting it into three segments: the text before the <div>, then the <div>'s text, and finally the text following the <div>.


- 
<a>
<abbr>
<acronym>
<b>
<bdo>
<big>
<br>
<button> ??????
<cite>
<code>
<dfn>
<em>
<i>
<img>
<input>
<kbd>
<label>
<map>
<object>
<q>
<samp>
<script>
<select>
<small>
<span>
<strong>
<sub>
<sup>
<textarea>
<time>
<tt>
<var>