Home > Web Front-end > JS Tutorial > body text

Starting with the Basics: My Early Thoughts on HTML, CSS, and JavaScript.

WBOY
Release: 2024-08-14 10:34:02
Original
1040 people have browsed it

Starting with the Basics: My Early Thoughts on HTML, CSS, and JavaScript.

When I first started learning web development,I started with HTML, CSS before moving on to JavaScript. After few weeks of learning Js, I wrote down my thoughts on each of the big three: HTML, CSS, and JavaScript. Looking back, it’s interesting to see how my understanding has evolved.

HTML
I actually think HTML is used for the main page. For me, it is what makes up the page—what you can see. That’s all I thought HTML did.

CSS
As the name implies—Cascading Style Sheets—CSS is used to style the page, give it shape, color, and style. I imagined anything related to decoration, animations, transitions, and transformations was all CSS.

JavaScript
JavaScript is the big daddy. I see it as the tool for manipulation, making the page respond to different events like loading and clicking. It feels like there’s a god controlling the page somewhere when JavaScript is involved. JavaScript is flexible, versatile, and dynamic.

I copied all these exactly from my journal. This was just a few weeks after I started learning JavaScript. I wanted to be able to differentiate between the big three, and I guess my view of them still applies even now!

The above is the detailed content of Starting with the Basics: My Early Thoughts on HTML, CSS, and JavaScript.. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!