Show navigation

Introduction / Markup Pt 1

Today we learn about the course, and take our first foray into Hypertext Markup Language.

If you're not totally sure you know how to do this...

...on your computer, try doing a test run - download some images from the internet, put them in a folder, and then zip that folder up. If you can then unzip it and create a duplicate of the original folder with the same images inside, then you're golden.

Otherwise, since your computer is probably different than mine, you'll want to do some googling, or reach out in Slack and see if any of your classmates have the same kind of computer as you.


Monday class schedule
Week of...TopicTask Assigned
Sept 12thMarkup Pt 1: contentLab 1 (due Sept 16)
Sept 19thMarkup Pt 2: documents & layoutLab 2 (due Sept 23)
Sept 26thIntroduction to CSSLab 3 (due Sept 30)
Oct 3rdIntro to CSS Pt 2Quiz 1; Assignment 1 (10%) (due Oct 21)
Oct 10thThanksgiving 🦃
Oct 17thLayout in CSS Pt 1 & 2Lab 4 (due Oct 21)
Oct 24thReading Week
Oct 31st 🎃WorkflowQuiz 2
Nov 7thDesigning the High-Performance Web Pt 1
Nov 14thDesigning the High-Performance Web Pt 2Lab 5 (due Nov 18)
Nov 21stContent Management Systems Pt 1Assignment 2 (20%) (due Dec 5)
Nov 28thCMSs Pt 2Assignment 3.1 (20%) (due Dec 8)
Dec 5thCMSs Pt 3
Dec 12thFinal presentations (a.k.a. Assignment 3.2)
-- Notes --
  • Each lab assignment is worth 8% of your final grade.
  • Each quiz is worth 5% of your final grade.
Thursday class schedule
Week of...TopicTask Assigned
Sept 8thMarkup Pt 1: contentLab 1 (due Sept 14)
Sept 15thMarkup Pt 2: documents & layoutLab 2 (due Sept 21)
Sept 22ndIntroduction to CSSLab 3 (due Sept 28)
Sept 29thIntro to CSS Pt 2Quiz 1
Oct 6thLayout in CSS Pt 1Assignment 1 (10%) (due Oct 21)
Oct 13thLayout in CSS Pt 2Lab 4 (due Oct 19)
Oct 20thLab session (Asn 1 help)
Oct 28thReading Week
Nov 3rdWorkflowQuiz 2
Nov 10thDesigning the High-Performance Web Pt 1
Nov 17thDesigning the High-Performance Web Pt 2Lab 5 (due Nov 18)
Nov 24thContent Management Systems Pt 1Assignment 2 (20%) (due Dec 7)
Dec 1stCMSs Pt 2Assignment 3.1 (20%) (due Dec 8 - EOD)
Dec 8thCMSs Pt 3
Dec 15thFinal presentations (a.k.a. Assignment 3.2)
-- Notes --
  • Each lab assignment is worth 8% of your final grade.
  • Each quiz is worth 5% of your final grade.

Appendix:
Elements we talked about today

elementdescriptionexampleresult
pparagraph<p>Paragraph 1.</p><p>Paragraph 2.</p>

Paragraph 1.

Paragraph 2.

ememphasisI <em>totally</em> get this.I totally get this.
strongstrong emphasisI <strong>got</strong> this!I got this!
aanchor<a href="https://nfb.ca">NFB</a>NFB
ulunordered list<ul><li>List item in a list</li></ul>
  • List item in a list
lilist item<ul><li>List item in a list</li></ul>
  • List item in a list
h1Primary heading<h1>Primary heading</h1>

Primary heading

h2Secondary heading<h2>Secondary heading</h2>

Secondary heading

h3Tertiary heading<h3>Tertiary heading</h3>

Tertiary heading

h4Quaternary heading<h4>Quaternary heading</h4>

Quaternary heading

h5Quinary heading<h5>Quinary heading</h5>
Quinary heading
h6Senary heading<h6>Senary heading</h6>
Senary heading
Table of ContentsHow this course works.This course (in chart form)This course (in detail)What are we learning about?Why does it matter?How will we learn it?How do I pass this course?How the web worksHTML