Announcement
Tuesday 13 December will be the final lecture. The remain practical session will be devoted to exam support.
Please come along if you have any questions or want anything specifically demonstrated.
TCA Information
Please read the below TCA information very carefully.
The TCA Slots for the 19th Jan 2017
How to prepare for the TCA
You should ensure that you complete every weekly task
Complete the mock exam in your own time or in the practical sessions
Ensure that you're comfortable with laying out forms. They will be in the TCA. Go over the session 9 task and notes
Make sure you follow best practice
HTML
- HTML comments for closing DIV's
- Indent HTML tags relative to their parent
<div id="wrapper">
<div class="section">
</div>
<!-- /.section -->
</div>
<!-- /#wrapper -->
CSS
- Ensure you use indentation for CSS
h1 {
color: green;
text-align: center;
}
TCA pre written paragraph preparation
You will need to prepare 2-3 paragraphs of discussion on the below topics. These will be submitted as part of the TCA and will make up 5% of your mark. You must be able to access these answers on the day of the TCA as they will act as placeholder text for your website.
What is HTML?
Data protection considerations when asking users to fill out web forms
On page SEO considerations
Important, please write no more than2-3 paragraphs on each topic, we don’t require citations. It may also be useful to wrap the text in
tags to make it easy to insert into your website on the day of the TCA.