Posts

Lab Class: JavaScript

Image
As the previous class is cancelled, today is the real day when the lecturer explain about javascript in front of the class. most of the material is still an easy one and available in the slide. we also do lot of practice from w3schools such as: Arrays Condition Loop

Class Cancelled

Image
today lab class was canceled because of the lecturer's in law passed away.... I did not do anything specific for this class, just read more about HTML, CSS, and JavaScript from w3schools.com. There are a lot of thing that i still cannot understand fully, but it sure is easy to follow and i did some of their exercise to improve my own skill. I watch more regarding JavaScript Form, it is the video i watched: it is fun to watch... i also read more regarding javascript form from w3schools. well, that is it

Lab Class: More about CSS

Image
Well... continuing from before... i learn more about CSS. i tried to understand the responsive CSS. which is the site that change suit the devices. that means you will get different looks when you saw it using PC and when you saw it using mobile. Well, i cannot trully understand everything though, but i just read on in w3schools and other resources

Lab Class: CSS

Image
Today we learn more about CSS which mean about how to style the page. i learn mostly from w3schools, with its exercise and example that easy to understand. one of the most interesting one is to make layout from CSS: below is a simple introduction regarding CSS layouting...

Lab Quiz

Image
Today, instead of having normal class, we are going to have a quiz. The lecturer ask us to follow the requirement given and make an HTML page. the requirement is such as below: The lecturer also gave us the example of output that she wanted: After writing a code that suitable for the requirement given, here is the result of what i do for lab quiz....

Theory Class: Continuing HTML

today we learn more about HTML, but without using direct practice such as on the lab yesterday. we learnt more about HTML element and also a little bit of CSS in HTML. there are many text element in HTML such as: <p> </p> for parafraph <br\> for line break <hr\> for horizontal line <pre> <\pre> for preformatted text Logical Styles: <em> </em> emphasize the text <strong> </strong> the text is strong <code> </code> the text is some computer code physical style: <b> </b> for bolding the text <i> </i> making the text italic besides text, we also using image in HTML and the basic code for it is using img tags such as:  <img src = "imgsrc.jpg">.  We also can change the width and height of the image inside the tags. the format for it is: <img src="your image source" width="width of your image" height="height of your image&quo