How to add Google Translate to your website ?

Google Translate

If your website is serving to the multiple linguistic users, at some point of time you will … Read more

How to use image placeholders in HTML ?

In this post, we will use holder.js javascript to demonstrate how you can use default image placeholders … Read more

How to integrate and use google fonts into website ?

To use google fonts into your website / html, you just need to follow below steps, To … Read more

HTML Class Attribute

html class

HTML Class attribute can be declared with dot (.) in CSS. The class attribute can be assigned … Read more

HTML Id Attribute

HTML Id

HTML Id attributes starts with hash ( # ) in CSS. We can use this attribute to … Read more

Difference between an Id and Class in HTML

ID Class

In this post, we will demonstrate the basic difference between Id and Class in html element styled … Read more

How to hide code / Div based on contents in URL using JavaScript ?

There are some reasons where you want certain button / image to be hidden for some section … Read more

How to Integrate Google reCAPTCHA into website forms to avoid spam

If you created contact us form or any other form in your website, there are higher chance … Read more