Welcome to Week 2, where I have learnt more about CSS and HTML. More tags we learnt is the <div> tag, which can basically encapsulate anything and not very useful, instead we can use stuff like <header> for the top header, <nav> for the nav bar and <article> for the main article, and <footer> for the bottom of the page. Syntax for CSS is like h{color:aqua;} very similar to C language where it ends with semi-colon and braces with curly-brackets. We are also able to use style parameter within tags to indicate css, or within the head of the html file, with the style tag, lastly we can reference an external stylesheet. Here is my CA1-5 for this week.




