Thursday, April 22, 2010

IS week 4

This week we learnt about CSS: Cascading Style Sheets. It was quite interesting, but was definitely more complicated than HTML: Hyper Text Marked-up Language. In CSS, what we did was to encode some colors, fonts and the like, and then the CSS file is linked to the HTML file, which will then have the colors and fonts encoded in the CSS file. What we learned was the external style sheet, which allowed us to link multiple pages to a single style sheet, so that the HTML pages have a constant and consistent look.

Wednesday, April 14, 2010

IS week 3

This week we learned about html. I first thought it would be difficult, but I found that it was definitely easier than C++. I found html very interesting, as I definitely didn't know a webpage could be created with just Notepad, and as I always wanted to create a webpage, I found it really interesting.