Webdev Notes

Homepage

About

This is a student website that contains tips and tricks on HTML, JavaScript and CSS. The tips are very beginner friendly and serves as a simple summary of basic concepts. It is useful for students to revise and learn basic web development concepts.


What is HTML?

HTML, which stands for HyperText Markup Language, is the standard language for creating web pages. It provides the structure and content of a webpage, defining how text, images, and other elements are displayed in a web browser. Essentially, it's the foundation upon which websites are built.

Learn more →

What is CSS?

CSS stands for Cascading Style Sheets. It is a stylesheet language used to describe the presentation and design of a document written in HTML or XML.

Learn more →

What is Javascript?

JavaScript is a programming language used to make websites interactive and dynamic. It runs in the browser and allows web pages to respond to user actions, change content without reloading, and handle complex features like animations, form validation, or games.

Learn more →