How to Stop Prettier From Using Forwards Slash in a Self-Closing Tag

A Developer asked on Stackoverflow platform : – So I recently installed prettier and whenever I save my file it adds the forwards slash in a self-closing tag. I was wondering how to stop it from doing this? Here is what I mean : – The solution to this problem is simple: First of all,… Continue reading How to Stop Prettier From Using Forwards Slash in a Self-Closing Tag

20 Extremely Useful Chrome Extensions for Developers and Designers in 2024

If you are a developer or designer, you will likely already have a collection of favorite Chrome extensions you use on a daily basis. Extensions that make life easier, make you more productive or perform an essential task better than a dedicated tool. But the problem is that there are so many Chrome extensions that… Continue reading 20 Extremely Useful Chrome Extensions for Developers and Designers in 2024

How to Setup Custom Fonts with CSS & @font-face

Custom fonts changes how typography looks on your website. Using the correct font can be a super big impact on how your website feels to visitors. @font-face is a CSS at-rule used to define custom fonts. Once added to a stylesheet, the rule instructs the browser to download the font from where it is hosted,… Continue reading How to Setup Custom Fonts with CSS & @font-face

Best Icon Fonts For UI Design

Icon Fonts are awesome and are becoming popular and latest trend of web design. and if you are thinking serious about site performance, especially for mobile then try using icon fonts. There are many benefits of using icon fonts: like you can easily change the size of icon fonts, you can easily shadow their shape, they can… Continue reading Best Icon Fonts For UI Design

22 Best Programming Fonts for Better Coding

Are you having eye strain or difficulty reading your code after a few hours of hard work? Many programmers never think to switch their font until they start getting headaches or eyestrain. Eyestrain or headaches are a real issue for software developers, and the font they choose to work with plays a big role in… Continue reading 22 Best Programming Fonts for Better Coding

How to Use Flaticon as Font Icon

Today we will learn how to use Flaticon as webfont. Firstly lets know something about the Flaticon. Flaticon is a product of Freepik company. Freepik company offers the best high-quality content. They are into illustrations, photos, icons, mockups, and presentations templates. Flaticon is specific for the icons only from Freepik company. Flaticon provide lots of… Continue reading How to Use Flaticon as Font Icon

VS Code: Tabs Vs Spaces – How To Change Indentation

The debate over whether to use a tab or a space for indention has been long-running for many years in the programming community. This is one of the most trivial areas of coding that people argue over, often bringing up very nitty, and picky points as a point of reasoning. I use tabs for indentation… Continue reading VS Code: Tabs Vs Spaces – How To Change Indentation

How to Customize mailto Link

Email is a great way for a website to establish contact with its visitors and acquire new subscribers. Among the different existing tools, the mailto link is efficient and easy to implement. This clickable text to send a message directly to a defined email address offers some interesting customization options. But if you are looking… Continue reading How to Customize mailto Link

How to Create Email Social Share Button – NO PLUGINS ONE LINE HTML ONLY

When you visit any prominent blog such as ThoughtCo you might have seen the following social share buttons. Just hit the email share button and quickly it pops up your default email client with share link. If you wonder how to get this feature without using any external plugins then this article is for you.… Continue reading How to Create Email Social Share Button – NO PLUGINS ONE LINE HTML ONLY

How to add the Print Option on a Web Page

CSS give you considerable control over how content on your web pages is displayed on the screen. This control extends to other media as well, such as when the web page is printed. It’s worth considering why you would want to create a print link in HTML after all, most users already know how to… Continue reading How to add the Print Option on a Web Page

(Pro Tip) Create Social Share Link Without Any Tool

If you are developing a website, it is imperative to have social sharing buttons to increase social engagement which in turn will result in higher traffic. There are lot of widgets already available for this purpose. But you may not be satisfied with any of them (reason may be its non-impressive style or poor functionality).… Continue reading (Pro Tip) Create Social Share Link Without Any Tool

Top CSS Interview Questions (2024) – Updated

Q1. What is CSS? CSS stands for Cascading Style Sheets and it describes the style or an appearance of the web pages. Q2. What is an external stylesheet? It is a document containing the style information which is linked to a number of HTML files. With an external stylesheet file, you can change the look of an… Continue reading Top CSS Interview Questions (2024) – Updated

Exit mobile version