Friday, October 11, 2013

Filled Under:

How to write paragraph in HTML

Hey everyone :) today we will be learning how to write content in your website.For example if you want to write a paragraph on your web page you can easily write one after you read this post :)
So lets get started.In order to write a paragraph in HTML you just need to memorize this tag <p> :) .Below i am writing a small piece of code and you can easily understand this as well because it is very mush similar with the heading tag,i will also explain this code line by line at the end :)

<html>
<body>

<p>Hey my name is konain and i am a blogger</p>


</body>
</html>

So friends first of all we have to give the HTML tag which is to define that we are writing a code in html,after that you give the body tag which means you will be writing something inside the body.Now you will see the <p> tag p stands for paragraph and you can write any thing you want inside the <p> tag and you will have to close it as well after you are done writing your content :)





2 comments:

  1. Hi, I visited your blog to support you on your advocacy (i saw your post on PHP Page in Facebook).

    Just a little suggestion - you may post lessons that will make beginners think, like giving a sample questions for them to solve.

    There's already W3Schools.com to teach basic HTML with interactive samples. Why re-invent the wheel? You know...

    Anyway, keep up the good work.

    Thanks.

    ReplyDelete
  2. Thanku for your suggestion about giving visitors a sample question :) i will do that aswell soon :)
    ye i know about the w3school,what they dont do is they dont elaborately explain the code and the purpose of using tags etc :) here i give a brief explaination about each and everything. It was pleasure reading your comment :) do keep giving suggestions because i really need them :p Thanx :)

    ReplyDelete