0
Can someone explain for me on how to use span and div yags.
2 Answers
+ 1
See thisđ
https://code.sololearn.com/WsAi1cFMhk6s/?ref=app
+ 1
Use div as container for other inline or block level elements.
It is block level element.
Use span for small words if you have to style them .it is inline element.