css is a cascading style sheet..and it is used to provide styles color and many other features to your HTML page ..advantage of css is we can easily import or apply css on any of the html page.we dont have to give style on all the pages it is defined in css and applied on page.
.cls for RegTextBoxes { font-family:Arial; font-size:larger; font-weight:Bold; font-style:italic; color:red; } This is the syntax for textbox design for a web page.As guljeet said it can applied on all text boxes. In the same way we can set properties of all controls in a web page with the help of CSS. This code is used in ASP.NET in a css not for HTML. (Mohit-MCA3)
css is a cascading style sheet..and it is used to provide styles color and many other features to your HTML page ..advantage of css is we can easily import or apply css on any of the html page.we dont have to give style on all the pages it is defined in css and applied on page.
ReplyDeletethanx for reply
ReplyDelete.cls for RegTextBoxes
ReplyDelete{
font-family:Arial;
font-size:larger;
font-weight:Bold;
font-style:italic;
color:red;
}
This is the syntax for textbox design for a web page.As guljeet said it can applied on all text boxes.
In the same way we can set properties of all controls in a web page with the help of CSS.
This code is used in ASP.NET in a css not for HTML.
(Mohit-MCA3)