Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>An <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input" rel="nofollow"><strong><code>input</code></strong></a> element is <code>inline-block</code> by default, not <code>inline</code>.</p> <p>On the other hand, an element such as a <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span" rel="nofollow"><strong><code>span</code></strong></a>, is <code>inline</code> by default.</p> <p>The <code>width</code>/<code>height</code> of an <code>inline-block</code> element, such as <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input" rel="nofollow"><strong><code>input</code></strong></a> can be changed <a href="http://jsfiddle.net/JoshC/zqLLu/" rel="nofollow"><strong>(example).</strong></a></p> <p>While an <code>inline</code> element, for instance, <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span" rel="nofollow"><strong><code>span</code></strong></a>, cannot be changed by default, as its dimensions are defined by the "<em>rendered content within them</em>". <a href="http://jsfiddle.net/JoshC/zqLLu/1/" rel="nofollow"><strong>(example)</strong></a>.</p> <blockquote> <p>This [width] property does not apply to non-replaced inline elements. The content width of a non-replaced inline element's boxes is that of the <strong>rendered content within them</strong> (before any relative offset of children). Recall that inline boxes flow into line boxes. The width of line boxes is given by the their containing block, but may be shorted by the presence of floats. <a href="http://www.w3.org/TR/CSS2/visudet.html#the-width-property" rel="nofollow"><strong>- W3 reference</strong></a></p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload