Home Page > > Details

CS200 AssignmentHelp With , HTML,CSS Programming Assignment,Help With css Course Assignment R Programming| R Programming

CS200 Assignment 5 Page { PAGE } of { NUMPAGES }
CS200 Assignment 5 – HTML and CSS
Due Monday February 10th 2020, 11:59 pm
Readings and Resources
On the web: { HYPERLINK "http://validator.w3.org/" } : a site that will check a web page for
faulty HTML tags
{ HYPERLINK "http://jigsaw.w3.org/css-validator/" } : a site that will check a web
page or external
CSS file for faulty CSS
{ HYPERLINK "https://www.student.cs.uwaterloo.ca/~cs200/" \l "handouts" }:
commented HTML
Texts: The Non-Designer’s Design Book, by Robin Williams, chapters 1–6, pages 117–120
Learning Web Design 4th Ed., by Jennifer Niederst
CSS Pocket Reference, by Eric Meyer, chapters 2, 4–9, 11, 12
Other Resources: http://www.w3schools.com/html/default.asp
http://{ HYPERLINK "http://www.htmlcodetutorial.com" }
{ HYPERLINK "http://www.westciv.com/style_master/academy/css_tutorial/" }
http://codeacademy.com/learn/web
Check our Pinterest page for other resources: https://www.pinterest.com/cs2000143/
Assignment Objectives
• To create a webpage for yourself using HTML and gain an understanding of how a webpage
works.
• To use tables, hyperlinks and images correctly.
• To familiarize yourself with and use Cascading Style Sheets (CSS) to format your webpages.
• To gain a stronger understanding of clients and servers and how webpages are shared.
Assignment Strategy
• This assignment must be done individually.
CS200 Assignment 5 Page { PAGE } of { NUMPAGES }
Your Tasks
For this assignment, you will be creating a small website for yourself using a text editor
(TextWrangler is available in the lab, but you can use any text editor of your choosing). Each
question contributes to creating your website. While you won’t be able to do all the questions in
the first lab, you should read through the entire assignment before beginning, to get a sense of
what you’ll be doing. In particular, read through all of question 1 before beginning.
1. [55%] Your site must include at least 4 HTML pages and at least 1 external CSS file, as
described below (the instructions for the 4th html page is in question 2). In part C you will be
applying CSS to style these webpages. It will be helpful to read through all of question 1 before
beginning, and you might want to consider all parts simultaneously, though you won’t be able
to complete all of question 1 until we’ve covered CSS in lecture.
Part A:
⎕ A page named root.html. This will be your homepage, which must include:
⎕ Your name and username at the top of your web page;
⎕ Your name as the <br>⎕ An image (such as the photo you edited for A3, or something else). Note that you may<br>only use the gif, jpeg and png image file formats in web pages.<br>⎕ Two absolute hypertext links to other web pages (ie. sites you find particularly<br>interesting);<br>⎕ A list of something;<br>⎕ A table of something;<br>⎕ A mail-to link to your UW email account;<br>⎕ This page should be visually appealing, easy to read, well designed, and consistent with<br>the guidelines from The Non-Designers Design Book. Make sure you follow the four basic<br>principles of visual design described in the book. Part B asks you to define at least 2 of<br>these basic principles and explain how you’ve applied them in root.html. You will likely<br>find this easier after learning and applying CSS in part C.<br>⎕ A relative hypertext link to each of:<br>⎕ design.html (see part B),<br>⎕ username.html (see below),<br>⎕ form.html (see question 2)<br>⎕ This file must be named root.html.<br>CS200 Assignment 5 Page { PAGE } of { NUMPAGES }<br>⎕ A page named username.html, containing the following:<br>⎕ Text of your choosing (ex. this could be more detail about something from root.html, or<br>anything else you’d like).<br>⎕ There must be a relative hypertext link from root.html to this page, as listed above.<br>While you are not required to have a relative hypertext link in design.html to go back to<br>root.html, think about why this would be a good website design choice.<br>Part B: Appearance of root.html. You will be marked for the appearance of root.html as<br>displayed in Firefox or Chrome. This might be easier to do after learning about CSS and doing<br>part C. You are also required to have the following:<br>⎕ A page named design.html, containing the following:<br>⎕ A definition of 2 of the 4 basic principles from the Non Designer’s Design Book.<br>⎕ A brief explanation (few sentences each) of how you applied these 2 principles to your<br>root.html page. Note that you should not have violated any of the 4 principles, but you<br>only have to define and explain your use of 2 of them. There will be bonus marks for<br>defining and explaining your use of the other 2 principles.<br>⎕ There must be a relative hypertext link from root.html to this page, as listed in question<br>1. While you are not required to have a relative hypertext link in design.html to go back<br>to root.html, think about why this would be a good website design choice.<br>Part C: You will now apply CSS to the webpages you just created. You can be as creative as you<br>want, as long as you follow the principles in the Non-Designer’s Design Book and satisfy the<br>following. In either root.html or username.html, you must have:<br>⎕ At least 9 distinct user-defined CSS styles defined and applied, as follows:<br>⎕ At least 3 of these must be defined in the <head> section of the page using a <style><br>tag pair.<br>⎕ At least 3 of these must be defined in styles.css, which you must link to either root.html<br>or username.html<br>⎕ At least 3 of these must use the style attribute to directly apply CSS to the contents of a<br>tag pair.<br>CS200 Assignment 5 Page { PAGE } of { NUMPAGES }<br>Notes:<br>• You must apply these 9 styles to either root.html or username.html, or you can apply<br>some in each of those pages, as long as you have 9 total and have satisfied the above<br>requirements.<br>• Root.html is marked for appearance in Part B based on the Non-Designer’s Design Book,<br>so it will be helpful to use some styles in root.html, though you can choose to use less<br>than 9 if you want, and apply the others in username.html, which will not be marked on<br>appearance.<br>• You are welcome to define and apply more than 9 styles, and you’re welcome to use<br>CSS styles in design.html and form.html (question 2) as well.<br>• While this is not required, you should also think about why you would want to link<br>styles.css to all 4 of your webpages, and consider doing so.<br>Marking<br>70% of question 1 will be marked based on the criteria listed above.<br>20% of this question will be marked based on the attractiveness of your root.html page as<br>displayed in Firefox and Chrome. This will be based on your use of the principles from<br>The Non-Designer’s Design Book, and your explanation of this in design.html.<br>10% of this question will be marked on how well organized and readable your source file is,<br>including appropriate indentation.<br>Bonus: Extra credit will be awarded for an especially attractive and creative webpage, for a<br>definition and use of the remaining design principles, for a non-trivial and interesting use<br>of JavaScript, or for entire page created in XML.<br>CS200 Assignment 5 Page { PAGE } of { NUMPAGES }<br>2. [35%] Create a file named form.html containing a web form with the following items. (Note that<br>labels are what the user of a form sees—just text—while names are what the cgi uses to identify a<br>piece of information—they are equivalent to a “field name” in a database—and values are the<br>actual data that is entered on the form.) You will need to look up the tags for some of these<br>form elements. Your form must have:<br>⎕ your name and username at the top of your web page;<br>⎕ a hidden field with the name “identity” whose value is your full name (ie. “John Smith”);<br>⎕ a one-line text input field with the label “Registration Number” and the name “idNumber”;<br>⎕ a multi-line, scrolling text input field with the label “Comments” and the name “comments”;<br>⎕ three radio buttons labeled “830 TT”, “1030 TT”, and “1430 WF” with the name “lab” that<br>submit the values “Lab101”, “Lab102” and “Lab103”<br>respectively, when selected;<br>⎕ one pop-up menu or scrolling menu with the label<br>“Application” and the name “app” that allows the user to select<br>from “Word”, “Excel”, “HTML”, “Pixel Graphics”, “Social Media”,<br>and “FileMaker”;<br>⎕ three checkboxes labeled “Macintosh”, “Windows”, and “Linux”<br>with names “mac”, “win”, and “unix”, respectively, each of<br>which returns the value “Yes” when checked;<br>⎕ a Submit button.<br>⎕ Your form should invoke the following URL using either of<br>the GET or POST methods.<br>https://www.student.cs.uwaterloo.ca/~cs200/cgi-bin/Responder.cgi<br>Clicking on the submit button of your form will cause Responder to echo back a list of the<br>names and values of the form parameters sent to it. At the right, for example, is what<br>Responder returned when sent data from the table-formatted grade request form discussed in<br>lecture (which had text fields for surname and id number, and checkboxes for assignments,<br>the midterm, the final, and the course mark).<br>CS200 Assignment 5 Page { PAGE } of { NUMPAGES }<br>4. [5%] Once you have completed Questions 1 and 2 you will move your webpages to your<br>public_html folder, by doing the following:<br>• Under your personal network drive, find the folder labeled “public_html”.<br>• Drag root.html, username.html, design.html, form.html, styles.css, and any other necessary files<br>into this folder.<br>• Your webpage should now be available at { HYPERLINK<br>"https://www.student.cs.uwaterloo.ca/~username/root.html" }, however, it will say<br>“Forbidden”, as you will now need to change the permissions on these files…<br>• Under Applications, go to Utilities and open the application Terminal.<br>• To login to Terminal type ssh followed by { HYPERLINK<br>"mailto:your_userID@linux.student.cs.uwaterloo.ca" }, where your_userID is your<br>Quest/student.cs username. For example:<br>ssh bmzister@linux.student.cs.uwaterloo.ca<br>• You might be asked if you want to continue. Type “yes”.<br>• When asked, type in your student.cs password and hit enter. Note that the cursor won’t<br>move while you type your password, but it still works.<br>• When you see [xx]% where xx is a number, you can continue typing…<br>• Type chmod -R go+rx public_html (do not copy and paste this; make sure you type it) and hit<br>Return.<br>• All of your files should now be accessible from a browser at the url:<br>{ HYPERLINK "https://www.student.cs.uwaterloo.ca/~username/root.html" }<br>Note: If you want to do this from your own machine, you will first have to connect to the server: {<br>HYPERLINK "smb://smb-files.student.cs.uwaterloo.ca" } and mount your network drive. If you<br>are doing this from off campus, you will first have to connect to UW’s VPN. Instructions on how<br>to do this can be found here: { HYPERLINK "https://uwaterloo.ca/information-systemstechnology/services/virtual-private-network-vpn/about-virtual-private-network-vpn"<br>}<br>Submission Instructions<br>• Create a folder called username_Assign5<br>• Move root.html, design.html, username.html, styles.css, form.html, and any other necessary files<br>into the folder.<br>• Compress this folder and name it username_Assign5.zip and submit it to the Assignment 5<br>DropBox on Learn.<br><br></span> </div> </div> <div class="width30bi divfr"> <div class="width99bi margintop20 divbdr divfl"> <div class="divtitle"> <div style="font-size:14px; font-weight:bold;" class="divfl " style="text-align: left"> Contact Us(Ghostwriter Service) </div> </div> <div> <ul> <li class="divullititle heightline25px divtal">QQ:99515681 </li> <li class="divullititle heightline25px divtal">WeChat:codinghelp</li> <li class="divullititle heightline25px divtal">Email:99515681@qq.com </li> <li class="divullititle heightline25px divtal">Work Time:8:00-23:00 </li> </ul> </div> </div> <div class="width99bi margintop20 divbdr divfl"> <div class="divtitle"> <div class="divfl divtitlefont" style="text-align: left"> Hots</div> <div class="divfr"> <img src="/image/j01.jpg" width="14" height="14" alt="Programming Assignment Help Picture" /></div> <div class="divfr"> <a href="Lists-0-1.html" id="infotop2_amore" title="Programming Assignment Help Article Sortting"> Read More</a></div> </div> <div> <ul> <li class="divullititle heightline25px divtal"><a href="2024041918888528121.html" title="Ghostwriter CS1B Spring 2024 TTH HW08Help With Java" target="_blank"> Ghostwriter Cs1b Spring 2024 Tth Hw08h... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918888527961.html" title="Help With Managing Financial Risk Problem Set 1Help With Matlab Programming" target="_blank"> Help With Managing Financial Risk Prob... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918888527811.html" title="Ghostwriter CS 0449 – Project 5: /dev/diceHelp With R" target="_blank"> Ghostwriter Cs 0449 – Project 5: /Dev/ </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918888527651.html" title="Ghostwriter ELEC 2141 Digital Circuit Design Term 1, 2024 Assignment 2Help With SQL" target="_blank"> Ghostwriter Elec 2141 Digital Circuit ... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918888527501.html" title="Help With CSC171 — Videogame ProjectHelp With Java Programming" target="_blank"> Help With Csc171 — Videogame Projecthe </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918830877961.html" title="Help With COMP3411 Artificial Intelligence Term 1, 2024 Assignment 3 – Nine-Board Tic-Tac-ToeHelp With C/C++" target="_blank"> Help With Comp3411 Artificial Intellig </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918830877811.html" title="Help With STAT3061: Random Processes & Applications Assignment 1Ghostwriter Programming" target="_blank"> Help With Stat3061: Random Processes &... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918830877651.html" title="Ghostwriter Accounting 452, Spring 2024 Assignment 2 - Earnings QualityGhostwriter Matlab Programming" target="_blank"> Ghostwriter Accounting 452, Spring 202... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918796158751.html" title="Ghostwriter FINC5001 Foundations in Finance Semester 1, 2023Ghostwriter Python Programming" target="_blank"> Ghostwriter Finc5001 Foundations In Fi... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918796158591.html" title="Ghostwriter 7SSMM712 – Topics in Applied FinanceHelp With " target="_blank"> Ghostwriter 7Ssmm712 – Topics In Appli </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918796158431.html" title="Help With COM 337 - Film Studies for the Digital Age (Spring 2023-2024)Ghostwriter C/C++ Programming" target="_blank"> Help With Com 337 - Film Studies For T... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918796158281.html" title="Ghostwriter MES202TC - Digital VLSI System Design and Design AutomationHelp With Java" target="_blank"> Ghostwriter Mes202tc - Digital Vlsi Sy... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918796158121.html" title="Ghostwriter Geography 2041B Distance Studies 2024Ghostwriter Matlab" target="_blank"> Ghostwriter Geography 2041B Distance S... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918792403121.html" title="Ghostwriter ECOS3006 International Trade Mid-semester Exam Semester 2, 2023Ghostwriter R Programming" target="_blank"> Ghostwriter Ecos3006 International Tra... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918792402961.html" title="Help With FIT5225 2024 SM1 Creating and Deploying an Image Object Detection Web Service within a Containerised Environment in Clouds Assignment 1Help With Python Programming" target="_blank"> Help With Fit5225 2024 Sm1 Creating An... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918695397651.html" title="Help With CIT 593: Introduction to Computing Systems Fall 2017 Final ExamGhostwriter R Programming" target="_blank"> Help With Cit 593: Introduction To Com... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918695397501.html" title="Help With MATH 4931: TAKE HOME EXAMGhostwriter Matlab" target="_blank"> Help With Math 4931: Take Home Examgho... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918695397341.html" title="Ghostwriter CSCI 547|INFO 533: Systems and Protocol Security and Information Assurance Assignment IIDebug SQL Programming" target="_blank"> Ghostwriter Csci 547|Info 533: Systems... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918695397181.html" title="Ghostwriter CS536-S24 Intro to PLs and Compilers Programming Assignment 5Ghostwriter Java Programming" target="_blank"> Ghostwriter Cs536-S24 Intro To Pls And... </a> <span class="colorlan"> 2024-04-19</span> </li> <li class="divullititle heightline25px divtal"><a href="2024041918695397031.html" title="Help With FIT5212 - Assignment 1Ghostwriter Python Programming" target="_blank"> Help With Fit5212 - Assignment 1Ghostw... </a> <span class="colorlan"> 2024-04-19</span> </li> </ul> </div> </div> <br /> </div> <div class="divfloatclear"> </div> <div class="bottomdiv"> <div class="width1000px divmargin0auto paddingtop20"> <div class="height30px divtal"> <a href="#" title="Programming Assignment Help Contact Us">Contact Us</a> - Email:99515681@qq.com    WeChat:codinghelp </div> <div class="height30px divtal"> © 2021 <a href="#" target="_blank" title="Programming Assignment Help Share">www.asgnhelp.com</a> <span style="display:none"> </span> </div> <div class="divtal"> <span class="colorlan">Programming Assignment Help!</span> </div> <div class="paddingtop20"> </div> </div> </div> </div> <div class="keifu"> </div> </form> </body> </html>