Computer Science, asked by JamesPraveen7509, 1 year ago

how to get the elements at the right corner of the page using html

Answers

Answered by vidhisaxena29
0
by using margin or alignment tags..
Answered by Anonymous
1

Hi,

There are 4 ways to get the elements at right corner of page

1. Using alignment if element is text based

2. Using margin property

3. Using float right property

4. Using Positioning property and then setting their right property.


Similar questions