Answers for "how to align center a link in html"

1

how to center link in html

<div style="text-align:center">
    <a href="#" style="display:inline-block">A random link</a>
</div>
Posted by: Guest on October-27-2021

Code answers related to "how to align center a link in html"

Browse Popular Code Answers by Language