News

How to Align Text in HTML. In HTML, text is aligned using a property called "text-align" that can have three values: ... With Inline CSS. Open the HTML file containing the text you want to align.
Paste the following line of code into the box:p{text-align:center}If the box already contains CSS code, place this code after the final line of existing code. Click the green "Save" button. Tumblr ...