adspace


when we can use <code>tag and <pre>?

Answer Posted / Pawan Chaubey

<code> tag is used to display a piece of computer code within an HTML document, while <pre> tag creates formatted flow text. The main difference between them lies in how they handle whitespace - the pre tag preserves all spaces and line breaks, whereas the code tag does not.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of bootstrap?

88