Thursday, September 4, 2014

HTML Basic

html is very basic programming language for those who are trying to get in web development fields. Whatever you are php web developer or asp.net web developer, you need to use html. So, we need to learn html first to develop any kind of websites.

Lets start to write html codes.

The following is begin of html codes.


<html><head>
<title> T N W </title>
</head>
<body>
<p>
How are you.....
</p
</body>
</html>

No comments:

Post a Comment