Problemas
1. What is the difference between<span>and langle divrangle ? What is the difference between<span> and lt divgt Please provide your answer in the following editor
Roztwór
Araceli
maestro · Tutor durante 5 años
3.7
(313 Votos)
Respuesta
The difference between `` and `` is that `` is an inline element, while `` is a block-level element.`` is used to apply styles to inline elements, such as changing the font size or color of a word within a sentence. It is not used to create a new block-level element.On the other hand, `` is used to create a new block-level element, which can contain other HTML elements within it. It is commonly used to create a new section or division within a webpage.In summary, `` is used for inline styling, while `` is used to create a new block-level element.