Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: HTML LESSONS ..On DEMAND only !!

  1. #1
    Dearest Dtians,

    By now u might be thinking i am showing off..Believe me..It breaks my heart to see a post die down ...

    So this only when someone wants..

    Ill be teaching basics..

    Regards

  2. #2
    Go ahead bro, for me It's always good to revise.
    Dream, I do.

  3. #3
    I finished learning ti yesterday ..rolling 1 23 ...go..

  4. #4
    Ok..let start again...

    To practice this we will tak e notepad..type notepad at the RUN command
    !!

    A browser reads everything between the basic coded..i.e. <html> </html>
    in the abv codes the first set is the begining and the second the end..Not the diff int he main code...itll be a gen use everywhere...

    A html page has to consists of 2 things

    1.A head part(the one which gives name ont he blue upper border of ur browser..Which in turn includes a title..

    2.IT is called the body part..Anything on the page is included here...

    1.For the head part...
    <head><title>MYTONSE's WORLD</title><head>

    2.for the body part
    <body>my name is Yunus Tonse.I am 18 yrs old.</body>

    Lets take it down now..the whole page is as follows ...

    <html><head><title>MYTONSE's World</title></head>
    <body>My name is M.Yunus Tonse</body></html>

    Save this in the notepad..

    At the save as box type myt.html and save it..

    If u can do this..paste u r done..then well go to the next lesson..

    K..POst u r problems also

  5. #5
    html is where the web starts, no matter what programming language one uses, html is a MUST. I never used dreamweaver e.t.c. for the pages I made, notepad is an extremely powerful tool if one knows the ins and out of html.
    Dream, I do.

  6. #6
    See Endurer..Well be teachin ourselves i guess !!

  7. #7
    Code:
    <html lang=en-US xml:lang="en-US" 
    xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>MyTonse Fan Club</title>
    <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    <meta content="MyTonse fan club, everyone's invited" 
    name=abstract>
    <meta 
    content="virtual fan club of Mytonse, featuring everything about the man you love." 
    name=description>
    <meta content="mytonse, fan club, fans, mytonse fans, mytonse club, mytonse fans club" 
    name=keywords>
    <meta content=index,follow name=robots>
    <meta content=mytonse@mytonserocks.com name=owner>
    <!--mytonserrocks style starts
    .style1 {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 10px;
    }
    .style2 {
    	font-family: Verdana;
    	font-size: 12px;
    	font-weight: bold;
    }
    mytonserocks style ends-->
    </style>
    </head>
    
    <body>
    <div align="center">
      <p class="style1">Made Without What A You See Is What You Get (WYSIWYG) Editor.</p>
      <p class="style2">Click Here To Enter MyTonse's Fan Site</p>
      <hr>
      <p class="style1">&copy; MyTonse, 2006, 2007. All Rights Rerserved.</p>
    </div>
    </body>
    </html>
    Something for my friend :ye;
    Dream, I do.

  8. #8
    Thanks Endurer,,Bu ti guess u frigtened our buddies away ..HEHE

  9. #9
    lol

    what's your favorite font bro when it comes to web designing?
    Dream, I do.

  10. #10
    thanz for tuto and if possible i will add to

    i know html
    [SIGPIC][/SIGPIC]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •