Welcome ðŸŽ‰

logo

ReactLMS

Search
Light Mode
Contact Us

2 min to read

Contact us

No results for your search.
Sorry, an unexpected error occurred

Concept


text-align is a CSS property used to align text within an element.

It can take the following values:


Usage


Example

HTML

<h1>Hello</h1>






CSS

h1 {  
  text-align: center;
}






Result:

Hello


Experience the properties


Hello



Read more
On This Page