Menu

Week 2

As someone who knows nothing about coding, building a website from zero is hard for me, so I chose a template with many dispersed modules to learn some relevant HTML and CSS code as I tweak each little accessory. Like the template I'm currently using has a lot of square modules, I can use the developer tools to find the code corresponding to each module (the CSS code will show the lines directly) and then change their size and position and add the features and content I need, for example, I've learned to change the fonts and spacing, etc. I have adjusted the homepage to my favorite style, which looks nicer than the original template!

Sometimes, I change the code in the developer tool first, confirm the effect, and then copy it to the HTML file. This is a way for me to quickly grasp the meaning of each line of code. This process also helps me understand the relationship between HTML, CSS, and JS.