write an HTML program to create a Web page which contains text as"This is my first Web page..... Welcome all to my page!!!!! "and also the text should be displayed in green colour with a blue background
PLS HELP
Answers
Answered by
5
Answer:
Explanation:
<html>
<head>
<title>*whatever ur title is*</title>
</head>
<body>
<font color=green>This is my first web page...... welcome all to my page!!!!!!!</font>
<bg color=blue>
</body>
</html>
Im not sure this will help tho there might be a few mistakes
Similar questions