PAGE
3
Paragraph, Line
Breaks and Horizontal Line
|
Tag
|
Attribute
|
Function
|
|
<p>
|
|
Paragraph
tag to mark the beginning of a new paragraph.
|
|
<BR>
|
|
To
Create a line break without inserting any extra space between the line
|
|
<HR>
|
SIZE,WIDTH
|
To
insert a horizontal line. This tag takes several optional attributes. For
example <HR SIZE=”4”
WIDTH=”50%”>
|
Example Code
(Follow the Figure 1.2) :
<HTML>
<HEAD>
<TITLE>
Indian Classical Music</TITLE>
</HEAD>
</BODY>
The
Ragas of Indian classical Music.
Embody
the music of the elements.
<HR>
<P>
Ragas have permeated Indian sculpture and painting <BR> encapsulating the
grace and richness of our culture
Heritage.
</P>
<P>
Each raga has its own mood and melody </P>
</BODY>
</html>
Shown in
google chrome:

No comments:
Post a Comment