|
... part of the Web Site of George North -- Back to Site Index to BlackBoard
Spring 2012 News - Week 2 Monday, Jan 30 Assignment Case Problem 4 Key Terms Thanks for all your work. Tutorial 1 - Developing a Web Page
Expectations
Comments (Documentation or Decoration) Top of every webpage will look something like this:
Please note that it is important that the very first line of your HTML be the <!DOCTYPE ... declaration, as demonstrated above. W3C Markup Validation Service will NOT work properly if <!DOCTYPE ... declaration is not the first line. For an explanation of doctype declarations see this website ... and this one too. You may also want an understanding of "Content-Type" (charset=utf-8) here and here, and Wikipedia too. In-line comments included in your HTML are also called documentation, and decoration. When I ask you to decorate your HMTL, I am asking that you include in-line comments. Comments remind you what your HTML code is supposed to accomplish. Comments allow others to more easily understand your HTML. Most importantly for our class, comments make it possible for George to grade your work. The grading rubric for most every assignment will require you to include in-line comments that document the graded elements of the assignment. In-line comments like this:<!-- below demonstrates the use of inLine style --> <h1 style="text-align: center">Chemistry Class</h1> Hint: Submit your assignments early. If you turn-in before 11:59 PM, on Friday, I will provide you with feedback. You can make corrections and submit your work again ... no penalty -- until the due date (which is almost always 11:59 PM on Sundays). Remember, late assignments suffer a 20% penalty deducted from your grade (as explained in our Syllabus). Another way to think of this is that "C" is the highest grade you can earn for work turned-in late.
Required: All the HTML
Required: FTP Client Follow link to this page for information about FTP -- File Transfer Protocol.
Use the Web to learn HTML Syntax When attempting a Google search, just include "HTML" as part of your search string ... and Google will suggest 100s of sites with information. For example, this week you must include an ordered or unordered list. So, search string for Google would be "HTML ordered list" ... TRY IT !!!
Remember ... ask for HELP ... ask early, ask often. |