Skip to the content

WEB-DEV-LEARNING

One Destination For All Web Development Problems

  • HTML
  • CSS
  • JavaScript
  • Python
Copyright © 2023 WEB-DEV-LEARNING.
All rights reserved.
Theme: Dolpa By ThemeInWP.
Powered by WordPress.
  • Home
  • 2020
  • October

Month: October 2020

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...

Recent Posts

  • CSS Specificity
  • Different ways to apply CSS to your HTML page
  • Parameters and Arguments in Javascript Functions
  • Functions In Javascript
  • Difference between var, let, and const based on declaration and initialization

Recent Comments

    Archives

    • November 2020
    • October 2020
    • July 2020
    • June 2020
    • April 2020

    Categories

    • CSS
    • HTML
    • JavaScript

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Recent Post

    CSS Specificity

    Different ways to apply CSS to your HTML page

    Parameters and Arguments in Javascript Functions

    Functions In Javascript

    Difference between var, let, and const based on declaration and initialization

    Top Category

    JavaScript

    CSS

    HTML

    • HTML
    • CSS
    • JavaScript
    • Python