I'm trying to remember how to make text full on the page like you would in Microsoft Word. Just need the tag to make it work. leftcenterright Now what's the tag for full text across the page to make it look more even? You have left, center, and right
You will have to use CSS for this . You can do this with internal, external, or inline CSS. The example of the inline CSS is as follows: <div style="text-align:justify">Your text here Your Text here</div> This is the best alignment to be used to display the text on the websites, as covers the complete area and look decent