new learner needs help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KiranJyothi
    New Member
    • Apr 2007
    • 45

    new learner needs help

    Hi,
    I am learning HTML from scratch. I am following w3schools.com tutorials to learn HTML. I have one question. If I want to go to the next line in the body of html, how can I go?
    Ex:-
    This is my first program.
    Jyothi

    So, how can I write "Jyothi" to the next line?
    I am attaching my code
    <CODE>
    <html>
    <head>
    <title>ShivaSai </title>
    </head>
    <body>
    This is my first page.
    <b><i>Jyothi</i></b>
    </body>
    </html>
    </CODE>

    Thank You in advance.

    Regards,
    Jyothi
  • KiranJyothi
    New Member
    • Apr 2007
    • 45

    #2
    I got the answer to my Question. Please, neglect this message.
    Thank You.

    Regards,
    Jyothi

    Comment

    • lilOlMe
      New Member
      • May 2007
      • 74

      #3
      Originally posted by KiranJyothi
      I got the answer to my Question. Please, neglect this message.
      Thank You.

      Regards,
      Jyothi
      Was it <br /> ??

      -LilOlMe

      Comment

      Working...