How do you add images in HTML?
Adding images in HTML is done using the tag.
Example:
![]()
Adding images in HTML is done using the tag.
Example:
![]()
1. Block-level tags: These tags create large blocks of content, such as paragraphs, headings, and divisions. Examples include
,
2. Inline tags: These tags create small pieces of content, such as text, images, and links. Examples include , , and .
3. Container tags: These tags contain both block-level and inline elements. Examples include