Showing posts with label Learn Html. Show all posts
Showing posts with label Learn Html. Show all posts

Thursday, 24 February 2011

HTML TUTORIALS

Html means hyper text markup language ,using this html tags to develope an web page very effectively and using java script in html to develope internet applications i.e client side and server side applications
to use this html first u learn all the tags in html and the structure of an html

the html files are saved in .htm or .html format
html is the powerful webpage designing language it is very easy to learn and to develope webpages easily

THE STRUCTURE HTML PROGRAM


The structure of an html program as shown bellow











every html tage has a opening tag and it's related closed tage is must
all html tags are combined with lessthan(<) and graterthan(>) symbols

WRITE FIRST PROGRAM IN HTML


To print any matter or document to write in between body tag











this is the first program in html to save the above file in first.html
and to execute this html file ,go to internet explore and file click open and open the the target file
file.html then the internet explorer show the result as bellow

DIFFERENT FORMATING TAGS IN HTML


the bellow all different tags are text formating tags












These above different tages are used to formating the text in different formates
to use italic and underline and bold of a text to use above tages to u r efficent use

DIFFERENT TYPES OF HEAD TAGS IN HTML


there are mainely 6 types of heading tags are there those are as follow bellow









The above heading tages are applied in different applications and different webpages
using of our requirement the result of the above applied heading tag as bellow

HOW TO DISPLAY IMAGES IN HTML


To display html images using IMG tag as shown bellow code










To save the above code in image.html and open the file in internet explorer to display
the output of the image as shown bellow

CREATING LINKS USING HTML


To create a links between webpages using the bellow code for hyperlinks
link tag in html is











The above code for links between different webpages used in developing webpages easiley
the output of the above code as shown bellow

CREATING FRAMES IN HTML


using the above tag this tag is used in cols and rows divide frames
using cols and rows frames to divide a webpage in to different frames