Can anyone tell me how I could go about displaying an unordered list horizontally that includes the disc markers? Also, I need to center the text on the page.
<h1>S K I L L S</h1>
<ul >
<li>Microsoft Expression/Frontpage/Office</li>
<li>Adobe Dreamweaver/Flash/Photoshop/Illustrator</li>
<li>HTML5</li>
<li>CSS3</li>
<li>XML</li>
<li>Javascript</li>
<li>jQuery</li>
<li>PHP</li>
<li>MySQL</li>
<li>Wordpress</li>
</ul>
You presume a utf-8 charset. Non utf-8 charsets will not interpret nor display the character. For that reason, I use the code instead of the character. Otherwise, I just see a meaningless placeholder in my editor. Guess I’m behind times, huh.
BTW, I didn’t notice before that you had spaces between every letter in the heading. That’s a visual effect, so it’s better to do that sort of thing with CSS rather than messing with the HTML. So I would recommend you remove the spaces between the letters and do something like this instead: