Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Use the HTML DOM to center-align the text of <p>.

Hint: element.style.textAlign = "left|right|center|justify"