Explanation: Used to change size, color and font of text.
Example:
<font color="red" size="5">Hello</font>
Output:
HelloExplanation: Used to display image.
Syntax:
<img src="image.jpg">
Example:
<img src="https://via.placeholder.com/100">
Output:
Explanation: Used to set background color using style.
Example:
<p style="background-color: yellow;">Hello</p>
Output:
Hello
Explanation: Common formats used in web.