Question:How to edit design of any heading, paragraph or image etc in HTML?
Answer: tagname here refers to the tag you are using like:paragraph,heading,etc. property can be any like height,width,color,bgcolor and value is the specification of that property.
like example:
<tagname style="property:value;">
Answer: tagname here refers to the tag you are using like:paragraph,heading,etc. property can be any like height,width,color,bgcolor and value is the specification of that property.
like example:
<tagname style="property:value;">