Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
foundation-1/02 Interface Design.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
12 lines (6 sloc)
727 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Interface Design | |
So far, in the blue labs you have been shown how to design page structures using html5. | |
In this week's lab you should work as a team to choose the most important feature from those provided in the **basic** requirements and use your knowledge of HTML5 to design the structure of the static page layouts that could be used in delivering this feature. | |
Your team will be expected to present and justify their designs during one of the labs next week. | |
At this stage you are not required to style the pages or implement the functionality, we will be covering these skills needed in future labs. | |
If you find programming hard it is recommended that you start next week's lab (JavaScript) as soon as possible. |