welcome to my blogs

5 easy steps to getting started with GitHub

Second Blog September2021

Hello, readers Welcome to my second blog. If you are a developer then would already using some version control system like GitHub, Bitbucket, etc. But if you are not a developer or a beginner in development then probably you don't have much idea about these version control tools. So in this article, We will look at the most popular version control system which is GITHUB...

Read more

HTML DOM methods in JavaScript

First Blog August 2021

Hello, readers Welcome to my first blog. In this blog, we will look at various DOM methods used in JavaScript. HTML DOM methods are actions we can perform on HTML elements. HTML DOM properties are values of HTML Elements that we can set or Change. The HTML DOM can be accessed with JavaScript.The programming interface is the properties and methods of each object. Now we will discuss various types of methods by which we can select CSS selectors...

Read more