Computer Science, asked by nikunjkps, 1 year ago

which special property is used inside an HTML tag that contains additional information about that specific tag:-
a) tag
b) element
c) attribute

Answers

Answered by navneetbudhiraj
18
The 'attribute' is the special property ised inside an html tag that contains additional information about the specific tag

you must go with option c)attribute
Answered by ravilaccs
0

Answer:

The Correct answer is option C

Explanation:

  • HTML attributes are one way to change an HTML element. An attribute either modifies the default functionality of an element type or provides functionality to particular element types that would not otherwise be able to function effectively. In HTML syntax, an attribute is assigned to an HTML start element.
  • All HTML components are capable of having attributes.
  • Additional information about items is provided through attributes.
  • Always provide attributes in the start tag.
  • The standard format for attributes is name="value"
  • HTML properties that are often utilised are:

"href" Attribute

  • The a> tag denotes a hyperlink. The URL of the link's destination page is specified by the href attribute:
  • A link to Google
  • Click Here / a

"src Attribute"

  • The <img> element is used to incorporate an image into an HTML page. The path of the displayed picture is defined by the src attribute:
  • the image "flower.jpg"
  • The attributes of width and height
  • Using the img> tag, the width and height properties are specified. The photos' height and width are expressed in pixels.
  • the image "flower.jpg" with the dimensions "500" x "500"
Similar questions