Unit 3 - Multimedia (Text, Image, Colors)

Tags List

<font> Tag

Explanation: Used to change size, color and font of text.

Example:

<font color="red" size="5">Hello</font>

Output:

Hello

<img> Tag

Explanation: Used to display image.

Syntax:

<img src="image.jpg">

Example:

<img src="https://via.placeholder.com/100">

Output:

image

Background Color

Explanation: Used to set background color using style.

Example:

<p style="background-color: yellow;">Hello</p>

Output:

Hello

Image Formats

Explanation: Common formats used in web.