Wednesday, January 25, 2012

Headings

HTML headings are defined with the <h1> to <h6> tags.


<html>
<body>


<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>


</body>
</html>



view demo : http://www.w3schools.com/html/tryit.asp?filename=tryhtml_headers

HTML - for a beginner


Hello friends, as i told that there are main three core elements required to build any web application HTML is one of them.

QUICK HIGHLIGHTS :

   -HTML stands for Hyper Text Markup Language.
   -HTML is not a programming language, it is a markup language
    A markup language is a set of markup tags.
   -HTML documents are save with ".HTML" or ".HTM." extensions.
 
HOW TO WRITE HTML TAGS : for ex. starting tag <html> and ending </html>

BASIC STRUCTURE :
<html>
<head>
   <title>Name of webpage </title>
</head>
<body>
 
         this part consist of various tags

</body>
 </html>                
           

Friday, December 30, 2011

Introduction to web application !!

Introduction to web application !!

-> As we knows there are two types of web applications ,

1) Static web applications - these are the applications which contents are static means it never change until user change it !! this will include use of basic three things HTML,CSS,JAVASCRIPT.

2) Dynamic web applications - these are the application whose contents are change according to updates like in facebook we can change our profile picture ,post comments, update status, all these activities include in dynamic application. it consist of HTML,CSS,JAVASCRIPT + any of scripting languages such as PHP , JSP etc + Database connectivity with any database

About this blog

Hello Friends, I am Janak Prajapati introduces my new blog named Webtuts. Here you get all Information about Languages and Technology that are use to Develop any websites or web
applications.Such as HTML,CSS,JAVASCRIPT,PHP,JQUERY,AJAX and Content management systems.
you can use this blog to learn basics of all these languages and all important stuff required to develop a web application.Hope Webtuts will help you to Develop web application !! and how it works !!