You are here: irt.org | FOLDOC | inline element
<web> Any HTML element that is rendered in the same position as normal plain text, i.e. to the right of the preceding text (for left-to-right scripts).
This contrasts with a block-level elements that is always placed below the preceding text line.
Inline elements typically specify formatting, e.g. <B>
(bold), <KBD> or the kind of content, e.g. (http://htmlhelp.com/reference/html40/inline.html)
(2011-01-04)
Nearby terms: inkjet printer « ink printer « inline « inline element » inline image » INMOS transputer » inner class FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL, ,
though they also include things like inline images (<IMG>)
and text areas (<TEXTAREA>).