HTML/CSS Bio Homework:

First Part of the Assignment (basically the same as hw2)

Second Part of Assignment (the new part)

  • Don't use any inline CSS.
  • Don't use any embedded CSS
  • CSS coding in the html files (inline or embedded) will result in points being deducted from your grade. Do NOT put any styling in your html pages.
  • Avoid the use of deprecated or obsolete tags and attributes
  • Create one, and only one, external CSS style sheet to style the following tags. Get creative! If you use the same CSS property for each tag, use additional CSS properties so there is some variation in your use of CSS properties.
  • Don't forget to link up the html pages with the external CSS style sheet - you use the <link> tag for this purpose in the head section of the html files.
  • You will copy your <link> tag to the other html pages in the site so that all html pages are connected to the same css file
  • Make the website look attractive.
  • Put the three html pages, the one image file, and the one .css file in the folder called hw3
  • Validate the html and css pages using the html and css validators. In general, it is best to validate your files before you upload them so you catch errors before uploading; however, unlike previous years, you can now validate files specifying the URL of your student site at www.student.nvcc.edu/myNOVAusername.
  • Upload the hw3 folder and all of its contents to your student web space
  • If you are using the myDrive file manager to upload the files, the easiest way is to upload the hw3; there is no need, unlike the previous myDrive, to upload the zip file using myDrive. and then use the Unzip feature at the right-hand side of myDrive to unzip the folder.
  • If you are using an FTP program such as CoreFTP or FileZilla, you can just upload the hw3 directory (which will also upload its contents)
  • The URL of your site on your student site shoud be something like student.nvcc.edu/hw3 where username is replaced by your myNova username; the URL must contain your myNova username. You cannot, at present, get the URL by clicking "My Student Site" at the left in the myDrive interface.
  • An alternative to myDrive - your URL would be http://www.ite170.com/yourlastname/hw1. If you do this, you must use an FTP program like CoreFTP or FileZilla to upload your file to this website.
  • After you have uploaded your site to the server, test it in a browser, i.e. open a new tab or window, and paste the URL of your site and make sure everything works
  • In Canvas, submit the URL when the homework is ready to be graded against the assignment. Revised: 2/13/23, 5:45pm, 2/19/23 to provide URL alternative to myDrive