Sunday, February 14, 2010
My Fourth IS Lesson: CSS
On the fourth IS lesson, I acquired some basic knowledge on CSS. CSS is the abbreviation for Cascading Style Sheets. Basically, CSS is used to change the layouts of web pages. The layouts in the web pages can be changed to the same one at once using CSS. One example of a code in CSS is link href="style.css"rel="stylesheet"type="text/css". It changes the formatting and styling of the content and look of the whole web page. DOCTYPE in CSS means that each HTML document must begin with a document type declaration that declares which version of HTML the document adheres to. HTML 4.0 comes in three flavours, each with a different DOCTYPE. The websites that talk about in-depth CSS are http://www.w3schools.com/css/ and http://htmlhelp.com/reference/html40/html/doctype/html.
Sunday, February 7, 2010
My Third IS Lesson: HTML
In the third IS lesson, I learnt about HTML tags such as title, body and br. I also learnt that the / in front of a word means to end it. The / is required because a function has to be ended. I also learnt about how to add an image, add a hyperlink, HTML file naming rules and alternative text. We only have to key in codes into the Notepad application to create a website. In order to understand HTML faster and better, I watched a video clip which teaches HTML in detail in less than 10 minutes! It helped me a lot in the learning of HTML. I hope to learn more about Cascading Style Sheets (CSS) in the upcoming lesson.
Subscribe to:
Posts (Atom)