Computer Science, asked by madhu4310, 1 year ago

explain tags, elements, attribute

Answers

Answered by anshaarav786
1
When talking (or writing) about HTML, it is common for many people to refer to just about everything as "tags" instead of using the proper terms: "tag", "element", and "attribute". A lot of the time what the author really means can be figured out by looking at the context, but sometimes it can be confusing.
Using the correct terminology is not very difficult. It will also make it easier for others to correctly interpret what you mean, not to mention lend more credibility to what you have to say. This is pretty basic knowledge, but in case you need to refresh your memory I've written a quick explanation of tags, elements, and attributes in HTML.
Mark it brainliest.
Hope it help.
Thanq.
Answered by nehabasrani
1
Hello dear mate


Here I m explaining u


How much I know I m explaining u



Tags-In information systems, a tag is a keyword or term assigned to a piece of information. This kind of metadata helps describe an item and allows it to be found again by browsing or searching.
A tag may refer to any of the following:

1. When referring to HTML, XML, or other markup languages a tag is an element inserted into a document or file that changes the look of content or performs an action. As seen in the HTML tag example, an HTML element has an open tag that contains the name and any attributes and a close tag that contains a forward slash and the name of the tag being closed.


Each tag is contained within a less than and greater than angle brackets and everything between the opening and closing tag is displayed or affected by the tag. In the above example, the <a> tag is creating a link called "Computer Hope" that is pointing to the hope.html file.

For tags that do not have a closing tag like the <img> tag, it is best practice to end the tag with a forward slash, as shown below.


<img src="https://www.computerhope.com/logo.gif"/>

A tag is a short (usually one word) Description of an HTML object or linkIn the picture is an example of a tag cloud of the text contained on this page that was generated using the TagCrowd website.

3. A tag is a memory that acts as an index for L2 (Level 2) Cache.





element

1) In chemistry and physics, an element is a substance that cannot be broken down into simpler components by any non-nuclear chemical reaction. An element is uniquely determined by the number of protons in the nuclei of its atoms. The number of protons in the nucleus of the atom of an element is known as the atomic number of that element.

The number of electrons in the atom of a specific element can vary. If the number of electrons is the same as the number of protons, then the atom has no electric charge. However, if the number of electrons is different from the number of protons, the atom is called an ion. If there are more electrons than protons, it is a negative ion; if there are fewer electrons than protons, it is a positive ion.

The number of neutrons in the atom of a specific element can also vary. The number of neutrons in the nucleus of an element determines the isotope of the element. All elements have a particular isotope that is most common in nature. For example, the most common isotope of hydrogen has no neutrons, but isotopes exist with 1 neutron (called deuterium) and 2 neutrons (called tritium). The most common naturally occurring isotope of carbon has 6 neutrons in the nucleus, but another, less common isotope has 8.

Some elements can be broken down into elements with smaller atomic numbers by so-called atomic or nuclear reactions. This process is called atomic fission or nuclear fission, and was responsible for the unprecedented explosions of the first atom bombs (equivalent to thousands of tons of TNT). It is also the process by which nuclear reactors generate power.

Sometimes elements combine to form other elements with larger atomic numbers. This is called atomic fusion or nuclear fusion. The most common nuclear fusion process involves the conversion of hydrogen to helium. It occurs in the core of the Sun and other stars. Nuclear fusion produces more energy per unit mass than fission, and is responsible for the horrific destructive power of the hydrogen bomb (in some cases equivalent to more than 20 million tons of TNT).

In nature, elements are found with atomic numbers from 1 through 92. Hydrogen, the most abundant element in the universe, has atomic number 1. Helium, the second most abundant element in the universe, has atomic number 2. Other familiar elements include carbon with 6 protons in its nucleus, nitrogen with 7, oxygen with 8, iron with 26, and uranium with 92. Elements with atomic numbers greater than 92 have been made in laboratories, but most of them tend to be unstable and decay rapidly into elements with lower atomic numbers.

2) In mathematical set theory, an element is a member of a set. The condition in which an object is an element of a set is symbolized . For example, if A denotes the set {1, 2, 3, 4}, then 3 A. The condition in which an object is not an element of a set is symbolized .Thus, in the foregoing scenario, 7 A. An entry in a matrix is sometimes called an element. So is the expression following an integral sign.


Attribute-
In computing, an attribute is a specification that defines a property of an object, element, or file. It may also refer to or set the specific value for a given instance of such. For clarity, attributes should more correctly be considered metadata. An attribute is frequently and generally a property of a property. 


Hope it may helps u
Similar questions