+ 2
What do u mean by attributes??
what's definition or meaning ???
6 Answers
+ 4
attributes are the options or settings of an element.
for example:
<img src="logo.png" width="100" height="70" />
the attributes of the image are:
- src (resource) which is the path or link of the image
- width: set the width of the image to 100 pixels
- height: set the height of the image to 70 pixels
+ 2
Yeah. I got it.thanks
+ 1
who's want to learn JavaScript?
+ 1
option of an element and they modify tags
0
tanks
0
yeh....