I need some intermediate HTML code help...?

co co

New member
Can I have text on the same column, but have a different alignment? For example, how would I go about doing this (the right way. cause this way doesn't work.)

<html>
<head>
<title> Title Here </title>
<body>
<align="left"> "Text 1 here (This is aligned LEFT)!" </align> <align="right"> "Text 2 here! (This is aligned RIGHT)" </align>
</body>
</html>

That is essentially what I want. I hope it makes sense. Can this be done?
</html>
 
Back
Top