In this tutorial, you will learn how to make input field disabled in HTML. When you are creating a form, you may want to disable some of the input elements. To make the input field disabled, we have to use the disabled attribute. The disabled attribute is a Boolean attribute. The disabled attribute is used
In this tutorial, we will learn how to make input field required in HTML. When you are creating a form, you want a user to fill the input field with the required data. To make the input field required, we have to use the required attribute. The required attribute is a Boolean attribute, which is
In this tutorial, we will learn how to change color of link after clicking on it in HTML and CSS. When you are styling the link on a webpage, you want to change the default color of a link after clicking on it to make it easier for the users to navigate. By default the
In this tutorial, we will learn how to change hyperlink underline color in HTML and CSS. HTML links are hyperlinks, as you are likely aware, and by clicking one, you can access another one. The href attribute on the anchor element represents a hyperlink. By default, the hyperlink underline color is blue, but you can
In this tutorial, we will learn how to change hyperlink color in HTML and CSS. As you know, HTML links are hyperlinks, which you can click and go to another link. The anchor element defines a hyperlink with href attribute. By default, the hyperlink color is blue, but you can change it to a different