Can someone plz explain the id element to me please
yes, the id attribute is used for only one element only. Then, you can do it like this:
#something { color: red; }
in css.
The id is useful for:
otherwise use classes.
np
yes, the id attribute is used for only one element only.
Then, you can do it like this:
in css.
The id is useful for:
otherwise use classes.
np
@NotInnit