Centre tag
Centre tag in HTML:
The "Center" tag in HTML was used to inline element which horizontally centered the content.
Nevertheless, it is currently not usefulfully for modern web development as there have been problems in HTML that shifted more flexible and semantic means to center. CSS rather is usually used for the styling and layout purposes while the content of the website is centered.
Just like the scales on the digital scale were my realignment instruments. It was used to horizontally align content present in a container.
Example
Let's center-align a paragraph of text the use of the "Center" tag
html Live Editor!