First Project
Students,
Believe it or not, by now you know enough about html5 to create your first webpage. For your first project, I want you to create your first webpage using html5 remember that if you wish to comment your html code, you must use the comment notation in your code. It consists of an open angle bracket followed by an exclamation point and two dashes (or minus signs). To close the comment you'll need 2 dashes and the opposite angle bracket. An example would look like the following:
<!-- a comment that does not interfere with my code. -->
You can create comments any where in your page. They serve as reminders to you or your coworkers what goals you are trying to accomplish, what your code means and other important details you wish to package with your site without altering your site's layout or behavior.
For your first project, create a website (a front page minimum) using html5 - no WYSIWYG tools or shortcuts. Every 5-10 lines should have a comment explaining your design decisions. The site should feature a hypothetical business of your own design and a brief description of what you are selling, along with an "about me/us" section. That section should have a small summary (the size of a paragraph) of 3 things you like in life (hobbies, pursuits, entertainment, etc.) and include an image or video for each. Overall there should be 3 separate paragraphs each one accompanied by an associated image or video (be certain to use the height/width attributes to readjust the size of very large images/videos so that they will fit into the page along with the other elements, particularly, without excessive left/right scrolling). At the end of each paragraph there should be a link to an external website "for more information".
How to submit the project: (Due 10/5/2018)
Create a folder (named after you, i.e. <first_name>_<last_name>_project1) for your submission. It should contain:
Lastly, compress the folder into a zip file and upload it to a Dropbox folder and send the link to the folder to my email address. (Use the "..." button, then click "share" - the option of "can view" should be visible or selected - and create link/copy link will copy an address link to your clipboard.)
Remember to send any additional questions to our Google Group.
Believe it or not, by now you know enough about html5 to create your first webpage. For your first project, I want you to create your first webpage using html5 remember that if you wish to comment your html code, you must use the comment notation in your code. It consists of an open angle bracket followed by an exclamation point and two dashes (or minus signs). To close the comment you'll need 2 dashes and the opposite angle bracket. An example would look like the following:
<!-- a comment that does not interfere with my code. -->
You can create comments any where in your page. They serve as reminders to you or your coworkers what goals you are trying to accomplish, what your code means and other important details you wish to package with your site without altering your site's layout or behavior.
For your first project, create a website (a front page minimum) using html5 - no WYSIWYG tools or shortcuts. Every 5-10 lines should have a comment explaining your design decisions. The site should feature a hypothetical business of your own design and a brief description of what you are selling, along with an "about me/us" section. That section should have a small summary (the size of a paragraph) of 3 things you like in life (hobbies, pursuits, entertainment, etc.) and include an image or video for each. Overall there should be 3 separate paragraphs each one accompanied by an associated image or video (be certain to use the height/width attributes to readjust the size of very large images/videos so that they will fit into the page along with the other elements, particularly, without excessive left/right scrolling). At the end of each paragraph there should be a link to an external website "for more information".
How to submit the project: (Due 10/5/2018)
Create a folder (named after you, i.e. <first_name>_<last_name>_project1) for your submission. It should contain:
- the .html file you coded the page
- the images and/or videos used in the about me/us section
- any other item(s) embedded in your page
Lastly, compress the folder into a zip file and upload it to a Dropbox folder and send the link to the folder to my email address. (Use the "..." button, then click "share" - the option of "can view" should be visible or selected - and create link/copy link will copy an address link to your clipboard.)
Remember to send any additional questions to our Google Group.
Comments
Post a Comment