🚀 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 💪

How to run an HTML file

Learn how to run an HTML file in three easy steps. You can open/run an HTML file by using any browser applications installed on your computers such as Google Chrome, Mozilla Firefox, Safari, Opera, or Microsoft Edge....

November 30, 2021 Â· 2 min Â· Coderslang Master

Why is my CSS not working

Did you have a problem that your CSS is not working? No matter how many changes you make - big or small - it just doesn’t work at all? In that case, some underlying problem prevents you from applying CSS to your web page....

November 29, 2021 Â· 3 min Â· Coderslang Master

How to Open a Link in a New Tab in HTML

Did you notice on some websites where when you click a link — it will open a page in a new tab? And you want to know how to do this trick....

September 22, 2021 Â· 2 min Â· Coderslang Master

How Long Does It Take to Learn CSS

CSS is the key element of the modern web development. You absolutely must learn it to become a Frontend dev. It will take about 2-3 weeks to learn CSS and 1-2 months of practice to be good at it....

May 7, 2022 Â· 3 min Â· Coderslang Master

How to Remove Underlines From Links in CSS

You know how hyperlinks always come with an underline, right? And you want to get rid of it so you can add your style. Well, you can do it by using the text-decoration property....

September 20, 2021 Â· 1 min Â· Coderslang Master

What is src in HTML

The src attribute specifies the URL of the page to embed. If the src attribute is not specified, nothing will be displayed on the page. The src attribute can be used on the following elements: <frame>, <iframe>, <img>, <input>, <script>, and <video>....

November 6, 2022 Â· 2 min Â· Coderslang Master

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