Monday, July 23, 2012

Web Design -Lesson by Lesson




Hi,
Today I come up with some tags more than previous posts. First talk about "P" tags.When you want to add a paragraph for your web page,there you have to use the"P" tags.
<p>   </p>
For an example:-
<p>This is a paragraph</p>
<p>This is another paragraph</p>






Then talk about "BR" tag.This tag is used when you don't want a  full paragraph break.The space between lines of text is then reduced.
<br>
you can put this as follow
<p>This is a paragraph
<br>..................
</body>
</html>



No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...