The day that we all dreaded. Time to prove that four weeks wasn't wasted. From day 1 Dwight 'a breathe down wi necks' about this test. Anyway the test pretty much covered exactly what we have been doing...20 tricky multiple choice questions.
So that was that, now to get into this week's lesson.
What I have realised with web designing is that you can never get too complacent. Just after battling with HTML I must now go to war with CSS. Yes introduction to Cascading style sheet. Since most of the styling elements became depracted in HTML 4.0, CSS was established to handle this duty specifically.
HTML - Content, Document Structure
CSS - Styling, Layout
Css basically functions with rules that make relations to the elements that appear in the HTML. The rules tell the element how to perform. So for example in the CSS a rule like this could be written.
p {font-family:Garamond;}
CSS identifies the p element in the HTML and then indicates that the paragraph
should be in arial font. So thats it for starters...I can already tell that there will be nightmares about this.
p.s I got 18/20 for the test, thought u all should know. :)
No comments:
Post a Comment