Html Basic By Affan Majid

0 comments


First of All you should be knowing about the basics of the html language.Html stands for hyper text markup language .For web programming there are numerous languages but the most popular langauge is html.It is easy to understand and easy to render.

Lets Begin our first lesson.

  1. First we should be fully aware about the fact that html is encoded between tags with symbol like "<>".
  2. whenever the Html is started we should remember that a website contains header and footer.
  3. Header is started with the tag and end with
  4. End means that some specific command is finished and next is ready for execution
  5. The second code which is to be under the "" is title .Title defines the page description in the top of the browser .
  6. then we use the code of body
  7. In the End we just enclosed our all beginning codes with "" symbols with them.
  8. lets show how it goes
Write Any Name for the tile</head>
< !DOCTYPE html >
< html >
< body >



< /body >
< /html >

Subscribe the post if you liked it