|
my mood
|
|
|
|
|
|
|
|
weather in chennai
|
|
|
|
|
| Aligning |
You can align text and images by putting the following tags around them:
<CENTER> </CENTER>
<DIV ALIGN="center"> </DIV>
<DIV ALIGN="right"> </DIV>
<DIV ALIGN="left"> </DIV>
Eg:
<DIV ALIGN="right">Hello!!!</DIV>
Hello!!!
<CENTER><IMG SRC="starry.gif"></CENTER>

You can substitute any other tag from the list above to align the text or image.
Note:
In a webpage, if you want text to come in the next line, after some text, type <BR>. And if you want it to come after a few lines, type <P>
Eg:
This is the first line.<BR>This is the second line.
Result:
This is the first line.
This is the second line.
This is the first line.<P>This is the second line.
Result:
This is the first line.
This is the second line.
|
|
|
|