Tuesday, December 25, 2018

Attributes Description.

Attributes Description:-


  • ALT :- Specifies an alternative text for an image, when the image cannot be displayed.
  • DISABLED :- Specifies that an input element should be disabled.
  • HREF :- Specifies the URL (web address) for a link.
  • ID :- Specifies a unique id for an element.
  • SRC :- Specifies the URL (web address) for an image.
  • STYLE :- Specifies an inline CSS style for an element.
  • TITLE :- Specifies extra information about an element (displayed as a tool tip).

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...