SILS iSchool

09 February 2021



Value Added | daily

Class Schedule

Basics | sessions 01-03
  1. 19 Jan intro and clients | lecture | labs
  2. 26 Jan servers and command line | lecture | labs
  3. 02 Feb networks and protocols | lecture | labs
Web Development | sessions 04-08

  1. 09 Feb structural layer | lecture | labs
  2. 16 Feb presentational layer | lecture | labs
  3. 23 Feb using a structure | lecture | labs
  4. 02 Mar behavioral layer | lecture | labs
  5. 09 Mar design thoughts | lecture | labs
Dealing with Markup | sessions 09-10
  1. 16 Mar control objects and display | lecture | labs
  2. 23 Mar tools that read markup | lecture | labs
Working with data | sessions 11-14
  1. 30 Mar formulas, functions, vectors | lecture | labs
  2. 06 Apr data display | lecture | labs
  3. 13 Apr manipulate data sets | lecture | labs
  4. 20 Apr relational data bases | lecture | labs
Presentations | sessions 15-16
  1. 27 Apr designing a presentation | lecture | labs
  2. 04 May 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

09 February Lecture | preps | practice | theory | tags | hyperlinks/anchors | terms