What does this mean which is in note in attribute section? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

What does this mean which is in note in attribute section?

The align attribute of <p> is not supported in HTML5.

4th Oct 2019, 3:01 PM
Priyanshu Gupta
1 Respuesta
+ 1
It means, if the document is HTML5 standard, and you use the 'align' attribute with the paragraph <p> tag, it *may not* affect how the paragraph is aligned in the browser view area. However, as I tried it in Code Playground the 'align' attribute still affected the paragraph's alignment. <p align="center">This is a paragraph</p>
4th Oct 2019, 3:43 PM
Ipang