Week 1 -Updates

Html Essentials

Hi everyone, in my last blog which was my first blog too lol ( pls don't mind the humor ) , I preached about basically how documenting your journey helps in so many ways. And one of them was to keep me accountable. And here I am , I wasn't too consistent in daily coding but when I remembered about the blog and saw so many encouraging messages on my very first blog, I got up and did the work.

Weekly Update:

  • I am learning about how the computer and internet works. I got an understanding of web browser and client and server relationship.

  • Basic idea of CSS, Html and JavaScript and what are their roles. I can summarize CSS is the design of the car, html is the structure and body of the car but it doesn't work without engine and other mechanical parts, right? so JavaScript is that in a website.

  • Basic difference between front-end and back-end development. In a restaurant, the dining area is the front-end where the customers visit and eat and the kitchen is the back-end which the customers dont see and where the recipes are cooked. Now, html CSS JavaScript handles only the front-end part. But Node Js , etc handles the back-end part. And of course, the warehouse is the Database where all the food items are stored.

  • My first task is to create a similar looking page to Wikipedia, My own Chicken page!. So I added headings and paragraphs and other imp tags like bold italic ( I have learnt from MDN docs that bold and italic should be practiced in the CSS and not in the Html ).

  • Next Up, I added anchor tags and created a nested list and two very cute chicken pics.

  • And learnt about comments.

Very basic stuff I know but we all start somewhere :)

In the upcoming updates, I am hoping to provide some value by documenting some of my projects so that you can follow the steps and add them to your project collection. Thank you for your support !

image.png A little glimpse of what I said above