0
tags related question......
In HTML do <p>ā¦</p> correct? Or </p>ā¦</p>correct for paragraph? ā¦when I tryed, both work as same output ⦠Answer Request
1 Answer
+ 5
The former is correct, <p>ā¦</p>
You may find the latter being acceptable by certain browsers as they are encouraged to be permissive with parsing code that isn't strictly correct.