Attributes and Values
What are Attributes?
HTML attributes act as modifiers for your HTML. These are commonly written as �name-value� pairs and are separated by an equal sign or �=�. Attributes supply further data about an element. These are ALWAYS stated in the start tag.
What are Values?
HTML values set the value of your attribute so it will be performed as an action on what you�ve input. It will set the value of the font, the size, the button text in submit, reset and plain buttons and sets the values of the choices in radio buttons. All in all, the HTML value just set the value you�ve wanted to your text or something.