Skip to main content

Posts

Featured

HTML CLASS,ID AND FORMS.

Html Forms. many elements in this, 1. <input> 2. <label> 3. <select> 4. <textarea> 5. <button> 6. <fieldset> 7. <legend> 8. <option> 9. <optgroup> 1. FORM TAG:- <form> :-                      element is used to create an Html form and also for creating buttons like submit button, reset button, text field, checkbox, etc.... <input> element:- <input> element used to putting values in every type of button. and also it can be displayed in many ways and one of this is depending on the type attribute. also, describe the id and name attribute in this <input> element. In input type many attributes like - 1. value - specify the values for the input field. 2. readonly - used only to read the input field not change anything from it.              syn:-  <input type="text" value="m" name="email" id="mail" readonly> 3. disabled: - use to disabled the input field, you

Latest Posts

OBJECT ORIENTED PROGRAMMING - JAVA

The C language programming. Operators & Expression.

HTML Table, Frame and Marquee Tag

Html Entity, Symbol and Lists

The C language programming. Constant variable & data type.

Html links and image tags