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


We'll start our consideration of HTML by creating a web page using MSWord

HTML practice

Let's make a web page

If you have never made a web page, we are about to see how simple it can be. We'll take the process step by step.

  1. I will open this document. It should open in its base application, MSWord. You have a basic page with some basic formatting on it.
  2. I will save it to a space on the computer I am using, a place I can find. I suggest you create a working folder on your laptops for your web development work and name it something you can easily find. Were you creating this document, you would then save the document into that folder. After you have done this, you should be in your new folder and all future saves will be saved here.
  3. Go to File and select Save As ...
  4. In the dialog box that appears, chose Save as type: web page ("htm;*html), and then select the Save button.
  5. Done! I now have a web page. My MSWord display will change, but I am still in MSWord and I can manipulate this web page as if it were either a web page or a paper document. However, we first want to see how it looks in a browser.
  6. Let me open my preferred browser and go to File > Open file.  Inside the dialog box, navigate to the web page I just saved (it will be named '"initialhomepage.html") and select it. It should look something like this (except with a different file name):
an image of what the practice page looks like in Chrome

It looks like this because my operating system is performing both server and client functions for me. But the world cannot yet see it. I will have to SFTP it to a WWW-capable server (like Opal) to make it available to the world. For right now, I can use the browser to see what it will look like when I do decide to go public.

Now, put it aside and let's discuss the theory behind what we just did.

back to top

20 January Lecture | preps | practice | theory | tags | links | terms