?-情深已故的回答
?
As the question indicates, if I have some text that I want to add in the HTML then when should I use and when should I use ?<
tag is a block-level element but tag is inline element.Normally we use span tag to style inside block elements.but you don't need to use span tag to inline style.you have to do is; convert block element to inline element using "display: inline"