Prev Next

Web / HTML Interview questions

Difference between <div> and <span> element.

<div> is a block level element and it helps to group html elements.

<span> is an inline element and it also helps in grouping html elements.

More Related questions...

Show more question and Answers...


Comments & Discussions