How to Align Text in CSS?
Here is my HTML code. Sometimes I want to align the text inside the p tag to left or right or sometimes center. How can I align text in CSS using the text-align property?
<div class="container">
<p>Hello, Welcome</p>
</div>