+ 1
Is it wrong to use a </p> for two <p>s?
This is a example of what I mean. https://code.sololearn.com/WUFww0GoeMWT/?ref=app
1 Resposta
+ 3
Every <p> tag needs a closing </p> tag.
It is the standard way.
Please complete your html course then all your doubts will be cleared.