Wednesday, 22 February 2012

HTML TUTORIAL (BASIC)

HTML(Hyper Text Markup Language) Use To Make Webpages like This.......
I am Bhanu Pratap I Show You How TO  Create Own Web Page In Notepad Are Shown...


                                                  STEP's
                      (Add Title and Show text IN Web Page.)

1. Open notePad in Your pc...
2. Write on note pad :-
                                  <html>
                                  <head>
                                  <title> My First Web Page </title>
                                 </head>
                                       you see Text in Web Page
                                 </html>


3. Save this text in .html (example:- B.html)
4. Open This Page In Webbrouser (eg.Internet Exp etc.)



                      Set color of web page and text

                             Type this on note pad-  

<html>
<head>
<title>my coloured web Page</title>
</head>
<body bgcolor="orange" text="blue">
This text is blue and background colored .........<br>
</body>
</html>

 

                                   

            


 

 




2 comments:

  1. This is A sample Programe/ webpage
    BY me.
    YOu CAn CHange With Yourself With TAgs ANd Design.

    ReplyDelete
  2. You HAve ANy Problam WIth THis
    Write On Comment
    I Try To Solve It.

    ReplyDelete