P ➡️ create a paragraph of text, add new line after P element and not preserves spaces and line breaks, text inside P tag is wrapping when it reaches the end of the element
Pre ➡️ create preformatted text, preserves both spaces and line breaks within the text, no wrapping is done
#tags #coding #programming #html #learn