Tag Archive | free tutorial for html

HTML | Form

HTML forms simply place a handful of GUI controls on the user agent screen to allow the user to enter data. The controls can allow text input and selection of pre-defined options from a list, radio buttons or check boxes, or other standard GUI controls. Every <form> element should carry at least two attributes:     […]

HTML | Attributes

Tag Attributes: Tags support one or more attributes. These attributes are included in attribute_name=”attribute_value” <p align=”2″> Rules for Attributes:  Any attributes in an HTML tag need to appear after the HTML tag name.  The attribute name must be followed immediately by an equal sign (=).  The attribute value needs to come immediately after the equal […]