Computer Science, asked by sangitaoinam2019, 1 month ago

Explain align attribute?

Answers

Answered by alisha14722
0

Answer:

The align attribute specifies the alignment of an <object> element according to the surrounding element. The <object> element is an inline element (it does not insert a new line on a page), meaning that text and other elements can wrap around it.

Answered by VasulTyagi
0

Answer:

Align attribute is used in HTML to align text or images in a perticular direction in HTML webpage

Syntax:

...

<body>

<p align="center">

your text

</p>

</body>

...

Here the text enclosed in paragraph tag will be aligned in center of the webpage.

Similar questions