the lecture was about HTML and CSS code.
Honestly, I never be taught about HTML before, so firstly it seem to be really hard for me to understand these computer's language. On the other hand, I felt that it is pretty cool if I know how to use these codes, because when Max showed an example of what can we do in the lecture, it look really interesting.
After that, in the tutorial Nathan made all my confusion and worry gone away, because he made every write the HTML code to make the IceCream Sandwiches web page, which guide by him and his fast typing page on the screen, ^_^
but at least he make me felt that the HTML and CSS is not that hard to understand, it just need sometime to spend looking at it and more practice.
after my web page turn out to be something like the example page, I felt really proud that at least I can do it.
some note of what I learned:
- li : list
- p : paragraph
- img: image
- ul : un-order list
- n av : navigator
- < href = "......."> : for tag
- < / HTML> : for the end
From the lecture, I learned that
HTML : is the set of markup symbols or codes inserted in a file intended for display on a WWW browser page. ( HTML is the content)
CSS : Cascading Style Sheets are a series of instructions that specify how text should appear on a web page. CSS set the rule for the content. you can use CSS to set the style for text, boarders, and other elements, and apply these style to the entire web site.

