Answers for "how to spread links from not right next to each other html"

0

how to spread links from not right next to each other html

<ul>
    <li style="display:inline-block;">
        <a href="index.html" style="text-decoration:none; color:#00FFFF;"><h1>Home</h1></a>
    </li>
    <li style="display:inline-block;">
        <a href="staff.html" style="text-decoration:none; color:#00FFFF;"><h1>Staff</h1></a>
    </li>
</ul>
Posted by: Guest on August-30-2020

Code answers related to "how to spread links from not right next to each other html"

Browse Popular Code Answers by Language