Sunday 13 May 2012

Web Designing

Start Lectures  of  Web Development.

First of all we will learn about Web Development.   

                               

                           

HTML is a basic language for Web Development .It is very easy for everyone i will say you again just follow my instructions. 

Introduction Of HTML:
                                      
         H               T               M                L
       Hyper            Text              Mark Up              Language 




1.Html means Hyper Text Markup Language .


2.HTML is a Markup Language.


3.Html Based on a lot of TAGS.
?
1.What s meant by tag?

Ans:
        HTML is not a Programming language it is a markup language.In this language we will use tags.
FOR EXAMPLE  

<HTML>

<HEAD>
<TITLE>        HTML       </TITLE>
</HEAD>

<BODY>
<H1>THIS IS FIRST CLASS OF HTML<H1>
</BODY>



</HTML>

  • In this example {<H1> THIS IS FIRST CLASS OF HTML  </H1> }

is a TAG of Heading..


  • In video tutorial you will learn what is html tags. 


No comments:

Post a Comment