SILS iSchool

31 Jan 2019

meets Tuesday and Thursday from 0800-0915

in Carolina Hall 220

Contact options

office hours in Manning 112


Value Added | daily

Class Schedule

Basics | sessions 01-05

10 Jan | intro
15 Jan | clients
17 Jan | servers
22 Jan | networks
24 Jan | basics lab

Web Development | sessions 06-11

29 Jan | structural layer
31 Jan | presentational layer | in practice | 02.02 | planning | next session
05 Feb | working with layers
07 Feb | behavior layer
12 Feb | images & design
14 Feb | website lab

Document Markup | sessions 12-14

19 Feb | document markup
21 Feb | tools that read markup
26 Feb | document markup lab

Spreadsheets | sessions 15-19

28 Feb | spreadsheets
05 Mar | formulas & functions
07 Mar | data display

 09-17 Mar | Spring Break 

19 Mar | database tools
21 Mar | spreadsheets lab

Relational Database | sessions 20-26

26 Mar | relational databases
28 Mar | tables
02 Apr | relationships
04 Apr | input & output
09 Apr | SQL
11 Apr | complex queries
16 Apr | databases lab

Presentation | sessions 27-30

18 Apr | presentation design
23 Apr | presentation delivery
25 Apr | presentation lab
30 Apr | 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