馃殌 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 馃挭

How Long It Takes to Learn HTML

It will take 2-3 weeks to learn the basics of HTML and 1-2 months of practice to be good at it. Depending on how many hours a day you spend learning, you will learn HTML sooner or later....

September 9, 2021 路 3 min 路 Coderslang Master

How to make an image clickable in HTML

Learn how to make an image clickable in HTML with two easy-to-follow steps. Step 1: Create an image The first step is to add an image that you want to make clickable....

September 8, 2021 路 1 min 路 Coderslang Master

How to Loop Through an Object in JavaScript

There are four ways you can loop through an object in JavaScript, and they are: for鈥n statement Object.entries() Object.keys() Object.values() Let鈥檚 take a look at each of these methods and how they work:...

September 7, 2021 路 3 min 路 Coderslang Master

How to Run JavaScript in Terminal

You can run JavaScript in the terminal with the help of a tool called NodeJs. NodeJs is a free and open-sourced run-time environment that lets you write JavaScript command-line tools and server-side scripts outside of a browser....

September 6, 2021 路 2 min 路 Coderslang Master

How to move text in HTML

To move your text in HTML, you will need to use the text-align property. Text-align is a CSS property that will align the HTML text to the left, right or center of the web page....

September 3, 2021 路 1 min 路 Coderslang Master

How to create multiple pages in HTML

Learn how to create multiple pages in HTML with three easy-to-follow steps. Step 1: Create a folder The first step is to add a folder. A folder stores all your pages in one place and makes it easier to organize your project....

September 2, 2021 路 2 min 路 Coderslang Master

What is the correct HTML for making a Drop-Down List

The select element is the correct HTML for making a drop-down List. For a quick refresher, It is an HTML element tag that creates a drop-down list and is used to get user submissions on an input form....

August 31, 2021 路 2 min 路 Coderslang Master

How to Comment Out in JavaScript

There are two ways you can comment out the code in JavaScript, and they are: Single line comment Multiple line comment Let鈥檚 take a look at what each of these does:...

August 30, 2021 路 3 min 路 Coderslang Master

Inside Which HTML Element Do We Put The JavaScript

The script tag is used when we want to put a JavaScript code in an HTML file. The script is the HTML element tag used to insert a JavaScript code in an HTML file....

August 27, 2021 路 2 min 路 Coderslang Master

How to Link to a Specific Part of an HTML Page

Have you noticed in some web pages where you click the link in the table of contents or the navigation bar, it will scroll down to the specific part of the page?...

August 26, 2021 路 3 min 路 Coderslang Master