Posts

Showing posts from May, 2013

Mind Thoughts

Life of boys is to have wife for survive and life of girls is to have knife to make others survive. Work Hard and you will achieve success definitely. Together wE can Achieve More is a team. Be Like Water . Use your time wisely with wise people. Never give up, never complain stand and fight with full confidence. Always keep a smile on your face in all situation, God has given us one life never waste it. Set a goal in your life. Always keep a focus in your life. Follow a diet plan to keep your body healthy. Give a target to yourself and have competition with yourself.  Plant trees for your future generation to keep them healthy and wealthy. Drive safely on roads and follow the rules of traffic to save your life and others life. Walking is very good for health , so daily walk minimum 5 km.

Programming in computers

Computer Programming Program is a list of instructions in specific language that is understand by the computer to do the job in a sequence. To do computer programming you can use any programming languages like C,C++,C#,ASP.NET,JAVA,PHP,Visual Basic,etc. in which you feel you can to strong coding.Each programming language has its own source code and syntax,which you should learn to do it.  HTML is not a programming language it is a markup language,a markup language is set of mark-up tags.We can use scripting language like vbscript and javascript in HTML.The coding of HTML is basically divided into two section first is head section and second is body section.Scripting language can be written in head or body section.The tags should be closed properly in HTML otherwise error occurs and it is still run on browser.It is case-sensitive if tag is made with capital letter then should be closed with same type. The tags have attributes in it example <body bgcolor=red> </bod...