Need help learning the basics of this

Need help learning the basics of this

Are there any resources out there to help me learn this? I've checked out the demo and its source and it's definitely, to me, more challenging then coding a regular website. I only know how to do the front-end side of websites so this looks hard. I downloaded the css, js, images from the jquery mobile site and I'm trying to look at the code to figure out what's going on but because it's already written for me (like the css) I'm having a hard time figuring out how to make things work.

I looked at the demo page and copied the code into dreamweaver as well as a few pages inside to just play with things and I have this:
"        <ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
            <li data-role="list-divider">Overview</li>
            <li><a href="odyssey/index.html">Odyssey</a></li>"

I'm  trying to make it when you click on "Odyssey" it takes you to that page and I have that index.html but I get an error loading page message.