css

cSS, otherwise known as Cascading Style Sheets, is a language used to design the style of a website that is written in a markup language like HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.

CSS is a language that is designed to allow the separation of presentation and content. It is written to make changes the layouts, colors, and fonts, and make the content look appealing. The separation of design from the content also improves accessibility, provide more flexibility and control of the presentation on the website. It also enables multiple webpages to share formatting by specifying the CSS in a separate .css file. This reduces the repetitive process of adding the same design to several pages on the website.


"want to know more?"

Computational Thinking

According to renowned computer scientist, Jeannette M. Wing, computational thinking skill is the most in-demand skill in the age of information. Computational thinking allows us to problem-solve and think like a computer scientist. more

Programming at Early Ages

Educators agree that the best age to learn a skill like math or language is ages 5 - 11 years old. Similarly, children need to start learning coding at an early age to build a deeper foundation for their future. more

MIT App Inventor

MIT professor Hal Abelson took the initiative to build a platform to to make app development easy and accessible for people who were non-programmers, even kids. more

Python

Python is one of the most popular programming language in the world right now which has helped create platforms like Facebook and Youtube! And surprisingly it is so simple that kids aged 5 years old can understand it. more


Any plan for NOV schools break?

Join our Camps

the good thing about CSS is that it's syntax is simple and easy to understand, since it uses several English keywords to specify names of various styles.

Anyone who wants to develop a fully-functioning website, be it a static or a dynamic website, needs to be familiar with HTML, CSS and Javascript.