Write a program to change width, height,border and fontsize of TextboxControl using CSS and Textbox's inbuilt properties.
Program Rules:
- Change first Textbox control's look and feel using CSS.
- Change second Textbox control's look and feel using inbuilt Texbox control properties.
Final output should be like this:
Solution:
1) Using CSS
TextBox
2) Using Texbox control's inbuild properties