+ 2
How Can I write one sentence in left and one sentence in right in same row.??
5 ответов
+ 4
You can try this:
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<body>
<div style="float:left;">Title</div>
<div style="float:right;">Context</div>
</body>
</html>
0
make a table; open the tr block to begin the row, then use two td (columns). left justify one, and right justify the other
0
i want to write like this.. not in table.
This is a text this is also a text
0
Miguel's got it
0
you can do it with align