+ 1
Hello can anyone explain on how the use of the <div> and <span> tag
Html
4 Answers
+ 1
The difference between div and span, that div is a block-level element, while span is inline. It means, that with a div element, there will be a line break at the start and end of the element, but with span, there won't be. Span is used for inline styling
+ 1
A simple code for your explanation will do. ..
+ 1
Thanks man i owe you