Top

The way the browser displays the object can be modified by

Share:
Q. The way the browser displays the object can be modified by
  1. attributes 
  2. parameters
  3. modifiers
  4. None of above
Answer: Attributes

HTML Attributes

The attributes are special words used inside the opening tag to control the element's behaviour. HTML attribute is a modifier of an HTML element type. An attribute either modifies the default functionality of an element type or provides functionality to certain element types unable to function correctly without them. In HTML syntax, an attribute is added to an HTML start tag.

No comments