0
When we use align?
3 Answers
+ 5
First you should learn HTML .
https://www.sololearn.com/learn/HTML/1029/
where you want to align /set you text like at center.
+ 3
Diyorbek Nematjonov it depends on what you are aligning as in
body, h1, div, p, { text-align: left/or center/or right; }
there are a few more possiblities in css
align="center" is a depreciated attribute in HTML5 and eventually will be faded out altogether in the future.
Please use the searchbar before asking as this is a duplicate question.
https://www.sololearn.com/discuss/489574/?ref=app
https://www.sololearn.com/discuss/2368519/?ref=app
https://www.sololearn.com/discuss/1546116/?ref=app
https://www.sololearn.com/discuss/1516641/?ref=app
https://www.sololearn.com/discuss/2248874/?ref=app
https://www.sololearn.com/discuss/1438846/?ref=app
https://www.sololearn.com/discuss/1898807/?ref=app
https://www.sololearn.com/discuss/1668741/?ref=app
https://www.sololearn.com/discuss/1644311/?ref=app
https://www.sololearn.com/discuss/551927/?ref=app
https://www.sololearn.com/discuss/468840/?ref=app
https://www.sololearn.com/discuss/916063/?ref=app
0
I am learning it