answersLogoWhite

0

What is attribute value?

Updated: 9/14/2023
User Avatar

Wiki User

12y ago

Best Answer

Column headings and row names, customers name, age, costs, date

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is attribute value?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you disable a particular part in the source code of CSS?

Put /* block comments */ around it, for example: style { attribute: value; attribute: value; attribute: value; } style { /* attribute: value; */ attribute: value; attribute: value; } or style { /* attribute: value; attribute: value; */ attribute: value; } or /* style { attribute: value; attribute: value; attribute: value; } */ And while this won't validate, attribute renaming uses a lot less typing (and I use it myself): style { xattribute: value; attribute: value; attribute: value; }


What is derived attribute?

Attribute whose value may be calculated (derived) from other Attribute


What is an XML attribute?

An XML attribute is a specified property for a tag with a value. For example, the XML tag "person" could have the attribute "name" with a value of "bob."


What is multivalued attribute?

Potential to have more than one value for an attribute


What is the length as a power of 10?

Length is not a value in itself. It is an attribute of objects and, in the context of an object, it may have a value. That value can be expressed as a power of 10.Length is not a value in itself. It is an attribute of objects and, in the context of an object, it may have a value. That value can be expressed as a power of 10.Length is not a value in itself. It is an attribute of objects and, in the context of an object, it may have a value. That value can be expressed as a power of 10.Length is not a value in itself. It is an attribute of objects and, in the context of an object, it may have a value. That value can be expressed as a power of 10.


What is the meaning of value of an attribute?

environment


What are setters and getters?

As the name suggest Setters are to set value of an attribute and Getters are to get value of an attribute. sometime they are also called java beans.


What is an attribute and value to an HTML tag?

A tag can have an additional setting in it. This is an attribute. The attributes can then be given values. For example the body tag has an attribute to set the background colour of the page. The attribute is bgcolor. What colour you specify is the value, in this case it is red: <body bgcolor="Red">


What is attribute value in DBMS?

Values of columns


What is the correct xhtml for an attribute and its value?

WIDTH="80"


What is the use of name attribute in designing form in HTML and what happens if not used?

The name attribute can be used for referring the value in other context. For example for passing the value in JavaScript.


Difference between single valued and multivalued attribute?

single value attribute is one that holds a single value for a single entity. example:- name, roll_number... multivalued attribute is one that holds multiplevalues for a single entities. example:- degree(phd, mca)