tags related question...... | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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

7th May 2017, 6:32 AM
Nianotino
Nianotino - avatar
1 Resposta
+ 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.
7th May 2017, 6:41 AM
Leon
Leon - avatar