This is the P2PU Archive. If you want the current site, go to www.p2pu.org!
BEFORE YOU BEGIN! Make a copy of your first week's work and save it to a folder on your server named Week 2. Use the files in the Week 2 folder as the foundation for developing this week's activities.
Keeping track of your different weeks' work will allow you to look back and reflect on your progress.
Hopefully you're beginning to feel comfortable working with basic HTML and are learning how to use it to semantically define the content of your web page.
To clarify, in web development we use the term semantics to mean that the tag used to markup the contents makes sense as a descriptor of what type of text is being marked up. For example, the first heading or title of your page should be marked up with the <h1> tag. Paragraphs will be defined by the <p> tag.
Sub-headings should be defined by increasingly lower level headings depending on their importance in the text (<h2> through to <h6>). This use of headings is similar to the way Word Processing software allows users to define sections of a report, article or academic paper.
If you use the <h1> tag to make a section of text appear larger, but it is not a heading, that is not semantic markup and is not a web page made to web standards. When you wish to change the appearance of your text, you will use Cascading Style Sheets or CSS. Some of you may have started to experiment with CSS, but please use this week to focus on learning more about HTML structure and standards based tags as described in the readings.
We'll begin to look at CSS next week.
Post links to your work for Week 2 in the Week Two Activity Forum.