Recent Post

How to write a HTML code for post in blogger

Hello Friends!!!!
Today we will see simple coding of HTML.

Example:-
 <html>
<head>
<tittle>IRAWEN  SOFTWARE PVT LTD </tittle>
</head>
</html>

<html> :- This tag is used for starting a html code.
</html> :- This tag is used for end a html code.
<head> :-This is used for to give a heading.
</head> :-It is close a heading tag.
<tittle> :-To give a tittle of Post
</tittle> :-End or close a tittle tag.

                                     
             
   THANK YOU🙂

No comments