Computer Science, asked by TbiaSamishta, 1 year ago

Align does not defines the alignment of the attached image in contrast to the other contents of the webpage.

Answers

Answered by Secondman
14

Texts and contents of a website can be aligned in four different ways left align, right align, centre align, and justify alignment (aligned on both left and right sides).

The attribute align is used inside the paragraph tag to align the texts.

If it contains any images, it does not align it as mentioned, but it aligns all the texts.

For example,

<p align=""right"" / ""left"" / ""centre"" / ""justify"">

XXXXXXXXXXXX YYYYYY ZZZZZZZZZZZ.

</p>

To align the text with images, do use the same attribute but insert the image using the <imgsrc>tag in the required places.

For example,

<p>

XXXXXX <img src=""smiley.jpg"" align=""right""> YYYYY.

</p>

Answered by manjeetmanjeet39752
13

Answer:

false ✖️✖️❌

Explanation:

please follow me

Similar questions