Our Learning Journey

What is HTML ?

Hyper Text Markup Language (HTML) is a standard markup language for the creation of a web page and web applications.It allows the creation and structure of sections, paragraphs, and links using HTML elements (the building blocks of a web page) such as tags and attributes. HTML consists of a series

Continue reading

What is JavaScript

JavaScript is a programming language that is commonly used to create interactive elements on websites. It is a client-side scripting language, which means that it is executed by the web browser on the user’s computer rather than on the server. JavaScript is often used to create dynamic and interactive elements

Continue reading