SILS iSchool

30 January 2020



Value Added | daily

Class Schedule

Basics | sessions 01-03
  1. 09 Jan intro and clients | lecture | labs
  2. 16 Jan servers and command line | lecture | labs
  3. 23 Jan networks and protocols | lecture | labs
Web Development | sessions 04-07

  1. 30 Jan structural layer | lecture | labs
  2. 06 Feb presentational layer | lecture | labs
  3. 13 Feb using a structure | lecture | labs
  4. 20 Feb behavioral layer | lecture | labs
Document Markup | sessions 08-09
  1. 27 Feb control objects and display | lecture | labs
  2. 05 Mar tools that read markup | lecture | labs
Working with Data | sessions 10-13
  1.  26 Mar  formulas, functions, vectors | lecture | labs
  2.  02 Apr  data display | lecture | labs
  3.  09 Apr  manipulate data sets | lecture | labs
  4.  16 Apr  relational data bases | lecture | labs
Presentation | session 14
  1. 16 Apr designing a presentation | lecture | labs
  2.  23 Apr  designing and delivering a presentation | lecture | labs


Let's apply our understanding of the structural layer
by hard coding a single, simple web page.

Task ② ⇒ web development

The first component is to demonstrate some hard coding skills with HTML

Start off by showing a little facility with hard coding by creating a single web page to prepare ourselves for the main task

back to top

Task 02.01

website creation task logo

Create an initial hard-coded homepage, a page we will use in class to practice other skills. Use a basic text editor and type in the text on the tags page of the HTML session class notes.

Create a folder on your computer and name it "task02-01", then save the file as index.html in the folder you just created so that it will display as the first page in that directory. This may be the basis of your fuller task 02 website, but it does not have to be. You may wish to use this hard-coded page solely for HTML practice in class, but create a totally individualized, fuller, multi-level personal web site according the specs provided in task 02.03.

back to top

Condition

By 2359 on day before the CSS session, SFTP the entire "task02-01" folder into the directory you created in task 01.04 and tell your lab/recitation instructor to look at it. Task 02.01 is required just to compel you to try out hard coding.

back to top

Standard

Your hard coded page must validate using the W3C Markup Validation Service. There must be no errors in your code.

back to top

Yours might look like this

[task 02.01 hard code using Brackets]

back to top

20 January lab | work on task 02.01