An important information to the beginners!
While designing my first HTML website I came across that HTML5 does not support align(centre, left, right) attribute as it is removed from the HTML5 document.
<p align = "centre"> Coderlogs </p> // not supported format //
You can use the CSS text-align property to centre any text or object or form in HTML.
Stay tuned!
Top comments (0)