The <p> tag defines a paragraph.Entities also used
Example:This is a paragraph in HTML.
The <strong> tag is used to define important text. text display in bold,
Example: This is a strong
The <img> tag is used to embed images into an HTML page.
Example:
HTML entities are used to display reserved characters in HTML, such as <, >. To display characters correctly, you must use an entity.
Example:
This is how you display a less-than symbol: <
This is how you display a greater-than symbol: >