4 HTML & CSS Span VS Paragraph Tag

כללי / תכנות כללי 221 צפיות 28/09/2022
פתח ב-YouTube

דרג סרטון זה

התחבר כדי לדרג

תיאור

span against p The elements in HTML can be divided into two groups: block level element (p for instance) inline level element (span for instance) The difference between them is essential, elements of the block level element type, will occupy the entire size of the body of the site as the default, this is how they are defined. And on the other hand, elements of the inline level element type will only capture the size of the content that they surround.

#Web School 26