Lesson No.
3
- Adjustments -
If you have not visit Lesson
No. 1 or 2, I recommend that you do so, if you have,
then lets get started with
adjustments.
In your web page, it will
come a time where you need to adjust your text. Move it to
the left, move it to the
center, whatsoever - all of this is called adjustment.
To begin, the only
command that we will be using is "<align>"
Here is an example of how to adjust a sentence to the right of your
screen.
<html>
<head>
<title>This is a
simple text adjust to the right</title>
</head>
<body>
<p
align="right">This is a Simple text adjust to the Right.</align>
</body>
</html>
Here is what it should look like on
your browser
(Click on the image to get a better view of it)
To adjust your text/sentence or
whatsoever, to the left, you would insert the word "left" in
location after <p align="
"> To adjust your text to the center of your
page, you would
use the word "center"
Remember: After you finish, remeber
to close your adjustment by using </align>
End of Lesson No. 3
BACK or NEXT |