Attributes provide information about content. Attributes are placed inside an opening HTML tag. All XHTML attributea are specified as follows: <tag attribute = " "> </tag>. HTML5 attributes usually take the same format, but may occassionally be single words (such as required for form elements or autoplay for media).
It is a good idea lways place attribute values, which can be numbers, letters, words or file paths, inside double quotes, as shown above. Single quotes may also be used. In HTML5, the quotes may be dropped entirely if the value is a series of characters or numbers without any special characters. This is not an advised practice until you are very experienced.
Previously we specified the word SAIT as being an acronym, but the tag we used did not say what SAIT was an acronym for. We will now use the title attribute to specify this.
- I am a student in <acronym title="Southern Alberta Institute of Technology">
- SAIT</acronym>
so we don't need the jQuery minimum length anymore:) cool!


