Week 3: What I really want to teach?
I already knew a little bit about CSS which is related to styling of the website. However, I've never actually used CSS because I've never actually built a website. Before taking this class, I thought that building a website was just like making an app. It was the same in making the website according to the desired specification by coding it, and putting the desired function into the website to make it work. However, I found that the way of putting the styling and functions to the website was quite different from making a mobile app. It was really interesting to me. To develop a website, three programming language are needed, HTML, CSS, and JavaScript. It is the different point from mobile app development which needs only one programming language, such as objective C, Swift, Android Java, or Flutter. HTML is responsible for the layout of, CSS is for styling of, and JavaScript is in charge of functions of the website. Also, writing a code at any text editor is different from m...