Here is my code.
<H10><li><a href="1. Open this first.html">All about me</a>
<a href="Resume.html">Resume</a>
<a href="">Programs I learned</a>
<a href="">Best Work</a> </li>
However, it looks like # All about me Resume Programs I learned Best Work . I want it to have spaces between the me and Resume, Resume and Programs, learned and Best. How do I do that?
I mean so it looks like
All about me ........... Resume ..........Programs I learned .........Best Work .
with the ..... being horizontal spaces
<H10><li><a href="1. Open this first.html">All about me</a>
<a href="Resume.html">Resume</a>
<a href="">Programs I learned</a>
<a href="">Best Work</a> </li>
However, it looks like # All about me Resume Programs I learned Best Work . I want it to have spaces between the me and Resume, Resume and Programs, learned and Best. How do I do that?
I mean so it looks like
All about me ........... Resume ..........Programs I learned .........Best Work .
with the ..... being horizontal spaces