Basic HTML Assignment
(revised 1/27/22, 11:10am based on a Judy Miller assignment)
Use a text editor such as Atom, Notepad, Notepad++, Sublime, or Visual Studio Code for this assignment. This is a straight up HTML assignment. No CSS.
Helpful resources:
General requirements for assignment
- Create a directory named hw1
- Inside the hw1 directory, create a one page website. Name the file with your last name, for example pegram.html.
- The page must be valid HTML5. Use the validator to check the code.
- The page must contain the following:
- a doctype for html5
- a <head> and <body> section with a <title> tag in the <head>. All the rest below belongs in the <body> section.
- a level one heading that tells us your full name
- one paragraph that tells us a little about yourself
- a level two heading that says My Classes
- an unordered list listing the classes you are taking this semester
- a level two heading that says My Work
- one paragraph that tells us about your current job. If not currently working, about some previous job. If you have never worked, about your dream job.
- There is no minimum length for the paragraphs in your web page.
- After you have created and validated your lastname file, upload this file into the hw1 directory on your web space. You can do this through the myDrive interface or by using a FTP program such are CoreFTP or FileZilla.
Submission
- Submit in Canvas
- The URL of hw1 - the URL should be http://mydrive.nvcc.edu/username/public/hw1 (where the word username is the student’s MyNOVA username, the thing before the @ sign in the email address).
- However, if you already have files at the top level of your site from another class, I suggest you put all your work for this class into a folder, e.g. ite170. In that case, your URL would be http://mydrive.nvcc.edu/username/public/ite170/hw1
- The html file - Attach the file in case there are problems with the URL you submitted or you had difficulty in FTP.
- After you upload the file, you should be able to access your submission by clicking the URL next to your name on the students page at https://billpegram.com/ite170/spr22/students.html If I have listed your URL incorrectly on that page, or you are using a ite170 folder at the top level of your site, email me and I will correct it.