CSS:
Watch the CSS
Typography - Change Font, Size, Spacing & more
and the
CSS
Absolute and Relative Positioning Tutorial
Then make a page like that in the second video with an image positioned at the bottom of its containing element
(which cannot be the page/body itself). The page should also have some text with the following attributes styled:
font-family, font-size, letter-spacing, word-spacing, text-shadow, line-height, text-indent and text-align
(they don't all have to be applied to the same text).
jQuery:
Make a page that has a jQuery UI Accordion http://jqueryui.com/accordion/.
Click on view source. Change the content. Make sure you change the href of the link tags and src of the
script tags to full URLs. For the first three that means adding http:. For the fourth it involves converting
their relative path to a full path. Similarly on the same page or on a different page make a demo
page with an Autocomplete widget and a Datepicker widget (click on the corresponding links on the left).