Hello everyone, Welcome to our blog you are reading this meaning you want to know how to get free hosting for your website to make it live on your domain. So for that, we have something to show you how you can do that. There is a website called Netlify.com which gives free hosting for static websites. On the Netlify.com you can deploy your website with a postfix like netlify.com or with your own domain name example: like your company name is the web universe so it gives you some options to choose a domain with postfix thewebuniverse.netlify.com or you can add a purchased domain in that or you purchase instant on the Netlify.com like thewebuniverse.in I will explain step by step for the same: Step 1: Signup on the website netlify.com In the image here you can see that you can signup with Github, GitLab, Bitbucket, and with your email. For now, I am showing you from Email but I will write a separate blog for others like how we can directly deploy our Github, GitLab,
Hello Everyone If you are reading that means you want to learn the HTML in deep. In this list, some tags, attributes, and properties of HTML elements are added. Possibly you didn't know them or maybe you know and using them in your website development. So let's start with our list Here is our list: Document Refresher : This is used in meta tag as an attribute http-equiv="refresh". If this is used in a meta tag then this meta tag will refresh the document in every given seconds. So if you want to refresh your document for some reason then it is a useful thing for you. example: < meta http-equiv ="refresh" content ="30" > here we have given 30 seconds so it will refresh in 30 seconds. Color Picker : This is useful to select a color from a color picker.it will apply in the input tag. In the input tag if you put type="color" then it gives a color picker to select a color. example: < input type =" color "&