Exercise Two
Exercise Two Overview
Exercise Two has three parts. There are more detailed instructions below this first list. Remember to take Quiz 2 on Blackboard Learn+ as well.
- Create an HTML file named ex2.html (or ex2.htm) with a text editor and save it to your hard disk. Use these basic formatting HTML tags to write two headings and three paragraphs (or more) about the topic you are considering for your final project.
- Use your web browser to view your HTML file and troubleshoot any problems. Save your HTML file to upload next week.
- Fill out the exercise two feedback form and you are done!
Details
Create a File
- Open up your text editor; use NotePad or TextPad for the PC, or TextEdit or TextWrangler for the Mac for this first exercise.
- In the Menu: File > New (New Text Document)
- You will be given a blank document; save it on your hard drive with the name ex2.html. Remember where you have saved it.
- Now add the HTML skeleton tags to your file; all eight tags in correct order. This is a good time to reflect that the browser reads your HTML file from left to right and top to bottom. That is why the order is important.
- Type in the title of your page between the
<title></title> pair; something like "My_first_names's Final Project Ideas (ex2)" without the quotes.
- Between the
<body></body> tags, type something like "My content for my home page will go here" and save your file.
- Proofread your file by viewing it in your browser. In the browser menu: File > Open File... and guide the ensuing dialog box to the place you have saved your index.html file. Remember where you saved it? This is called viewing your file locally on your hard drive as opposed to viewing it over the Internet.
- You should be able to view your HTML file in the browser and see if it visually indicates any errors. A good indication that things are working is that you only see the text you put between the
<body></body> tags displayed.
-
Switch back and forth between your text editor and web browser; make changes in your text file, save them, and refresh your view in your web browser to view the changes.
-
Add the headings an paragraphs mentioned above about your final project thoughts.
-
When all looks correct, save your file to upload next week!
-
Technically, there is no page to upload this week, so a feedback form
might seem like overkill. Please fill it out anyway.
Exercise Two Grading
Exercise Two is worth fifteen points, here is the breakdown.
- Fifteen Points
- Feedback form turned in on time (February 21) with one of the first two choices checked in the "Exercise Status" section.
- Eight Points
- Feedback form turned in on time (February 21) with "I didn't try at all" checked in the "Exercise Status" section.
- Zero Points
- Any other outcome.
Exercise Two Feedback Form
Due by
9PM on February 21