0
Why is it that when I am trying a simple text output in html , I don't even have to tag the text with <p><\p> ?
2 Réponses
0
That's because HTML ignores the misuse of paragraph tags by default but in the future you will need to use the paragraph tags for grouping paragraphs.
0
oh I see ! thank you !