Post 3 - Book review
Hi everyone! Hopefully your all skiing holiday went well! 😎 In this post, I will tell you about the book which I picked for this exercise. Because I am interested in web development I picked "Javascript for Modern Web Development: Building a Web Application using HTML, CSS, and JavaScript" from Ranjan, etc. (2020). From the book, I read chapters on CSS and JavaScript. Why web development? From the first course of web-based coding, I keen on it and somehow it was fun to see in a visual way what is possible to build with code. Therefore, I would love to learn more about CSS (Cascading Style Sheets) and JavaScript, so I thought to read these chapters of this book. So basically CSS is a must-have skill in web development besides HTML. According to the book, HTML is the content definer and CSS defines content visuality. Briefly, CSS has two main parts: a selector (e.g. <p>) and a declaration block (e.g. { color: blue; font-family: "Arial"}). There are three CSS ...