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
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
Comment