SILS iSchool

17 Sep 2018

Value Added | daily

Class Schedule

Basics | sessions 01-05

22 AUG | intro
27 AUG | clients
29 AUG | servers
05 Sep | networks
10 Sep | basics lab

Web Development | sessions 06-11

12 Sep | structural layer

 17 Sep  | presentational layer | in practice |  02.02  | planning | next session

19 Sep | working with layers
24 Sep | behavior layer
26 Sep | images & design
01 Oct | website lab

Document Markup | sessions 12-14

03 Oct | object layers
08 Oct | tools that read markup
10 Oct | document markup lab

Spreadsheets | sessions 15-19

15 Oct | spreadsheets
17 Oct | formulas & functions
22 Oct | data display
 18 Oct | Fall Break 
24 Oct | database tools
29 Oct | spreadsheets lab

Relational Database | sessions 20-26

31 Oct | relational databases
05 Nov | tables
07 Nov | relationships
12 Nov | input & output
14 Nov | SQL
19 Nov | complex queries
26 Nov | databases lab
 21 Nov | Thanksgiving 

Presentation | sessions 27-30

28 Nov | presentation design
03 Dec | presentation delivery
05 Dec | presentation lab
12 Dec | 0800-1100 | final in class presentation





The second component is to demonstrate
an understanding of how to link a basic page to a CSS stylesheet.

Link your hard coded web page to a stylesheet

website creation task logo

Task 02.02

Task 02.02 is to link your initial hard-coded homepage to one of a set of external CSS stylesheets. Use a basic text editor and link the page you created for Task 2.1 to one of these CSS sheets (you can make the link either an absolute link to a sheet you do not control or a relative link to a sheet you do control).

You may wish to experiment with each of the stylesheets to see which one most suits you, or which one causes your block level elements to display in a more interesting fashion. You may also wish to add different kinds of HTML tags on your 2.1 page to see how the different stylesheets cause them to display. You may also wish to experiment with the CSS selectors and declarations on your chosen stylesheets, to see how they display after you have modified them.

Update "task02-01/index.html" page and update the entire "task02-01" folder to your public_html space by 2359 on day before the working with the layers session. This task component is required, to compel you to try out linking to an external CSS stylesheet.

back to top