Is there any code or tag which can be used to centralise any HTML element? The only way I know to do this currently is to repeatedly adjust padding and margins (left) to push elements to an approximate centred position. I’m aware you can centralise text, but this doesn’t appear to work for other elements such as divs, objects, etc.
Share
To make the content center of the page try to use
to align text center use
By using HTML tag for text
you can create a class on which you can write your css like
so many ways are present to make the element center, its totally depends on you what layout you are creating and what kind of element you want to make center. Generally by using css we can make our elements center or as per our requirement. If you have any peculiar situation then ask.