U
uselesslife2008
Guest
I create a html and i am not sure how to add on - the 2nd column "I like to learn html with css program" is not appearing in the web page. Only the 1st one appearing in the web page
<html>
<head>
<title>Hello World</title>
</head>
<body>
<b><h1><font color=red>This is my first web page</font></b></h1>
<b><h1><font color=blue><I like to learn html with css program</font></b></h1>
</body>
</html>
<html>
<head>
<title>Hello World</title>
</head>
<body>
<b><h1><font color=red>This is my first web page</font></b></h1>
<b><h1><font color=blue><I like to learn html with css program</font></b></h1>
</body>
</html>