+ 2
What's attribute?
3 Respostas
+ 2
Attributes give a little more information on a specific thing.
In real life an attribute of a car would be:
4 wheels.
In HTML an attribute would be :
<p align="center">Words</p>
That tells the browser to align the paragraph to the center.
If you need more information on attributes visit the link below:
https://www.w3schools.com/html/html_attributes.asp
0
attributes are elements that describes or provide additiobal information about the element. usually comes in pairs of "name = 'value'". like color = blue and so on. this is as simple as that
0
Attributes provide additional information about an element or a tag, while also modifying them. Most attributes have a value; the value modifies the attribute.eg:size,color,etc.