Computer Science, asked by avinash12018, 1 year ago

Define attributes with example. in cs​

Answers

Answered by Rohitr9922
0
CSS [attribute*="value"] Selector. The [attribute*="value"] selector is used to select elements whose attribute value contains a specified value. The following example selects all elements with a class attribute value that contains "te": Note: The value does not have to be a whole word!

#HOPE THIS HELPS YOU#....
Answered by rawataman85
0

Before we delve into attributes in the computer programming sense of the word, let us first define the word 'attribute'. A simple explanation of the term is that an attribute describes something. In computer programming, there are elements, fields, files and other data types that can be manipulated or referenced by way of attributes.

In computer programming, there are elements, entities, fields and files that have specific characteristics. For example, in web programming there are elements that are assigned unique attributes. Computer programming attributes describe some characteristic of data whether it be a file, paragraph or field. Let's take a closer look at this.

The language used to render webpages, HTML (HyperText Markup Language), is comprised of various elements, such as paragraph, unordered list and image. These elements represent items that can be displayed on a web page.

Similar questions