What is HTML? Write about Tags and Attributes.
please give me right answer please
Answers
Answered by
1
Answer:
Reference: Useful HTML tags and their attributes
Body tag and attributes
<BODY>...</BODY> Contains the viewed portion of the document
Image tag and attributes
<IMG> Embeds an image in the document at the location of the tag
<IMG src="url" alt="text"> Adds an image with a text description
Etc..
Explanation:
HTML Tag Attributes are modifiers for the HTML tags and they provide additional information. In most cases they are defined in name="value" pairs and they are always declared in the opening tag.
Similar questions