|
Web Development
DART 230
January 31
February 2
Feb. 7
- Tables site from:
and CSS from Nico
Todays topics are more HTML including an intro to Tables, and CSS. Reading is HTML5 and CSS3 chapter 18 (tables) and chapters 7 and 8 (CSS). In addition to the first coding you did, you might want to know how to
(Check the code on this page:)
- Modify horizontal rules:
- Change the numbers in ordered lists:
- Try type="a" for small letters
- type="A" for capital letters
- type="I" for cap Roman numerals
- type="i" for small Roman numerals
- type="1" for numbers (the default)
- Change the bullets in unordered lists:
- The square ones are type=square (default for third level)
- Open circles are type="circle" (default for second level)
- Solid circles are type="disc" (default for first level)
- Change the alignment of text with <div align="right">
This is centered.
Right-aligned using <div align="right">
- Align an image as you did with a paragraph, adding <img align="right"> to align the image to the right side:
- Create an e-mail link. Note that mailto:
links should be the e-mail address: beatty@lasalle.edu
not E-mail me! although to foil spambots consider using an image.
Now on to Tables.
You should understand the code behind the following demo I put together: CSS demo. For reference, keep a copy of the "cheat sheet" handout from about.com. Next week we'll use their layout cheat sheet.
To explore the topic further, here is a Web site I put together as a CSS Tutorial.
Finally, for future reference, here is a video from Sitepoint publishing that I got permission to show, and here is a PDF tutorial I got from a workshop I attended.
Home
|
Assignments
|
Resources
|
Syllabus
|
Weekly
|