paragraph and bold tag
<p>this is a paragraph
white space
html doesnot consider white spaces
and next lines
it only considers tags
all the text written inside the
tag
will be printed in
a single line
</p>
<b> the written between these tags will be
printed in
bold letters
</b>
Comments
Post a Comment