- What do attributes provide? additional information about an element
- When are attributes specified? the start tag
- How do you get attributes? name/value pairs like: name="value"
- What tag defines HTML links? <a> tag
- Where is an HTML link address specified? href attribute:
- How should attribute values be enclosed? In quotes.
- When is it necessary to use single quotes? In some rare situations, when the attribute value itself contains quotes, it is necessary to use single quotes: name
- Define "case in-sensitive". ? Attribute names and attribute values
- Why should you use only lowercase in HTML 4? The World Wide Web Consortium (W3C) recommends lowercase attributes/attribute values in their HTML 4
- What type of attributes are required in XHTML? (X)HTML will demand lowercase attributes
HTML ATTRIBUTES QUETION 5.
Subscribe to:
Comments (Atom)