SILS iSchool

week of 10 September 2020



Value Added | daily

Class Schedule

Basics | sessions 01-03
  1. 13 Aug intro and clients | lecture | labs
  2. 20 Aug servers and command line | lecture | labs
  3. 27 Aug networks and protocols | lecture | labs
Web Development | sessions 04-07

  1. 03 Sep structural layer | lecture | labs
  2. 10 Sep presentational layer | lecture | labs
  3. 17 Sep using a structure | lecture | labs
  4. 24 Sep behavioral layer | lecture | labs
Dealing with Markup | sessions 08-09
  1. 01 Oct control objects and display | lecture | labs
  2. 08 Oct tools that read markup | lecture | labs
Working with Data | sessions 10-13
  1. 15 Oct formulas, functions, vectors | lecture | labs
  2. 22 Oct data display | lecture | labs
  3. 29 Oct manipulate data sets | lecture | labs
  4. 05 Nov relational data bases | lecture | labs
Presentation | session 14
  1. 12 Nov designing and delivering a presentation | lecture | labs


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

Task ② ⇒ web development

Link your hard coded web page to a stylesheet

website creation task logo

Task 02.02

Use a basic text editor and link the page you created for Task 2.1 to a CSS stylesheet (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).

Here are four different stylesheets you may choose to use.

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 using a template session. This task component is required, to compel you to try out linking to an external CSS stylesheet.

back to top

week of 10 September lab | work on task 02.02