|
Now we have given a heading style to the
text "Welcome to the Home page" to emphasize it
by making it bigger than the normal text and to give it a bold effect.
The main text of the document is typed with
the formatting types such as line breaks, <BR>
and the paragraph breaks, <P>.
Since any extra space in the HTML document is ignored, a line
break is compulsory to give a break.
The largest difference between the format
of HTML and the plain text is the organisation of paragraphs.
If we do not give a paragraph break, HTML treats all the text
as a single big block of text. So, we have started a paragraph here.
The Horizontal ruler element creates a shaded
horizontal line between the text. We can give color, alignment,
size, width and the noshade attributes to the rulers.
Finally we delineate the end of the document
with the </BODY> and the </HTML>
end tags. It tells the browsers to display the document till
that. By clicking the next button you can see the display of the document in a browser.
You can see how the formatting of the text
is reflected in the browser's display. Wherever the <BR>
is given, the break occurs, note the paragraph break also. Observe the two types of rulers we had given.

Copyrights : Layout Galaxy All Rights Reserved
No part of this tutorial may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, electrostatic, magnetic tape, mechanical or otherwise, without prior permission in writing from Layout Galaxy.
|
|
|