category: frontend
Cascading Style Sheets (CSS)
last update: 06-Apr-2020Cascading Style Sheets (CSS) is a way of describing how html elements should like when rendered by a browser. CSS together with HTML and Javascript are the three major elements for creating websites. CSS has a specific syntax where rules are being described regarding the presentation of elements.
All js related tools and frameworks
last update: 19-Feb-2020Javascript frameworks and tools are becoming increasingly popular offering most sophisticated options such as Single Page Applications.
HTML 5
03 Apr 2020 117 0HTML is the core technology used in building websites together with CSS and Javascript. On October 2014 the HTML 5 version was announced by the World Wide Web Consortium (W3C) after a long period of time where HTML 4 was used. HTML 5 greatly supports the development of more rich and sophisticated web application by introducing new features and providing more capabilities such as support for multim. Read more