+ 1
Someone please explain me the meaning of "attributes".
Sorry for being an idiot. :(
2 Answers
+ 2
attributes are additional properties that specify the working of tag
just put them beside tag
<p align=center... <h1 color=red... <IMG SRC=flower.jpg...
+ 1
Attributes are always specified in the start tag, and they appear in name="value" pairs.
<p align="center"> <p name="value">