** This tutorial is very important in CSS, it learns half of the work done. The CSS selector is called the heart of CSS. There are different selectors, all these elements can be selected on... Read more
Internal or inline CSS is not written without the need, and should not be written. Because it takes a look at HTML files and becomes very big. So, putting all CSS rules together in a file, i... Read more
The basic discussion about CSS has to be learned where and how to write CSS. CSS Rule can be written in 3 ways 1. Inline (Inline CSS): Earlier HTML tutorials used many inline CSS. CSS can be... Read more
CSS Rule can be written by the style attribute of the HTML element, inline css. Earlier in the HTML tutorial, I have used inline CSS in a number of places. Inline CSS should not be written i... Read more
CSS is used to give styling or an item to any element of the HTML document. Hold a paragraph (<p> </p>) or heading (<h1> </h1>) or any element to color, make the font... Read more
** Textarea A form element means that there are many examples here that should be placed inside <form> </ form>. In the text field type input = “text”, a few words ar... Read more
<br/> This is a tag for line breaks (for breaking). The tag does not have this, start or end tag etc. Using it inside the HTML element, you can break the line in any place and move it... Read more
With the dropdown list, you can create a list for the user from which the user can select any one. You are asked to create a form and select one of the favorite colors here (in many colors).... Read more
If you want to upload the picture or any file to the form, then the form will be suitable for upload. Then it was done if the value of the input element was entered in the value attribute. A... Read more