CSS October 29, 2020October 29, 2020 aakratigoel Different ways to apply CSS to your HTML page In this post, we will learn different ways of applying the style to the HTML pages by including CSS files/code. There are three ways to...
JavaScript October 28, 2020October 28, 2020 aakratigoel Parameters and Arguments in Javascript Functions Parameters are the values given inside the parentheses when you define the function. Arguments are the values that are passed to the function when the...
JavaScript October 27, 2020October 27, 2020 aakratigoel Functions In Javascript The literal meaning of function is an activity intended for a person or a thing. In programming, function is work or operation that is performed...
JavaScript October 26, 2020 aakratigoel Difference between var, let, and const based on declaration and initialization In the previous post, you learned how to create a variable. In this post, you will see the difference between var, let, and const. Var...
JavaScript October 23, 2020October 23, 2020 aakratigoel Variables In Javascript The basic meaning of a variable is something that is not consistent or liable to change. Similarly, in programming, a variable is a data container...
HTML October 20, 2020October 20, 2020 aakratigoel How to install extensions in VS Code to run an HTML File in the browser Installing extensions to get the HTML code to run in the browser :Click on Extensions marketplace icon on the activity bar of the VS Code...