Computer Science, asked by delliesedathua07, 5 months ago

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