Make Paragrah with tag HTML

When you write in microsoft word or open office, is not easy to make paragraph. Even it is one, two or many paragraph. Just click and enter. you can make nice paragraph. But who if I want tou make it in web programming?? especially use HTML programming? this is the answers

Okay, first step.. you only must now hatml tag "<P>". Because, its just easy to code. You must only write the text and add html tag <P> in the end rows. See this example :

Hello friend..this is my first paragrahp.. its easy to do.. and fun <p>
This is my second paragraph. I think you very fun in this site right <p>
na..na...na.... Horaayy.., I can make paragraph with HTML <p>

add in your html code like this ..

<html>
<head>
<title>Lear Paragraph</title>
</head>
<body>
Hello friend..this is my first paragrahp.. its easy to do.. and fun <p>
This is my second paragraph. I think you very fun in this site right <p>
na..na...na.... Horaayy.., I can make paragraph with HTML <p>
<body>
</html>

save with extention .html snd open with your browser.. it would be like this!


CLICK TO SEE THE RESULT

keep learn..:-)

0 Comments:

Levels