Attributes
You may be wondering what happens if you try to apply contradictory attributes within the same element.
<p align="center">
This is a text.
<hr width="50%" align="left" />
</p>Try It Yourself
The align attribute of <p> is not supported in HTML5.
Comments
Post a Comment