11 HTML & CSS text align for all
דרג סרטון זה
התחבר כדי לדרג
תיאור
text-align for all?
Will it be possible to apply the text-align attribute to an element type? Reminder There are only two types of elements, block level element and inline level element,
p
span
Well no, because the size of an inline level element does not exceed its content, the box that contains it fits exactly within its content, there is nowhere to move!
On the other hand, the size of the block level element is the same as the size of the body of the site, so as in the example above, there is the option of aligning the text